19 lines
751 B
Plaintext
19 lines
751 B
Plaintext
#![enable(implicit_some)]
|
|
(
|
|
head: Choice([
|
|
(1, Item("common.items.armor.misc.head.bandana.thief")),
|
|
(1, Item("common.items.armor.misc.head.bandana.red")),
|
|
(1, Item("common.items.armor.misc.head.hood")),
|
|
(1, Item("common.items.armor.misc.head.hood_dark")),
|
|
]),
|
|
shoulders: Item("common.items.armor.hide.rawhide.shoulder"),
|
|
chest: Item("common.items.armor.hide.rawhide.chest"),
|
|
gloves: Item("common.items.armor.hide.rawhide.hand"),
|
|
belt: Item("common.items.armor.hide.rawhide.belt"),
|
|
legs: Item("common.items.armor.hide.rawhide.pants"),
|
|
feet: Item("common.items.armor.hide.rawhide.foot"),
|
|
lantern: Choice([
|
|
(1, Item("common.items.lantern.black_0")),
|
|
(2, None),
|
|
]),
|
|
) |