[feat] Loadout, DeathGasps, EnergyDoubleCraftSystem

This commit is contained in:
rhailrake
2023-05-01 15:05:43 +06:00
committed by Aviu00
parent 3c6093565d
commit a05364f1ac
33 changed files with 878 additions and 70 deletions

View File

@@ -0,0 +1,184 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"delays": [
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
]
]
},
{
"name": "e_sword"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "e_sword_blade",
"delays": [
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
]
]
},
{
"name": "inhand-left-blade",
"directions": 4,
"delays": [
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
],
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
],
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
],
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
]
]
},
{
"name": "inhand-right-blade",
"directions": 4,
"delays": [
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
],
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
],
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
],
[
0.15,
0.05,
0.1,
0.1,
0.05,
0.15,
0.15,
0.05,
0.1,
0.1,
0.05,
0.15
]
]
}
]
}