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

12 lines
230 B
Plaintext

ItemDef(
legacy_name: "Reliable Leather Pack",
legacy_description: "It will never give you up.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: High,
tags: [Bag],
slots: 15,
)