Basic example prototype that manages not to crash.
This commit is contained in:
14
Resources/Prototypes/Entities/hands.yml
Normal file
14
Resources/Prototypes/Entities/hands.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
- type: entity
|
||||||
|
name: IT HAS HANDS
|
||||||
|
id: thing_with_hands
|
||||||
|
components:
|
||||||
|
- type: Transform
|
||||||
|
- type: Hands
|
||||||
|
hands:
|
||||||
|
- left
|
||||||
|
- right
|
||||||
|
- type: Inventory
|
||||||
|
slots:
|
||||||
|
- head
|
||||||
|
- shoes
|
||||||
|
- uniform
|
||||||
Reference in New Issue
Block a user