Added open/close/stacklayers for Matchbox and inhands (#4496)
* Added open/close/stacklayers for Matchbox * Added inhands for matchbox * What am I a clown not gonna leave no indent spaces
@@ -14,6 +14,9 @@
|
|||||||
id: Matchstick
|
id: Matchstick
|
||||||
description: A simple match stick, used for lighting fine smokables.
|
description: A simple match stick, used for lighting fine smokables.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Matchstick
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
sprite: Objects/Tools/matches.rsi
|
sprite: Objects/Tools/matches.rsi
|
||||||
@@ -46,10 +49,26 @@
|
|||||||
components:
|
components:
|
||||||
- type: Matchbox
|
- type: Matchbox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
sprite: Objects/Tools/matches.rsi
|
sprite: Objects/Tools/matches.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: matchbox
|
- state: matchbox
|
||||||
|
- type: Item
|
||||||
|
sprite: Objects/Tools/matches.rsi
|
||||||
|
HeldPrefix: matchbox
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: Matchstick
|
- id: Matchstick
|
||||||
amount: 6
|
amount: 6
|
||||||
|
- type: StorageCounter
|
||||||
|
countTag: Matchstick
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: BagOpenCloseVisualizer
|
||||||
|
openIcon: matchbox-open
|
||||||
|
- type: StackVisualizer
|
||||||
|
composite: true
|
||||||
|
stackLayers:
|
||||||
|
- matchbox1
|
||||||
|
- matchbox2
|
||||||
|
- matchbox3
|
||||||
|
|||||||
@@ -130,6 +130,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: Machete
|
id: Machete
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Matchstick
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: MonkeyCube
|
id: MonkeyCube
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 294 B |
|
After Width: | Height: | Size: 299 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/matchbox-open.png
Normal file
|
After Width: | Height: | Size: 291 B |
|
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 477 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/matchbox1.png
Normal file
|
After Width: | Height: | Size: 116 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/matchbox2.png
Normal file
|
After Width: | Height: | Size: 110 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/matchbox3.png
Normal file
|
After Width: | Height: | Size: 111 B |
|
Before Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 511 B |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8 and modified by Swept",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -27,13 +27,24 @@
|
|||||||
"name": "matchbox"
|
"name": "matchbox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "matchbox_almostempty"
|
"name": "matchbox-open"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "matchbox_almostfull"
|
"name": "matchbox1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "matchbox_e"
|
"name": "matchbox2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "matchbox3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "matchbox-inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "matchbox-inhand-right",
|
||||||
|
"directions": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "unlit-inhand-left",
|
"name": "unlit-inhand-left",
|
||||||
|
|||||||