forked from SpaceStation14-Shenanigans/Monolith
Utensils.
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: UtensilBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/utensils.rsi
|
||||
|
||||
- type: Icon
|
||||
sprite: Objects/utensils.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: UtensilBase
|
||||
id: Fork
|
||||
name: fork
|
||||
components:
|
||||
- type: Sprite
|
||||
state: fork
|
||||
|
||||
- type: Icon
|
||||
state: fork
|
||||
|
||||
- type: entity
|
||||
parent: UtensilBase
|
||||
id: ForkPlastic
|
||||
name: plastic fork
|
||||
components:
|
||||
- type: Sprite
|
||||
state: plastic_fork
|
||||
|
||||
- type: Icon
|
||||
state: plastic_fork
|
||||
|
||||
- type: entity
|
||||
parent: UtensilBase
|
||||
id: Spoon
|
||||
name: spoon
|
||||
desc: There is no spoon.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: spoon
|
||||
|
||||
- type: Icon
|
||||
state: spoon
|
||||
|
||||
- type: entity
|
||||
parent: UtensilBase
|
||||
id: SpoonPlastic
|
||||
name: plastic spoon
|
||||
desc: There is no spoon.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: plastic_spoon
|
||||
|
||||
- type: Icon
|
||||
state: plastic_spoon
|
||||
|
||||
- type: entity
|
||||
parent: UtensilBase
|
||||
id: KnifePlastic
|
||||
name: plastic knife
|
||||
components:
|
||||
- type: Sprite
|
||||
state: plastic_knife
|
||||
|
||||
- type: Icon
|
||||
state: plastic_knife
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 175 B |
Binary file not shown.
|
After Width: | Height: | Size: 162 B |
@@ -0,0 +1 @@
|
||||
{"version":1,"size":{"x":32,"y":32},"states":[{"name":"spoon","directions":1,"delays":[[1.0]]},{"name":"fork","directions":1,"delays":[[1.0]]},{"name":"loadedfood","directions":1,"delays":[[1.0]]},{"name":"plastic_spoon","directions":1,"delays":[[1.0]]},{"name":"plastic_fork","directions":1,"delays":[[1.0]]},{"name":"plastic_knife","directions":1,"delays":[[1.0]]}]}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 169 B |
Binary file not shown.
|
After Width: | Height: | Size: 181 B |
Binary file not shown.
|
After Width: | Height: | Size: 195 B |
Binary file not shown.
|
After Width: | Height: | Size: 199 B |
Reference in New Issue
Block a user