ItemDef(
    legacy_name: "Twig Shirt",
    legacy_description: "Small sticks magically imbued to hold together to form a shirt.",
    kind: Armor((
        kind: Chest,
        stats: FromSet("Twigs"),
    )),
    quality: Moderate,
    tags: [
        SalvageInto(Twig, 3),
    ],
)