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

9 lines
335 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.chef.hat"),
chest: Item("common.items.armor.chef.chest"),
gloves: Item("common.items.armor.cloth.linen.hand"),
belt: Item("common.items.armor.chef.belt"),
legs: Item("common.items.armor.chef.pants"),
feet: Item("common.items.armor.cloth.linen.foot"),
2022-04-08 15:37:50 +00:00
)