mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
111 lines
3.0 KiB
Plaintext
111 lines
3.0 KiB
Plaintext
({
|
|
(StoneGolem, Male): (
|
|
head: (
|
|
offset: (-3.5, -4.0, -0.0),
|
|
central: ("npc.stonegolem.male.head"),
|
|
),
|
|
jaw: (
|
|
offset: (-3.5, -4.0, -0.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
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"),
|
|
),
|
|
jaw: (
|
|
offset: (-3.5, -4.0, -0.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
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"),
|
|
),
|
|
),
|
|
(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"),
|
|
),
|
|
),
|
|
(ClayGolem, Male): (
|
|
head: (
|
|
offset: (-10.5, -3.0, -3.0),
|
|
central: ("npc.claygolem.male.head"),
|
|
),
|
|
jaw: (
|
|
offset: (-9.5, 0.0, -3.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
torso_upper: (
|
|
offset: (-9.5, -7.0, -6.5),
|
|
central: ("npc.claygolem.male.chest_upper"),
|
|
),
|
|
torso_lower: (
|
|
offset: (-9.5, -7.0, -8.0),
|
|
central: ("npc.claygolem.male.chest_lower"),
|
|
),
|
|
),
|
|
(ClayGolem, Female): (
|
|
head: (
|
|
offset: (-10.5, -3.0, -3.0),
|
|
central: ("npc.claygolem.male.head"),
|
|
),
|
|
jaw: (
|
|
offset: (-9.5, 0.0, -3.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
torso_upper: (
|
|
offset: (-9.5, -7.0, -6.5),
|
|
central: ("npc.claygolem.male.chest_upper"),
|
|
),
|
|
torso_lower: (
|
|
offset: (-9.5, -7.0, -8.0),
|
|
central: ("npc.claygolem.male.chest_lower"),
|
|
),
|
|
),
|
|
})
|