* tomato juice no longer slippery * flashbang rework * add starting gear support for flashbang rework * flash size and charges tweak * night and thermal vision tweaks * night vision is turned off by default * some size tweaks * cleanup * sunglasses and hardsuits tweak
49 lines
644 B
JSON
49 lines
644 B
JSON
{
|
|
"version": 1,
|
|
"license": null,
|
|
"copyright": null,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "equipped-EYES",
|
|
"directions": 4,
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
],
|
|
[
|
|
0.1,
|
|
0.1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "equipped-EYES-off",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "icon"
|
|
},
|
|
{
|
|
"name": "inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "inhand-right",
|
|
"directions": 4
|
|
}
|
|
]
|
|
}
|