ItemDef(
    legacy_name: "Blue Linen Boots",
    legacy_description: "Cobbled rough fabric boots, dyed blue.",
    kind: Armor((
        kind: Foot,
        stats: FromSet("Cloth Blue"),
    )),
    quality: Common,
    tags: [
        Material(Linen),
        SalvageInto(Linen, 1),
    ],
)