1[
2  {
3    "type": "monstergroup",
4    "name": "GROUP_ZOMBIE_MID",
5    "default": "mon_zombie_tough",
6    "monsters": [
7      { "monster": "mon_zombie", "freq": 10, "cost_multiplier": 10, "pack_size": [ 25, 30 ] },
8      { "monster": "mon_zombie_fat", "freq": 75, "cost_multiplier": 1 },
9      { "monster": "mon_zombie_fat", "freq": 3, "cost_multiplier": 3, "pack_size": [ 3, 5 ] },
10      { "monster": "mon_zombie_tough", "freq": 75, "cost_multiplier": 1 },
11      { "monster": "mon_zombie_anklebiter", "freq": 2, "cost_multiplier": 1 },
12      { "monster": "mon_zombie_sproglodyte", "freq": 1, "cost_multiplier": 1 },
13      { "monster": "mon_zombie_shriekling", "freq": 2, "cost_multiplier": 1 },
14      { "monster": "mon_zombie_creepy", "freq": 1, "cost_multiplier": 1 },
15      { "monster": "mon_zombie_snotgobbler", "freq": 1, "cost_multiplier": 1 },
16      { "monster": "mon_zombie_waif", "freq": 1, "cost_multiplier": 1 },
17      { "monster": "mon_zombie_child", "freq": 2, "cost_multiplier": 1 },
18      { "monster": "mon_zombie_dog", "freq": 1, "cost_multiplier": 24, "pack_size": [ 8, 12 ] },
19      { "monster": "mon_dog_skeleton", "freq": 10, "cost_multiplier": 1 },
20      { "monster": "mon_dog_zombie_cop", "freq": 30, "cost_multiplier": 4 },
21      { "monster": "mon_dog_zombie_rot", "freq": 30, "cost_multiplier": 3 },
22      { "monster": "mon_zombie_soldier", "freq": 30, "cost_multiplier": 2 },
23      { "monster": "mon_zombie_cop", "freq": 40, "cost_multiplier": 2 },
24      { "monster": "mon_zombie_hazmat", "freq": 40, "cost_multiplier": 2 },
25      { "monster": "mon_zombie_fireman", "freq": 40, "cost_multiplier": 2 },
26      { "monster": "mon_zombie_grabber", "freq": 20, "cost_multiplier": 2 },
27      { "monster": "mon_zombie_grappler", "freq": 30, "cost_multiplier": 7 },
28      { "monster": "mon_zombie_hunter", "freq": 50, "cost_multiplier": 2 },
29      { "monster": "mon_zombie_smoker", "freq": 30, "cost_multiplier": 2 },
30      { "monster": "mon_zombie_shady", "freq": 30, "cost_multiplier": 2 },
31      { "monster": "mon_zombie_gasbag", "freq": 10, "cost_multiplier": 2 },
32      { "monster": "mon_zombie_gasbag", "freq": 10, "cost_multiplier": 5, "pack_size": [ 3, 5 ] },
33      { "monster": "mon_zombie_swimmer", "freq": 30, "cost_multiplier": 2 },
34      { "monster": "mon_zombie_shrieker", "freq": 30, "cost_multiplier": 2 },
35      { "monster": "mon_zombie_spitter", "freq": 10, "cost_multiplier": 2 },
36      { "monster": "mon_zombie_corrosive", "freq": 20, "cost_multiplier": 6 },
37      { "monster": "mon_zombie_electric", "freq": 10, "cost_multiplier": 2 },
38      { "monster": "mon_zombie_necro", "freq": 10, "cost_multiplier": 10 },
39      { "monster": "mon_zombie_survivor", "freq": 20, "cost_multiplier": 5 },
40      { "monster": "mon_boomer", "freq": 30, "cost_multiplier": 5 },
41      { "monster": "mon_boomer_huge", "freq": 20, "cost_multiplier": 5 },
42      { "monster": "mon_zombie_brute", "freq": 30, "cost_multiplier": 10 },
43      { "monster": "mon_zombie_brute_ninja", "freq": 1, "cost_multiplier": 20 },
44      { "monster": "mon_zombie_brute_grappler", "freq": 1, "cost_multiplier": 20 },
45      { "monster": "mon_zombie_hulk", "freq": 10, "cost_multiplier": 25 },
46      { "monster": "mon_skeleton_brute", "freq": 15, "cost_multiplier": 12 },
47      { "monster": "mon_skeleton_hulk", "freq": 10, "cost_multiplier": 25 },
48      { "monster": "mon_zombie_master", "freq": 10, "cost_multiplier": 15 },
49      { "monster": "mon_beekeeper", "freq": 5, "cost_multiplier": 1 },
50      { "monster": "mon_zombie_thorny", "freq": 10, "cost_multiplier": 10 },
51      { "monster": "mon_zombie_technician", "freq": 10, "cost_multiplier": 6 },
52      { "monster": "mon_zombie_brute_shocker", "freq": 10, "cost_multiplier": 20 },
53      { "monster": "mon_zombie_hollow", "freq": 2, "cost_multiplier": 5 },
54      { "monster": "mon_zombie_predator", "freq": 5, "cost_multiplier": 10 },
55      { "monster": "mon_zombie_ears", "freq": 10, "cost_multiplier": 2 }
56    ]
57  },
58  {
59    "name": "GROUP_COFFEE_SHOP_SPITTER",
60    "type": "monstergroup",
61    "default": "mon_null",
62    "monsters": [ { "monster": "mon_zombie_spitter", "freq": 65, "cost_multiplier": 5 } ]
63  }
64]
65