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
|
||||||
BIN
Resources/Textures/Objects/utensils.rsi/fork.png
Normal file
BIN
Resources/Textures/Objects/utensils.rsi/fork.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 175 B |
BIN
Resources/Textures/Objects/utensils.rsi/loadedfood.png
Normal file
BIN
Resources/Textures/Objects/utensils.rsi/loadedfood.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 B |
1
Resources/Textures/Objects/utensils.rsi/meta.json
Normal file
1
Resources/Textures/Objects/utensils.rsi/meta.json
Normal file
@@ -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]]}]}
|
||||||
BIN
Resources/Textures/Objects/utensils.rsi/plastic_fork.png
Normal file
BIN
Resources/Textures/Objects/utensils.rsi/plastic_fork.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 B |
BIN
Resources/Textures/Objects/utensils.rsi/plastic_knife.png
Normal file
BIN
Resources/Textures/Objects/utensils.rsi/plastic_knife.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 181 B |
BIN
Resources/Textures/Objects/utensils.rsi/plastic_spoon.png
Normal file
BIN
Resources/Textures/Objects/utensils.rsi/plastic_spoon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 195 B |
BIN
Resources/Textures/Objects/utensils.rsi/spoon.png
Normal file
BIN
Resources/Textures/Objects/utensils.rsi/spoon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 199 B |
Reference in New Issue
Block a user