veloren/assets/common/loadout/dungeon/tier-2/spearman.ron

9 lines
490 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2022-05-06 19:58:52 +00:00
head: Item("common.items.npc_armor.biped_small.sahagin.head.spearman"),
chest: Item("common.items.npc_armor.biped_small.sahagin.chest.spearman"),
gloves: Item("common.items.npc_armor.biped_small.sahagin.hand.spearman"),
belt: Item("common.items.npc_armor.biped_small.sahagin.tail.spearman"),
legs: Item("common.items.npc_armor.biped_small.sahagin.pants.spearman"),
feet: Item("common.items.npc_armor.biped_small.sahagin.foot.spearman"),
2022-04-08 15:37:50 +00:00
)