veloren/assets/common/loadout/village/blacksmith.ron

10 lines
407 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.armor.blacksmith.hat"),
chest: Item("common.items.armor.blacksmith.chest"),
gloves: Item("common.items.armor.blacksmith.hand"),
belt: Item("common.items.armor.blacksmith.belt"),
legs: Item("common.items.armor.blacksmith.pants"),
feet: Item("common.items.armor.mail.iron.foot"),
lantern: Item("common.items.lantern.black_0"),
2022-04-08 15:37:50 +00:00
)