group_bot/assets/voxygen/voxel/fish_small_central_manifest.ron
2024-06-13 19:16:24 -04:00

43 lines
1.0 KiB
Plaintext

({
(Clownfish, Male): (
chest: (
offset: (-1.5, -7.5, -5.0),
central: ("npc.clownfish.male.chest"),
),
tail: (
offset: (-0.5, -5.0, -2.5),
central: ("npc.clownfish.male.tail"),
),
),
(Clownfish, Female): (
chest: (
offset: (-1.5, -7.5, -5.0),
central: ("npc.clownfish.male.chest"),
),
tail: (
offset: (-0.5, -5.0, -2.5),
central: ("npc.clownfish.male.tail"),
),
),
(Piranha, Male): (
chest: (
offset: (-1.5, -5.5, -5.5),
central: ("npc.piranha.male.chest"),
),
tail: (
offset: (-0.5, -5.0, -3.5),
central: ("npc.piranha.male.tail"),
),
),
(Piranha, Female): (
chest: (
offset: (-1.5, -5.5, -5.5),
central: ("npc.piranha.male.chest"),
),
tail: (
offset: (-0.5, -5.0, -3.5),
central: ("npc.piranha.male.tail"),
),
),
})