veloren/assets/voxygen/voxel/dragon_center_manifest.ron
2020-05-09 18:07:31 -04:00

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"),
)
),
})