ItemDef(
    legacy_name: "Bloodsteel Cape",
    legacy_description: "Forged to preserve life, at the cost of another.",
    kind: Armor((
        kind: Back,
        stats: FromSet("Bloodsteel"),
    )),
    quality: Epic,
    tags: [
        Material(Bloodsteel),
        SalvageInto(Bloodsteel, 1),
    ],
)