mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
123 lines
3.4 KiB
Plaintext
123 lines
3.4 KiB
Plaintext
({
|
|
(Archaeos, Male): (
|
|
head: (
|
|
offset: (-4.5, 0.0, -5.0),
|
|
central: ("npc.archaeos.male.head"),
|
|
),
|
|
jaw: (
|
|
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: (
|
|
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: (
|
|
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: (
|
|
offset: (-7.5, -23.0, -3.0),
|
|
central: ("npc.archaeos.male.tail_back"),
|
|
),
|
|
),
|
|
(Odonto, Male): (
|
|
head: (
|
|
offset: (-10.5, 0.0, -8.0),
|
|
central: ("npc.odonto.male.head"),
|
|
),
|
|
jaw: (
|
|
offset: (-6.5, 0.0, -3.0),
|
|
central: ("npc.odonto.male.jaw"),
|
|
),
|
|
neck: (
|
|
offset: (-3.5, 0.0, -6.5),
|
|
central: ("npc.odonto.male.neck"),
|
|
),
|
|
chest_front: (
|
|
offset: (-5.5, -5.0, -6.0),
|
|
central: ("npc.odonto.male.chest_front"),
|
|
),
|
|
chest_back: (
|
|
offset: (-6.5, -8.0, -8.5),
|
|
central: ("npc.odonto.male.chest_back"),
|
|
),
|
|
tail_front: (
|
|
offset: (-3.5, -8.0, -5.5),
|
|
central: ("npc.odonto.male.tail_front"),
|
|
),
|
|
tail_back: (
|
|
offset: (-2.5, -19.0, -5.0),
|
|
central: ("npc.odonto.male.tail_back"),
|
|
),
|
|
),
|
|
(Odonto, Female): (
|
|
head: (
|
|
offset: (-10.5, 0.0, -8.0),
|
|
central: ("npc.odonto.male.head"),
|
|
),
|
|
jaw: (
|
|
offset: (-6.5, 0.0, -3.0),
|
|
central: ("npc.odonto.male.jaw"),
|
|
),
|
|
neck: (
|
|
offset: (-3.5, 0.0, -6.5),
|
|
central: ("npc.odonto.male.neck"),
|
|
),
|
|
chest_front: (
|
|
offset: (-5.5, -5.0, -6.0),
|
|
central: ("npc.odonto.male.chest_front"),
|
|
),
|
|
chest_back: (
|
|
offset: (-6.5, -8.0, -8.5),
|
|
central: ("npc.odonto.male.chest_back"),
|
|
),
|
|
tail_front: (
|
|
offset: (-3.5, -8.0, -5.5),
|
|
central: ("npc.odonto.male.tail_front"),
|
|
),
|
|
tail_back: (
|
|
offset: (-2.5, -19.0, -5.0),
|
|
central: ("npc.odonto.male.tail_back"),
|
|
),
|
|
),
|
|
})
|