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