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

15 lines
282 B
Plaintext
Raw Normal View History

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