Utensils.
This commit is contained in:
68
Resources/Prototypes/Entities/Items/utensils.yml
Normal file
68
Resources/Prototypes/Entities/Items/utensils.yml
Normal 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
|
||||
Reference in New Issue
Block a user