mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
({
|
|
(Reddragon, Male): (
|
|
head: (
|
|
offset: (-4.5, -2.0, -7.5),
|
|
center: ("npc.reddragon.male.head"),
|
|
),
|
|
chest_front: (
|
|
offset: (-6.5, -6.0, -6.0),
|
|
center: ("npc.reddragon.male.chest_front"),
|
|
),
|
|
chest_rear: (
|
|
offset: (-6.5, -7.0, -6.0),
|
|
center: ("npc.reddragon.male.chest_rear"),
|
|
),
|
|
tail_front: (
|
|
offset: (-2.5, -5.5, -3.0),
|
|
center: ("npc.reddragon.male.tail_front"),
|
|
),
|
|
tail_rear: (
|
|
offset: (-1.5, -7.0, -2.5),
|
|
center: ("npc.reddragon.male.tail_rear"),
|
|
)
|
|
),
|
|
(Reddragon, Female): (
|
|
head: (
|
|
offset: (-4.5, -2.0, -7.5),
|
|
center: ("npc.reddragon.female.head"),
|
|
),
|
|
chest_front: (
|
|
offset: (-6.5, -6.0, -6.0),
|
|
center: ("npc.reddragon.female.chest_front"),
|
|
),
|
|
chest_rear: (
|
|
offset: (-6.5, -7.0, -6.0),
|
|
center: ("npc.reddragon.female.chest_rear"),
|
|
),
|
|
tail_front: (
|
|
offset: (-2.5, -5.5, -3.0),
|
|
center: ("npc.reddragon.female.tail_front"),
|
|
),
|
|
tail_rear: (
|
|
offset: (-1.5, -7.0, -2.5),
|
|
center: ("npc.reddragon.female.tail_rear"),
|
|
)
|
|
),
|
|
})
|