Binocular Neck Slots! (#35759)

* binoculartweaks

* WhoNeedsArtApprovalQuestionMark

* Roomba Can You Merge Now?
This commit is contained in:
YoungThug
2025-04-13 23:34:20 -07:00
committed by GitHub
parent e54f8c43df
commit dc41bd33f3
3 changed files with 36 additions and 27 deletions

View File

@@ -9,6 +9,11 @@
state: icon
- type: Item
size: Normal
- type: Clothing
sprite: Objects/Tools/binoculars.rsi
quickEquip: false
slots:
- Neck
- type: Wieldable
- type: UseDelay
delay: 1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

View File

@@ -1,30 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "icon taken from tg station at commit https://github.com/tgstation/tgstation/commit/2d26ce62c273d025bed77a0e6c4bdc770b789bb0, inhands from commit https://github.com/tgstation/tgstation/commit/b1edbc1990a98239c6d3fd6871fc365daab61eb5",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "icon taken from tg station at commit https://github.com/tgstation/tgstation/commit/2d26ce62c273d025bed77a0e6c4bdc770b789bb0, inhands from commit https://github.com/tgstation/tgstation/commit/b1edbc1990a98239c6d3fd6871fc365daab61eb5, equipped-NECK made by YoungThugSS14 (Github)",
"size": {
"x": 32,
"y": 32
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}