* stunprod * update alphabetical correct, the battery charge is less, stamina damage is less (5 hits now), graph id fixed * update crafting has become more difficult * update makeshiftstunprod * remove netsync * Update meta.json * fix * remove bluntStaminaDamageFactor
82 lines
1.1 KiB
JSON
82 lines
1.1 KiB
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Sprite by https://github.com/noudoit",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "stunprod_off"
|
|
},
|
|
{
|
|
"name": "stunprod_nocell"
|
|
},
|
|
{
|
|
"name": "stunprod_on",
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "equipped-BACKPACK",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "off-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "off-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "on-inhand-left",
|
|
"directions": 4,
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "on-inhand-right",
|
|
"directions": 4,
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
]
|
|
]
|
|
}
|
|
]
|
|
} |