trade_bot/assets/common/items/armor/misc/bag/sturdy_red_backpack.ron
2024-07-03 19:04:49 -04:00

12 lines
282 B
Plaintext

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,
)