13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
ItemDef(
|
|
legacy_name: "Leather Plate Chausses",
|
|
legacy_description: "Leather adorned with steel for better protection.",
|
|
kind: Armor((
|
|
kind: Pants,
|
|
stats: FromSet("Leather Plate"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
Material(Leather),
|
|
SalvageInto(Leather, 2),
|
|
],
|
|
) |