veloren/assets/common/loadout/dungeon/tier-3/guard.ron
2022-05-16 15:11:36 -04:00

8 lines
394 B
Rust

#![enable(implicit_some)]
(
head: Item("common.items.npc_armor.biped_small.haniwa.head.guard"),
chest: Item("common.items.npc_armor.biped_small.haniwa.chest.guard"),
gloves: Item("common.items.npc_armor.biped_small.haniwa.hand.guard"),
legs: Item("common.items.npc_armor.biped_small.haniwa.pants.guard"),
feet: Item("common.items.npc_armor.biped_small.haniwa.foot.guard"),
)