veloren/assets/common/loadout/spots/witch.ron
2022-05-16 15:11:36 -04:00

11 lines
436 B
Rust

#![enable(implicit_some)]
(
head: Item("common.items.armor.witch.hat"),
shoulders: Item("common.items.armor.witch.shoulder"),
chest: Item("common.items.armor.witch.chest"),
gloves: Item("common.items.armor.witch.hand"),
belt: Item("common.items.armor.witch.belt"),
legs: Item("common.items.armor.witch.pants"),
feet: Item("common.items.armor.witch.foot"),
lantern: Item("common.items.lantern.pumpkin"),
)