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

10 lines
425 B
Rust
Raw Normal View History

2022-02-06 05:43:46 +00:00
({
Armor(Chest): Item("common.items.armor.blacksmith.chest"),
Armor(Hands): Item("common.items.armor.blacksmith.hand"),
Armor(Legs): Item("common.items.armor.blacksmith.pants"),
Armor(Belt): Item("common.items.armor.blacksmith.belt"),
Armor(Feet): Item("common.items.armor.mail.iron.foot"),
Armor(Head): Item("common.items.armor.blacksmith.hat"),
Lantern: Item("common.items.lantern.black_0"),
})