hotbot/assets/common/items/armor/miner/foot.ron
2024-06-11 14:43:30 -04:00

10 lines
226 B
Plaintext

ItemDef(
legacy_name: "Miner's Footwear",
legacy_description: "Someone carved 'Mine!' into the inside.",
kind: Armor((
kind: Foot,
stats: FromSet("Miner"),
)),
quality: High,
tags: [],
)