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

13 lines
317 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +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),
],
)