ItemDef(
    legacy_name: "Leather Cloak",
    legacy_description: "Swift like the wind.",
    kind: Armor((
        kind: Back,
        stats: FromSet("Leather"),
    )),
    quality: Common,
    tags: [
        Material(Leather),
        SalvageInto(Leather, 1),
    ],
)