ItemDef(
    name: "Admin's Tabard",
    description: "With great power comes\ngreat responsibility.",
    kind: Armor(
        (
            kind: Tabard("Admin"),
            stats: (
                protection: Invincible,
                poise_resilience: Invincible,
            ),
        )
    ),
    quality: Debug,
    tags: [],
)