Utensils.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 01:40:18 +02:00
parent 20481a0bb1
commit 74a4cc63cc
8 changed files with 69 additions and 0 deletions

View File

@@ -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