mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
425 B
Rust
10 lines
425 B
Rust
({
|
|
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"),
|
|
})
|