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

15 lines
287 B
Plaintext

ItemDef(
legacy_name: "Tiny Red Pouch",
legacy_description: "Made from multiple patches of dyed cloth.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: Common,
tags: [
Bag,
SalvageInto(RedLinen, 1)
],
slots: 6,
)