Skip to content

Commit

Permalink
add VulpkaninBody
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 13, 2024
1 parent 365b91c commit 9cf3128
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions Resources/Prototypes/ADT/Body/Prototypes/Vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9cf3128

Please sign in to comment.