Add Modular grenades (chemnades). (#7138)

This commit is contained in:
Leon Friedrich
2022-03-25 17:17:29 +13:00
committed by GitHub
parent 414c03978d
commit 1b0e7ae0f5
51 changed files with 994 additions and 96 deletions

View File

@@ -0,0 +1,35 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/assemblies/new_assemblies.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "payload-empty",
"directions": 1
},
{
"name": "payload-chemical-left",
"directions": 1
},
{
"name": "payload-chemical-right",
"directions": 1
},
{
"name": "payload-chemical-armed",
"directions": 1,
"delays": [ [ 0.2, 0.2, 0.2 ] ]
},
{
"name": "payload-explosive-armed",
"directions": 1,
"delays": [ [ 0.2, 0.2, 0.2 ] ]
}
]
}