veloren/assets/common/loadout/spots/witch.ron

11 lines
461 B
Rust
Raw Normal View History

2021-08-02 20:46:43 +00:00
({
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"),
2021-08-23 18:06:48 +00:00
Lantern: Item("common.items.lantern.pumpkin"),
2021-08-02 20:46:43 +00:00
})