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

12 lines
263 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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,
)