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

12 lines
220 B
Plaintext

ItemDef(
legacy_name: "Heavy Seabag",
legacy_description: "Commonly used by sailors.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: Epic,
tags: [Bag],
slots: 20,
)