veloren/assets/common/loadout/village/chef.ron
2022-02-09 20:10:59 -05:00

8 lines
352 B
Rust

({
Armor(Chest): Item("common.items.armor.chef.chest"),
Armor(Hands): Item("common.items.armor.cloth.linen.hand"),
Armor(Legs): Item("common.items.armor.chef.pants"),
Armor(Belt): Item("common.items.armor.chef.belt"),
Armor(Feet): Item("common.items.armor.cloth.linen.foot"),
Armor(Head): Item("common.items.armor.chef.hat"),})