* Add pirate shooting * Shooting working * Basics working * Refactor time * More conversion * Update primitives * Update yml * weh * Building again * Draft * weh * b * Start shutdown * Starting to take form * Code side done * is it worky * Fix prototypes * stuff * Shitty working * Juke events working * Even more cleanup * RTX * Fix interaction combat mode and compquery * GetAmmoCount relays * Fix rotation speed * Juke fixes * fixes * weh * The collision avoidance never ends * Fixes * Pause support * framework * lazy * Fix idling * Fix drip * goobed * Fix takeover shutdown bug * Merge fixes * shitter * Fix carpos
90 lines
1.3 KiB
JSON
90 lines
1.3 KiB
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/mob/animal.dmi, edited 'dead' to create 'crit' and 'dead' states",
|
|
"states": [
|
|
{
|
|
"name": "icon"
|
|
},
|
|
{
|
|
"name": "mouth",
|
|
"directions": 4,
|
|
"delays": [
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
],
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
],
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
],
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "dead_mouth"
|
|
},
|
|
{
|
|
"name": "dead"
|
|
},
|
|
{
|
|
"name": "alive",
|
|
"directions": 4,
|
|
"delays": [
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
],
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
],
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
],
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "gib",
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|