13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Bloodsteel Sabatons",
|
||
|
legacy_description: "Forged to preserve life, at the cost of another.",
|
||
|
kind: Armor((
|
||
|
kind: Foot,
|
||
|
stats: FromSet("Bloodsteel"),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [
|
||
|
Material(Bloodsteel),
|
||
|
SalvageInto(Bloodsteel, 1),
|
||
|
],
|
||
|
)
|