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

12 lines
262 B
Plaintext

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