hotbot/assets/common/items/armor/miner/foot.ron

10 lines
226 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Miner's Footwear",
legacy_description: "Someone carved 'Mine!' into the inside.",
kind: Armor((
kind: Foot,
stats: FromSet("Miner"),
)),
quality: High,
tags: [],
)