From 9cf31282b01f6884cebddb5783098048585e82d3 Mon Sep 17 00:00:00 2001 From: Darki255 Date: Sat, 13 Jul 2024 13:21:05 +0300 Subject: [PATCH] add VulpkaninBody --- .../ADT/Body/Prototypes/Vulpkanin.yml | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Resources/Prototypes/ADT/Body/Prototypes/Vulpkanin.yml diff --git a/Resources/Prototypes/ADT/Body/Prototypes/Vulpkanin.yml b/Resources/Prototypes/ADT/Body/Prototypes/Vulpkanin.yml new file mode 100644 index 00000000000..2cb6043ae4b --- /dev/null +++ b/Resources/Prototypes/ADT/Body/Prototypes/Vulpkanin.yml @@ -0,0 +1,53 @@ +- type: body + id: VulpkaninBody + name: "vulpkanin" + root: torso + slots: + head: + part: HeadVulpkanin + connections: + - torso + organs: + brain: OrganHumanBrain + eyes: OrganHumanEyes + torso: + part: TorsoVulpkanin + organs: + heart: OrganVulpkaninHeart + lungs: OrganHumanLungs + stomach: OrganVulpkaninStomach + liver: ADTOrganVulpkaninAnimalLiver #Печень вульпы + kidneys: OrganHumanKidneys + connections: + - left arm + - right arm + - left leg + - right leg + - tail + right arm: + part: RightArmVulpkanin + connections: + - right hand + left arm: + part: LeftArmVulpkanin + connections: + - left hand + right hand: + part: RightHandVulpkanin + left hand: + part: LeftHandVulpkanin + right leg: + part: RightLegVulpkanin + connections: + - right foot + left leg: + part: LeftLegVulpkanin + connections: + - left foot + right foot: + part: RightFootVulpkanin + left foot: + part: LeftFootVulpkanin + tail: + part: TailVulpkanin +