13 lines
317 B
Plaintext
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),
|
||
|
],
|
||
|
)
|