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