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

12 lines
262 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Knitted Red Pouch",
legacy_description: "A sizeable red bag with two pouches, made of wool and dye.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: Moderate,
tags: [Bag],
slots: 10,
)