trade_bot/assets/common/items/armor/misc/bag/sturdy_red_backpack.ron

12 lines
282 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Sturdy Red Saddlebag",
legacy_description: "A truly reliable and sizeable bag, embroidered with amethyst and thick leather.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: Epic,
tags: [Bag],
slots: 20,
)