trade_bot/assets/common/loadout/world/traveler0/linen.ron

16 lines
558 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
shoulders: Item("common.items.armor.cloth.linen.shoulder"),
chest: Item("common.items.armor.cloth.linen.chest"),
gloves: Item("common.items.armor.cloth.linen.hand"),
back: Choice([
(1, Item("common.items.armor.cloth.linen.back")),
(1, None),
]),
belt: Item("common.items.armor.cloth.linen.belt"),
legs: Item("common.items.armor.cloth.linen.pants"),
feet: Item("common.items.armor.cloth.linen.foot"),
lantern: Choice([
(1, Item("common.items.lantern.black_0")),
]),
)