13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
ItemDef(
|
|
legacy_name: "Steel Chausses",
|
|
legacy_description: "The metal alloy provides improvements to fit, durability, and lightness.",
|
|
kind: Armor((
|
|
kind: Pants,
|
|
stats: FromSet("Steel"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
Material(Steel),
|
|
SalvageInto(Steel, 2),
|
|
],
|
|
) |