11 lines
436 B
Plaintext
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"),
|
||
|
)
|