From c85436118a49e9ba97b0e3479b878b97b578e670 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Mon, 25 Sep 2017 21:00:53 +0200 Subject: [PATCH] Basic example prototype that manages not to crash. --- Resources/Prototypes/Entities/hands.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Resources/Prototypes/Entities/hands.yml diff --git a/Resources/Prototypes/Entities/hands.yml b/Resources/Prototypes/Entities/hands.yml new file mode 100644 index 0000000000..4879b96150 --- /dev/null +++ b/Resources/Prototypes/Entities/hands.yml @@ -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