trade_bot/assets/common/items/armor/mail/steel/foot.ron
2024-07-03 19:04:49 -04:00

13 lines
317 B
Plaintext

ItemDef(
legacy_name: "Steel Boots",
legacy_description: "Metal alloy boots providing a more comfortable and durable protection.",
kind: Armor((
kind: Foot,
stats: FromSet("Steel"),
)),
quality: Moderate,
tags: [
Material(Steel),
SalvageInto(Steel, 1),
],
)