veloren/assets/voxygen/voxel/golem_central_manifest.ron
2020-09-17 22:32:10 -04:00

31 lines
844 B
Plaintext

({
(StoneGolem, Male): (
head: (
offset: (-3.5, -4.0, -0.0),
central: ("npc.stonegolem.male.head"),
),
torso_upper: (
offset: (-10.5, -10.5, -10.5),
central: ("npc.stonegolem.male.chest_upper"),
),
torso_lower: (
offset: (-4.5, -4.5, -7.0),
central: ("npc.stonegolem.male.chest_lower"),
),
),
(StoneGolem, Female): (
head: (
offset: (-3.5, -4.0, -0.0),
central: ("npc.stonegolem.male.head"),
),
torso_upper: (
offset: (-10.5, -10.5, -10.5),
central: ("npc.stonegolem.male.chest_upper"),
),
torso_lower: (
offset: (-4.5, -4.5, -7.0),
central: ("npc.stonegolem.male.chest_lower"),
),
),
})