hotbot/assets/common/loadout/world/traveler0/rawhide.ron
2024-06-11 14:43:30 -04:00

16 lines
565 B
Plaintext

#![enable(implicit_some)]
(
shoulders: Item("common.items.armor.hide.rawhide.shoulder"),
chest: Item("common.items.armor.hide.rawhide.chest"),
gloves: Item("common.items.armor.hide.rawhide.hand"),
back: Choice([
(1, Item("common.items.armor.hide.rawhide.back")),
(1, None),
]),
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")),
]),
)