Skip to content

Commit 0991cbc

Browse files
committed
📝 update commands
1 parent f3cee99 commit 0991cbc

File tree

9 files changed

+45
-21
lines changed

9 files changed

+45
-21
lines changed

sa/sa.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1767196809829,
4-
"version": "1.27",
3+
"last_update": 1767201419284,
4+
"version": "1.28",
55
"url": "https://library.sannybuilder.com/#/sa"
66
},
77
"extensions": [
@@ -43809,15 +43809,15 @@
4380943809
"type": "float"
4381043810
},
4381143811
{
43812-
"name": "offsetX",
43812+
"name": "velocityX",
4381343813
"type": "float"
4381443814
},
4381543815
{
43816-
"name": "offsetY",
43816+
"name": "velocityY",
4381743817
"type": "float"
4381843818
},
4381943819
{
43820-
"name": "offsetZ",
43820+
"name": "velocityZ",
4382143821
"type": "float"
4382243822
},
4382343823
{
@@ -43832,7 +43832,7 @@
4383243832
"id": "09B8",
4383343833
"name": "ADD_BLOOD",
4383443834
"num_params": 8,
43835-
"short_desc": "",
43835+
"short_desc": "Creates blood spray and ground splatter effects",
4383643836
"class": "Fx",
4383743837
"member": "AddBlood",
4383843838
"attrs": {

sa/snippets/default/09B8.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
while true
2+
wait {time} 500
3+
4+
float pos[3]
5+
...pos = get_offset_from_char_in_world_coords $scplayer {offset} 0.0 0.0 0.5
6+
7+
add_blood {pos} ...pos {direction} 3.0 0.0 0.0 {density} 100 {handle} $scplayer
8+
end

sa/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27
1+
1.28

sa_mobile/sa_mobile.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1767196809878,
4-
"version": "0.491",
3+
"last_update": 1767201419412,
4+
"version": "0.492",
55
"url": "https://library.sannybuilder.com/#/sa_mobile"
66
},
77
"extensions": [
@@ -43835,15 +43835,15 @@
4383543835
"type": "float"
4383643836
},
4383743837
{
43838-
"name": "offsetX",
43838+
"name": "velocityX",
4383943839
"type": "float"
4384043840
},
4384143841
{
43842-
"name": "offsetY",
43842+
"name": "velocityY",
4384343843
"type": "float"
4384443844
},
4384543845
{
43846-
"name": "offsetZ",
43846+
"name": "velocityZ",
4384743847
"type": "float"
4384843848
},
4384943849
{
@@ -43858,7 +43858,7 @@
4385843858
"id": "09B8",
4385943859
"name": "ADD_BLOOD",
4386043860
"num_params": 8,
43861-
"short_desc": "",
43861+
"short_desc": "Creates blood spray and ground splatter effects",
4386243862
"class": "Fx",
4386343863
"member": "AddBlood",
4386443864
"attrs": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
while true
2+
wait {time} 500
3+
4+
float pos[3]
5+
...pos = get_offset_from_char_in_world_coords $scplayer {offset} 0.0 0.0 0.5
6+
7+
add_blood {pos} ...pos {direction} 3.0 0.0 0.0 {density} 100 {handle} $scplayer
8+
end

sa_mobile/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.491
1+
0.492

sa_unreal/sa_unreal.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1767196809903,
4-
"version": "0.475",
3+
"last_update": 1767201419495,
4+
"version": "0.476",
55
"url": "https://library.sannybuilder.com/#/sa_unreal"
66
},
77
"extensions": [
@@ -43853,15 +43853,15 @@
4385343853
"type": "float"
4385443854
},
4385543855
{
43856-
"name": "offsetX",
43856+
"name": "velocityX",
4385743857
"type": "float"
4385843858
},
4385943859
{
43860-
"name": "offsetY",
43860+
"name": "velocityY",
4386143861
"type": "float"
4386243862
},
4386343863
{
43864-
"name": "offsetZ",
43864+
"name": "velocityZ",
4386543865
"type": "float"
4386643866
},
4386743867
{
@@ -43876,7 +43876,7 @@
4387643876
"id": "09B8",
4387743877
"name": "ADD_BLOOD",
4387843878
"num_params": 8,
43879-
"short_desc": "",
43879+
"short_desc": "Creates blood spray and ground splatter effects",
4388043880
"class": "Fx",
4388143881
"member": "AddBlood",
4388243882
"attrs": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
while true
2+
wait {time} 500
3+
4+
float pos[3]
5+
...pos = get_offset_from_char_in_world_coords $scplayer {offset} 0.0 0.0 0.5
6+
7+
add_blood {pos} ...pos {direction} 3.0 0.0 0.0 {density} 100 {handle} $scplayer
8+
end

sa_unreal/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.475
1+
0.476

0 commit comments

Comments
 (0)