13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Orichalcum Chestguard",
|
||
|
legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.",
|
||
|
kind: Armor((
|
||
|
kind: Chest,
|
||
|
stats: FromSet("Orichalcum"),
|
||
|
)),
|
||
|
quality: Legendary,
|
||
|
tags: [
|
||
|
Material(Orichalcum),
|
||
|
SalvageInto(Orichalcum, 3),
|
||
|
],
|
||
|
)
|