Skip to content

Commit

Permalink
rsi valid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Dec 22, 2024
1 parent 56395b1 commit ab1f19b
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"version": 1,
"size": { "y": 32, "x": 32 },
"states": [
{
"name": "templaye"
},
{
"name": "templaye_frame"
},
{
"name": "harm"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
{
"name": "harm"
},
{
"name": "help"
},
{
"name": "head"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"name": "alienp_running",
"directions": 4
},
{
"name": "Praetorian_Front_Half",
"directions": 4
},
{
"name": "Praetorian_Back_Half",
"directions": 4
},
{
"name": "alienp_sleep"
},
Expand All @@ -26,6 +34,44 @@
},
{
"name": "alienp_husked"
},
{
"name": "alienspit_p",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,44 @@
},
{
"name": "alienqmaid_husked"
},
{
"name": "alienspit_q",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"x": 40,
"y": 40
},
"license": "",
"copyright": "",
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation",
"states": [
{
"name": "full",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"x": 40,
"y": 40
},
"license": "",
"copyright": "",
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation",
"states": [
{
"name": "full",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"x": 32,
"y": 32
},
"license": "",
"copyright": "",
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation",
"states": [
{
"name": "resinwall0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"x": 32,
"y": 32
},
"license": "",
"copyright": "",
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation",
"states": [
{
"name": "resin_membrane0",
Expand Down

0 comments on commit ab1f19b

Please sign in to comment.