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