trade_bot/assets/common/items/armor/miner/chest.ron

10 lines
236 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
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: [],
)