hotbot/assets/common/loadout/spots/witch.ron
2024-06-11 14:43:30 -04:00

11 lines
436 B
Plaintext

#![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"),
)