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

10 lines
236 B
Plaintext

ItemDef(
legacy_name: "Miner's Vestment",
legacy_description: "Rock dust is covering most of the leather parts.",
kind: Armor((
kind: Chest,
stats: FromSet("Miner"),
)),
quality: Epic,
tags: [],
)