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

8 lines
352 B
Rust
Raw Normal View History

2022-02-06 05:43:46 +00:00
({
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"),})