Skip to content

Commit

Permalink
Monster group tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
CountAlex committed Dec 12, 2019
1 parent 0d2c11b commit 6947e37
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/json/monstergroups/monstergroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -5078,7 +5078,10 @@
"type": "monstergroup",
"name": "GROUP_ZOMBIE_COP",
"default": "mon_zombie_cop",
"monsters": [ { "monster": "mon_zombie_cop", "freq": 100, "cost_multiplier": 0 } ]
"monsters": [
{ "monster": "mon_zombie_cop", "freq": 100, "cost_multiplier": 0 },
{ "monster": "mon_dog_zombie_cop", "freq": 50, "cost_multiplier": 2, "pack_size": [ 1, 2 ] }
]
},
{
"type": "monstergroup",
Expand Down Expand Up @@ -5371,5 +5374,14 @@
{ "monster": "mon_zombie_fat", "freq": 15, "cost_multiplier": 8, "pack_size": [ 2, 6 ] },
{ "monster": "mon_zombie_tough", "freq": 8, "cost_multiplier": 3 }
]
},
{
"name": "GROUP_POOL_NOKIDS",
"type": "monstergroup",
"default": "mon_zombie_swimmer",
"monsters": [
{ "monster": "mon_zombie_swimmer", "freq": 100, "cost_multiplier": 2 },
{ "monster": "mon_zombie_swimmer", "freq": 50, "cost_multiplier": 10, "pack_size": [ 3, 8 ] }
]
}
]

0 comments on commit 6947e37

Please sign in to comment.