13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
ItemDef(
|
|
legacy_name: "Leather Chestpiece",
|
|
legacy_description: "Swift like the wind.",
|
|
kind: Armor((
|
|
kind: Chest,
|
|
stats: FromSet("Leather"),
|
|
)),
|
|
quality: Common,
|
|
tags: [
|
|
Material(Leather),
|
|
SalvageInto(Leather, 3),
|
|
],
|
|
) |