mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
30 lines
691 B
Rust
30 lines
691 B
Rust
({
|
|
(Crab, Male): (
|
|
chest: (
|
|
offset: (-5.0, -4.5, 2.0),
|
|
central: ("npc.crab.crab"),
|
|
),
|
|
tail_f: (
|
|
offset: (0.0, 0.0, 0.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
tail_b: (
|
|
offset: (0.0, 0.0, 0.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
),
|
|
(Crab, Female): (
|
|
chest: (
|
|
offset: (-5.0, -4.5, 2.0),
|
|
central: ("npc.crab.crab"),
|
|
),
|
|
tail_f: (
|
|
offset: (0.0, 0.0, 0.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
tail_b: (
|
|
offset: (0.0, 0.0, 0.0),
|
|
central: ("armor.empty"),
|
|
),
|
|
),
|
|
}) |