trade_bot/assets/common/items/armor/mail/steel/foot.ron

13 lines
317 B
Plaintext
Raw Permalink Normal View History

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