mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
461 B
Rust
11 lines
461 B
Rust
({
|
|
Armor(Head): Item("common.items.armor.witch.hat"),
|
|
Armor(Chest): Item("common.items.armor.witch.chest"),
|
|
Armor(Shoulders): Item("common.items.armor.witch.shoulder"),
|
|
Armor(Belt): Item("common.items.armor.witch.belt"),
|
|
Armor(Hands): Item("common.items.armor.witch.hand"),
|
|
Armor(Legs): Item("common.items.armor.witch.pants"),
|
|
Armor(Feet): Item("common.items.armor.witch.foot"),
|
|
Lantern: Item("common.items.lantern.pumpkin"),
|
|
})
|