* Cleans up belt stuff and some sprites * Tag cleanup and sheathed sword * Adds plant belt for botany chads and maps it's items * CE belt, will most likely child it to utility instead * Merges belt_icon and belt_mob into the same RSI * Cut out alpha layers for wirecutters * Added lots of equipped-BELT sprites for various items * Medical, Janitor, Security, Assault, Chief Engineer, Utility and Botany have mapped storage layers Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
30 lines
503 B
JSON
30 lines
503 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from https://github.com/tgstation/tgstation at commit ea59fb4b810decbb5996b36d8876614b57c3d189",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "drill_bolt"
|
|
},
|
|
{
|
|
"name": "drill_screw"
|
|
},
|
|
{
|
|
"name": "inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "equipped-BELT",
|
|
"directions": 4
|
|
}
|
|
]
|
|
}
|