13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Iron Chestguard",
|
||
|
legacy_description: "Sturdy and unyielding, across ages of war.",
|
||
|
kind: Armor((
|
||
|
kind: Chest,
|
||
|
stats: FromSet("Iron"),
|
||
|
)),
|
||
|
quality: Common,
|
||
|
tags: [
|
||
|
Material(Iron),
|
||
|
SalvageInto(Iron, 3),
|
||
|
],
|
||
|
)
|