ItemDef(
    legacy_name: "Ashen Bracers",
    legacy_description: "It feels as though magma runs through your veins.",
    kind: Armor((
        kind: Hand,
        stats: FromSet("Ashen"),
    )),
    quality: Legendary,
    tags: [],
)