[
    {
        "type" : "item_group",
        "subtype": "collection",
        "comment": "contains cloth for an average zombie",
        "id": "default_zombie_clothes",
        "entries":
        [
            { "group": "pants", "damage-min": 1, "damage-max": 4 },
            { "group": "shirts", "damage-min": 1, "damage-max": 4 },
            { "group": "shoes", "damage-min": 1, "damage-max": 4 },
            { "group": "jackets", "damage-min": 1, "damage-max": 4, "prob": 20 },
            { "group": "bags", "damage-min": 1, "damage-max": 4, "prob": 6 }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "distribution",
        "comment": "items that an average zombie carries around and drops on death",
        "id": "default_zombie_items",
        "groups": [
            [ "livingroom", 5 ],
            [ "kitchen", 4 ],
            [ "bedroom", 16 ],
            [ "softdrugs", 5 ],
            [ "harddrugs", 1 ],
            [ "tools", 20 ],
            [ "trash", 7 ],
            [ "ammo", 1 ],
            [ "pistols", 1 ],
            [ "shotguns", 1 ],
            [ "smg", 1 ],
            [ "home_hw", 5 ],
            [ "postman_gear", 5]
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "comment": "contains cloth (always), a cash card (10% chance) and a random item (50% chance)",
        "id": "default_zombie_death_drops",
        "entries":
        [
            { "group": "default_zombie_clothes" },
            { "group": "default_zombie_items", "prob": 50 },
            { "item": "cash_card", "prob": 10 }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_cop_death_drops",
        "entries":
        [
            { "group": "cop_shoes", "damage-min": 1, "damage-max": 4 },
            { "group": "cop_torso", "damage-min": 1, "damage-max": 4 },
            { "group": "cop_pants", "damage-min": 1, "damage-max": 4 },
            { "group": "underwear", "damage-min": 1, "damage-max": 4 },
            { "group": "cop_weapons", "prob": 20 },
            { "group": "cop_gear", "prob": 40 },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_swimmer_death_drops",
        "entries":
        [
            { "distribution": [
                { "group": "swimmer_wetsuit", "damage-min": 1, "damage-max": 4, "prob": 10 },
                { "collection": [
                    { "group": "swimmer_head", "damage-min": 1, "damage-max": 4, "prob": 75 },
                    { "group": "swimmer_torso", "damage-min": 1, "damage-max": 4, "prob": 33 },
                    { "group": "swimmer_pants", "damage-min": 1, "damage-max": 4 },
                    { "group": "swimmer_shoes", "damage-min": 1, "damage-max": 4, "prob": 25 }
                ], "prob": 90 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_scientist_death_drops",
        "entries":
        [
            { "group": "lab_shoes", "damage-min": 1, "damage-max": 4 },
            { "group": "lab_torso", "damage-min": 1, "damage-max": 4 },
            { "group": "lab_pants", "damage-min": 1, "damage-max": 4 },
            { "group": "underwear", "damage-min": 1, "damage-max": 4 },
            { "distribution": [
                { "group": "harddrugs", "prob": 6 },
                { "group": "chem_lab", "prob": 10 },
                { "group": "teleport", "prob": 6 },
                { "group": "goo", "prob": 8 },
                { "group": "cloning_vat", "prob": 1 },
                { "group": "dissection", "prob": 10 },
                { "group": "electronics", "prob": 9 },
                { "group": "bionics", "prob": 1 },
                { "group": "radio", "prob": 2 },
                { "group": "textbooks", "prob": 3 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_soldier_death_drops",
        "entries":
        [
            { "group": "cop_shoes", "damage-min": 1, "damage-max": 4 },
            { "group": "mil_armor_torso", "damage-min": 1, "damage-max": 4 },
            { "group": "mil_armor_pants", "damage-min": 1, "damage-max": 4 },
            { "group": "mil_armor_helmet", "damage-min": 1, "damage-max": 4, "prob": 33 },
            { "group": "underwear", "damage-min": 1, "damage-max": 4 },
            { "distribution": [
                { "group": "ammo", "prob": 10 },
                { "group": "pistols", "prob": 5 },
                { "group": "shotguns", "prob": 2 },
                { "group": "smg", "prob": 5 },
                { "group": "bots", "prob": 1 },
                { "group": "launchers", "prob": 2 },
                { "group": "mil_rifles", "prob": 10 },
                { "group": "grenades", "prob": 5 },
                { "group": "mil_accessories", "prob": 10 },
                { "group": "mil_food", "prob": 5 },
                { "group": "bionics_mil", "prob": 1 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_hulk_death_drops",
        "entries":
        [
            { "item": "rag", "damage-min": 1, "damage-max": 4, "count-min": 1, "count-max": 4 },
            { "group": "pants", "damage-min": 1, "damage-max": 4 },
            { "group": "default_zombie_items" },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_hazmat_death_drops",
        "entries":
        [
            { "distribution": [
                { "group": "hazmat_full", "damage-min": 1, "damage-max": 4, "prob": 20 },
                { "collection": [
                    { "group": "hazmat_torso", "damage-min": 1, "damage-max": 4 },
                    { "group": "hazmat_gloves", "damage-min": 1, "damage-max": 4 },
                    { "group": "hazmat_boots", "damage-min": 1, "damage-max": 4 },
                    { "group": "hazmat_mask", "damage-min": 1, "damage-max": 4 },
                    { "group": "hazmat_eyes", "damage-min": 1, "damage-max": 4, "prob": 33 }
                ], "prob": 80 }
            ] },
            { "group": "underwear", "damage-min": 1, "damage-max": 4 },
            { "distribution": [
                { "group": "rad_gear", "prob": 1 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_bio_op_death_drops",
        "entries":
        [
            { "group": "bio_op_boots", "damage-min": 1, "damage-max": 4 },
            { "group": "mil_armor_torso", "damage-min": 1, "damage-max": 4 },
            { "group": "mil_armor_pants", "damage-min": 1, "damage-max": 4 },
            { "group": "mil_armor_helmet", "damage-min": 1, "damage-max": 4, "prob": 50 },
            { "group": "bio_op_face", "damage-min": 1, "damage-max": 4, "prob": 50 },
            { "group": "bio_op_torso", "damage-min": 1, "damage-max": 4, "prob": 50 },
            { "group": "bio_op_gloves", "damage-min": 1, "damage-max": 4, "prob": 50 },
            { "group": "underwear", "damage-min": 1, "damage-max": 4 },
            { "distribution": [
                { "group": "ammo", "prob": 15 },
                { "group": "pistols", "prob": 5 },
                { "group": "shotguns", "prob": 4 },
                { "group": "smg", "prob": 5 },
                { "group": "bots", "prob": 1 },
                { "group": "mil_rifles", "prob": 10 },
                { "group": "grenades", "prob": 5 },
                { "group": "mil_accessories", "prob": 10 },
                { "group": "mil_food", "prob": 5 },
                { "group": "bionics_mil", "prob": 1 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_fireman_death_drops",
        "entries":
        [
            { "group": "fireman_torso", "damage-min": 1, "damage-max": 4 },
            { "group": "fireman_pants", "damage-min": 1, "damage-max": 4 },
            { "group": "fireman_gloves", "damage-min": 1, "damage-max": 4 },
            { "group": "fireman_boots", "damage-min": 1, "damage-max": 4 },
            { "group": "fireman_mask", "damage-min": 1, "damage-max": 4 },
            { "group": "fireman_head", "damage-min": 1, "damage-max": 4 },
            { "group": "hazmat_eyes", "damage-min": 1, "damage-max": 4, "prob": 33 },
            { "distribution": [
                { "group": "fireman_gear", "prob": 1 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_survivor_death_drops",
        "entries":
        [
            { "group": "survivorzed_gloves", "damage-min": 1, "damage-max": 4 },
            { "group": "survivorzed_boots", "damage-min": 1, "damage-max": 4 },
            { "group": "survivorzed_head", "damage-min": 1, "damage-max": 4 },
            { "group": "survivorzed_extra", "damage-min": 1, "damage-max": 4 },
            {
                "distribution": [
                    {
                        "group": "survivorzed_suits",
                        "prob": 25
                    },
                    {
                        "collection": [
                            { "group": "survivorzed_tops", "prob": 25 },
                            { "group": "survivorzed_bottoms", "prob": 25 }
                        ],
                        "prob": 75
                    }
                ], "damage-min": 1, "damage-max": 4
            },
            {
                "comment": "1/3 chance of underware, 2/3 chance of loincloth",
                "distribution": [
                    { "group": "underwear" },
                    { "group": "loincloth" },
                    { "group": "loincloth" }
                ],
                "damage-min": 1, "damage-max": 4
            },
            { "distribution": [
                { "group": "allguns", "prob": 24 },
                { "group": "grenades", "prob": 10 },
                { "group": "mil_rifles", "prob": 8 },
                { "group": "mil_hw", "prob": 1 },
                { "group": "launchers", "prob": 1 },
                { "group": "gunxtras", "prob": 14 },
                { "group": "stash_food", "prob": 40 },
                { "group": "stash_ammo", "prob": 26 },
                { "group": "stash_drugs", "prob": 28 },
                { "group": "survival_tools", "prob": 18 },
                { "group": "mil_food", "prob": 22 },
                { "group": "mil_food_nodrugs", "prob": 34 },
                { "group": "shelter", "prob": 8 },
                { "group": "mil_surplus", "prob": 6 }
            ] },
            { "item": "cash_card" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "jackson_drops",
        "entries":
        [
            { "item": "jacket_leather_red", "prob": 100 },
            { "item": "jeans_red", "prob": 100 },
            { "item": "socks", "prob": 100 },
            { "item": "dance_shoes", "prob": 100 },
            { "item": "glove_jackson", "prob": 100 }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "mon_zombie_technician_death_drops",
        "entries":
        [
            { "group": "technician_shirts", "damage-min": 1, "damage-max": 4 },
            { "group": "technician_pants", "damage-min": 1, "damage-max": 4 },
            {
                "distribution": [
                    { "group": "underwear" }
                ],
                "damage-min": 1, "damage-max": 4
            },
            { "item": "hat_hard" },
            { "item": "boots" }
        ]
    },
    {
        "type" : "item_group",
        "subtype": "collection",
        "id": "marloss_yellow_drops",
        "entries":
        [
            {"item": "marloss_gel", "prob": 50},
            {"item": "veggy_tainted", "prob": 75},
            {"item": "fungal_seeds", "prob": 75}
        ]
    }
]
