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

12 lines
263 B
Plaintext

ItemDef(
legacy_name: "Woven Red Bag",
legacy_description: "A moderately sized red bag. Although it still feels pretty cramped.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: High,
tags: [Bag],
slots: 15,
)