ItemDef(
    legacy_name: "Merchant Boots",
    legacy_description: "",
    kind: Armor((
        kind: Foot,
        stats: FromSet("Merchant"),
    )),
    quality: Epic,
    tags: [
    ],
)