trade_bot/assets/common/loadout/dungeon/sahagin/spearman.ron

9 lines
490 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
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"),
)