trade_bot/assets/common/items/armor/miner/hand.ron
2024-07-03 19:04:49 -04:00

10 lines
224 B
Plaintext

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