2021-07-31 01:38:16 +00:00
|
|
|
({
|
|
|
|
Armor(Chest): Item("common.items.armor.hide.rawhide.chest"),
|
|
|
|
Armor(Shoulders): Item("common.items.armor.hide.rawhide.shoulder"),
|
|
|
|
Armor(Belt): Item("common.items.armor.hide.rawhide.belt"),
|
|
|
|
Armor(Hands): Item("common.items.armor.hide.rawhide.hand"),
|
|
|
|
Armor(Legs): Item("common.items.armor.hide.rawhide.pants"),
|
|
|
|
Armor(Feet): Item("common.items.armor.hide.rawhide.foot"),
|
2021-10-27 06:42:12 +00:00
|
|
|
Armor(Head): Choice([
|
|
|
|
(1.0, Some(Item("common.items.armor.misc.head.bandana.thief"))),
|
|
|
|
(1.0, Some(Item("common.items.armor.misc.head.bandana.red"))),
|
2021-12-12 11:31:19 +00:00
|
|
|
(1.0, Some(Item("common.items.armor.misc.head.hood"))),
|
|
|
|
(1.0, Some(Item("common.items.armor.misc.head.hood_dark"))),
|
2021-07-31 01:38:16 +00:00
|
|
|
|
2021-10-27 06:42:12 +00:00
|
|
|
]),
|
2021-07-31 01:38:16 +00:00
|
|
|
Lantern: Choice([
|
|
|
|
(1.0, Some(Item("common.items.lantern.black_0"))),
|
|
|
|
(2.0, None),
|
|
|
|
]),
|
|
|
|
})
|