veloren/assets/voxygen/voxel/theropod_central_manifest.ron

123 lines
3.4 KiB
Plaintext
Raw Normal View History

({
(Archaeos, Male): (
head: (
offset: (-4.5, 0.0, -5.0),
central: ("npc.archaeos.male.head"),
),
jaw: (
2020-09-22 03:56:03 +00:00
offset: (-5.5, -2.0, -3.0),
central: ("npc.archaeos.male.jaw"),
),
neck: (
offset: (-4.5, 0.0, -3.0),
central: ("npc.archaeos.male.neck"),
),
chest_front: (
offset: (-7.5, -5.5, -7.0),
central: ("npc.archaeos.male.chest_front"),
),
chest_back: (
offset: (-4.5, -9.0, -7.0),
central: ("npc.archaeos.male.chest_back"),
),
tail_front: (
offset: (-3.5, -8.0, -3.5),
central: ("npc.archaeos.male.tail_front"),
),
tail_back: (
2020-08-30 05:14:12 +00:00
offset: (-7.5, -23.0, -3.0),
central: ("npc.archaeos.male.tail_back"),
),
),
(Archaeos, Female): (
head: (
offset: (-4.5, 0.0, -5.0),
central: ("npc.archaeos.male.head"),
),
jaw: (
2020-09-22 03:56:03 +00:00
offset: (-5.5, -2.0, -3.0),
central: ("npc.archaeos.male.jaw"),
),
neck: (
offset: (-4.5, 0.0, -3.0),
central: ("npc.archaeos.male.neck"),
),
chest_front: (
offset: (-7.5, -5.5, -7.0),
central: ("npc.archaeos.male.chest_front"),
),
chest_back: (
offset: (-4.5, -9.0, -7.0),
central: ("npc.archaeos.male.chest_back"),
),
tail_front: (
offset: (-3.5, -8.0, -3.5),
central: ("npc.archaeos.male.tail_front"),
),
tail_back: (
2020-08-30 05:14:12 +00:00
offset: (-7.5, -23.0, -3.0),
central: ("npc.archaeos.male.tail_back"),
),
),
2020-09-16 03:17:56 +00:00
(Odonto, Male): (
head: (
2020-08-29 14:11:48 +00:00
offset: (-10.5, 0.0, -8.0),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.head"),
),
jaw: (
2020-08-30 05:14:12 +00:00
offset: (-6.5, 0.0, -3.0),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.jaw"),
),
neck: (
2020-09-22 03:56:03 +00:00
offset: (-3.5, 0.0, -6.5),
2020-09-18 02:18:29 +00:00
central: ("npc.odonto.male.neck"),
),
chest_front: (
2020-08-29 14:11:48 +00:00
offset: (-5.5, -5.0, -6.0),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.chest_front"),
),
chest_back: (
2020-08-29 14:11:48 +00:00
offset: (-6.5, -8.0, -8.5),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.chest_back"),
),
tail_front: (
2020-08-29 14:11:48 +00:00
offset: (-3.5, -8.0, -5.5),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.tail_front"),
),
tail_back: (
2020-09-16 03:17:56 +00:00
offset: (-2.5, -19.0, -5.0),
central: ("npc.odonto.male.tail_back"),
),
),
2020-09-16 03:17:56 +00:00
(Odonto, Female): (
head: (
2020-08-29 14:11:48 +00:00
offset: (-10.5, 0.0, -8.0),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.head"),
),
jaw: (
2020-08-30 05:14:12 +00:00
offset: (-6.5, 0.0, -3.0),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.jaw"),
),
neck: (
2020-09-22 03:56:03 +00:00
offset: (-3.5, 0.0, -6.5),
2020-09-18 02:18:29 +00:00
central: ("npc.odonto.male.neck"),
),
chest_front: (
2020-08-29 14:11:48 +00:00
offset: (-5.5, -5.0, -6.0),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.chest_front"),
),
chest_back: (
2020-08-29 14:11:48 +00:00
offset: (-6.5, -8.0, -8.5),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.chest_back"),
),
tail_front: (
2020-08-29 14:11:48 +00:00
offset: (-3.5, -8.0, -5.5),
2020-09-16 03:17:56 +00:00
central: ("npc.odonto.male.tail_front"),
),
tail_back: (
2020-09-16 03:17:56 +00:00
offset: (-2.5, -19.0, -5.0),
central: ("npc.odonto.male.tail_back"),
),
),
})