veloren/assets/voxygen/voxel/golem_central_manifest.ron

75 lines
2.0 KiB
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
),
2020-10-04 13:00:45 +00:00
jaw: (
offset: (-3.5, -4.0, -0.0),
central: ("armor.empty"),
),
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
),
2020-10-04 13:00:45 +00:00
jaw: (
offset: (-3.5, -4.0, -0.0),
central: ("armor.empty"),
),
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
),
),
2020-10-04 13:00:45 +00:00
(Treant, Male): (
head: (
offset: (-6.0, -6.5, -0.0),
central: ("npc.treant.male.head"),
),
jaw: (
offset: (-4.0, 0.0, -3.0),
central: ("npc.treant.male.jaw"),
),
torso_upper: (
offset: (-18.0, -16.0, -15.5),
central: ("npc.treant.male.chest_upper"),
),
torso_lower: (
offset: (-8.0, -9.0, -8.0),
central: ("npc.treant.male.chest_lower"),
),
),
(Treant, Female): (
head: (
offset: (-6.0, -6.5, -0.0),
central: ("npc.treant.male.head"),
),
jaw: (
offset: (-4.0, 0.0, -3.0),
central: ("npc.treant.male.jaw"),
),
torso_upper: (
offset: (-18.0, -16.0, -15.5),
central: ("npc.treant.male.chest_upper"),
),
torso_lower: (
offset: (-8.0, -9.0, -8.0),
central: ("npc.treant.male.chest_lower"),
),
),
2020-04-26 01:09:03 +00:00
})