mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
({
|
|
(Reddragon, Male): (
|
|
upper: (
|
|
offset: (-6.5, -2.0, -6.0),
|
|
central: ("npc.reddragon.male.head_upper"),
|
|
),
|
|
lower: (
|
|
offset: (-2.5, -2.0, -5.0),
|
|
central: ("npc.reddragon.male.head_lower"),
|
|
),
|
|
jaw: (
|
|
offset: (-3.5, -2.0, -1.5),
|
|
central: ("npc.reddragon.male.jaw"),
|
|
),
|
|
chest_front: (
|
|
offset: (-6.5, -6.0, -7.5),
|
|
central: ("npc.reddragon.male.chest_front"),
|
|
),
|
|
chest_rear: (
|
|
offset: (-6.5, -13.0, -7.0),
|
|
central: ("npc.reddragon.male.chest_rear"),
|
|
),
|
|
tail_front: (
|
|
offset: (-2.5, -12.0, -3.5),
|
|
central: ("npc.reddragon.male.tail_front"),
|
|
),
|
|
tail_rear: (
|
|
offset: (-3.5, -16.0, -3.0),
|
|
central: ("npc.reddragon.male.tail_rear"),
|
|
)
|
|
),
|
|
(Reddragon, Female): (
|
|
upper: (
|
|
offset: (-6.5, -2.0, -6.0),
|
|
central: ("npc.reddragon.male.head_upper"),
|
|
),
|
|
lower: (
|
|
offset: (-2.5, -2.0, -5.0),
|
|
central: ("npc.reddragon.male.head_lower"),
|
|
),
|
|
jaw: (
|
|
offset: (-3.5, -2.0, -1.5),
|
|
central: ("npc.reddragon.male.jaw"),
|
|
),
|
|
chest_front: (
|
|
offset: (-6.5, -6.0, -7.5),
|
|
central: ("npc.reddragon.male.chest_front"),
|
|
),
|
|
chest_rear: (
|
|
offset: (-6.5, -13.0, -7.0),
|
|
central: ("npc.reddragon.male.chest_rear"),
|
|
),
|
|
tail_front: (
|
|
offset: (-2.5, -12.0, -3.5),
|
|
central: ("npc.reddragon.male.tail_front"),
|
|
),
|
|
tail_rear: (
|
|
offset: (-3.5, -16.0, -3.0),
|
|
central: ("npc.reddragon.male.tail_rear"),
|
|
)
|
|
),
|
|
})
|