13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
ItemDef(
|
|
legacy_name: "Steel Cuirass",
|
|
legacy_description: "The metal alloy provides a somewhat lighter and stronger cuirass.",
|
|
kind: Armor((
|
|
kind: Chest,
|
|
stats: FromSet("Steel"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
Material(Steel),
|
|
SalvageInto(Steel, 3),
|
|
],
|
|
) |