Skip to content

Commit

Permalink
C4 Helmet (#34076)
Browse files Browse the repository at this point in the history
* worn bomb

* Update meta.json

* Update meta.json
  • Loading branch information
TheShuEd authored Jan 23, 2025
1 parent b248921 commit f792837
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 33 additions & 29 deletions Resources/Textures/Objects/Weapons/Bombs/c4.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 32 additions & 28 deletions Resources/Textures/Objects/Weapons/Bombs/c4gift.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit f792837

Please sign in to comment.