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