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