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

15 lines
282 B
Plaintext

ItemDef(
legacy_name: "Small Leather Pouch",
legacy_description: "A small reliable leather pouch.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: Common,
tags: [
Bag,
SalvageInto(Rawhide, 1),
],
slots: 6,
)