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
This commit is contained in:
Swept
2021-08-19 22:37:01 -07:00
committed by GitHub
parent 9d22869e58
commit 39571697a5
13 changed files with 37 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
id: Matchstick
description: A simple match stick, used for lighting fine smokables.
components:
- type: Tag
tags:
- Matchstick
- type: Sprite
netsync: false
sprite: Objects/Tools/matches.rsi
@@ -46,10 +49,26 @@
components:
- type: Matchbox
- type: Sprite
netsync: false
sprite: Objects/Tools/matches.rsi
layers:
- state: matchbox
- type: Item
sprite: Objects/Tools/matches.rsi
HeldPrefix: matchbox
- type: StorageFill
contents:
- id: Matchstick
amount: 6
- type: StorageCounter
countTag: Matchstick
- type: Appearance
visuals:
- type: BagOpenCloseVisualizer
openIcon: matchbox-open
- type: StackVisualizer
composite: true
stackLayers:
- matchbox1
- matchbox2
- matchbox3