* worn bomb

* Update meta.json

* Update meta.json
This commit is contained in:
Ed
2025-01-24 00:11:31 +03:00
committed by GitHub
parent b248921972
commit f7928371e9
5 changed files with 70 additions and 57 deletions

View File

@@ -47,6 +47,11 @@
layers:
- state: icon
map: ["base"]
- type: Clothing
sprite: Objects/Weapons/Bombs/c4.rsi
slots:
- HEAD
quickEquip: false
- type: OnUseTimerTrigger
delay: 10
delayOptions: [10, 30, 60, 120, 300]

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -1,31 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b13d244d761a07e200a9a41730bd446e776020d5",
"size": {
"x": 32,
"y": 32
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b13d244d761a07e200a9a41730bd446e776020d5, equipped_HELMET by LeveFUN",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
"states": [
{
"name": "icon"
},
{
"name": "primed",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
{
"name": "primed",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

View File

@@ -1,31 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Alekshhh (Github) for SS14",
"size": {
"x": 32,
"y": 32
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Alekshhh (Github) for SS14, equipped_HELMET by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
"states": [
{
"name": "icon"
},
{
"name": "primed",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
{
"name": "primed",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}