veloren/assets/voxygen/voxel/golem_central_manifest.ron

31 lines
844 B
Plaintext
Raw Normal View History

2020-04-26 01:09:03 +00:00
({
(StoneGolem, Male): (
head: (
2020-08-23 07:41:35 +00:00
offset: (-3.5, -4.0, -0.0),
2020-09-02 06:03:14 +00:00
central: ("npc.stonegolem.male.head"),
2020-04-26 01:09:03 +00:00
),
torso_upper: (
2020-08-23 07:41:35 +00:00
offset: (-10.5, -10.5, -10.5),
2020-09-02 06:03:14 +00:00
central: ("npc.stonegolem.male.chest_upper"),
2020-08-23 07:41:35 +00:00
),
torso_lower: (
offset: (-4.5, -4.5, -7.0),
2020-09-02 06:03:14 +00:00
central: ("npc.stonegolem.male.chest_lower"),
2020-04-26 01:09:03 +00:00
),
),
(StoneGolem, Female): (
head: (
2020-08-23 07:41:35 +00:00
offset: (-3.5, -4.0, -0.0),
2020-09-02 06:03:14 +00:00
central: ("npc.stonegolem.male.head"),
2020-04-26 01:09:03 +00:00
),
torso_upper: (
2020-08-23 07:41:35 +00:00
offset: (-10.5, -10.5, -10.5),
2020-09-02 06:03:14 +00:00
central: ("npc.stonegolem.male.chest_upper"),
2020-08-23 07:41:35 +00:00
),
torso_lower: (
offset: (-4.5, -4.5, -7.0),
2020-09-02 06:03:14 +00:00
central: ("npc.stonegolem.male.chest_lower"),
2020-04-26 01:09:03 +00:00
),
),
})