13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
ItemDef(
|
|
legacy_name: "Leather Plate Chest",
|
|
legacy_description: "Leather adorned with steel for better protection.",
|
|
kind: Armor((
|
|
kind: Chest,
|
|
stats: FromSet("Leather Plate"),
|
|
)),
|
|
quality: High,
|
|
tags: [
|
|
Material(Leather),
|
|
SalvageInto(Leather, 3),
|
|
],
|
|
) |