Skip to content

Commit

Permalink
Merge pull request #37755 from RarkGrames/Military-base-monstergroups…
Browse files Browse the repository at this point in the history
…-fix

Military base monstergroups fix
  • Loading branch information
ZhilkinSerg authored Feb 6, 2020
2 parents dfe8179 + 6915fcd commit 6ff7411
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/json/monstergroups/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
{ "monster": "mon_zombie_tough", "freq": 40, "cost_multiplier": 3 },
{ "monster": "mon_zombie_rot", "freq": 20, "cost_multiplier": 2 },
{ "monster": "mon_zombie_crawler", "freq": 10, "cost_multiplier": 2 },
{ "monster": "mon_zombie_runner", "freq": 40, "cost_multiplier": 5, "pack_size": [ 1, 4 ] },
{ "monster": "mon_zombie_brainless", "freq": 20, "cost_multiplier": 1 },
{ "monster": "mon_zombie_cop", "freq": 20, "cost_multiplier": 2 },
{ "monster": "mon_zombie_hazmat", "freq": 10, "cost_multiplier": 2 },
{ "monster": "mon_zombie_fireman", "freq": 5, "cost_multiplier": 2 },
Expand Down Expand Up @@ -93,6 +95,8 @@
{ "monster": "mon_zombie_tough", "freq": 40, "cost_multiplier": 3 },
{ "monster": "mon_zombie_rot", "freq": 20, "cost_multiplier": 2 },
{ "monster": "mon_zombie_crawler", "freq": 10, "cost_multiplier": 2 },
{ "monster": "mon_zombie_runner", "freq": 40, "cost_multiplier": 5, "pack_size": [ 1, 4 ] },
{ "monster": "mon_zombie_brainless", "freq": 20, "cost_multiplier": 1 },
{ "monster": "mon_zombie_cop", "freq": 20, "cost_multiplier": 2 },
{ "monster": "mon_zombie_hazmat", "freq": 100, "cost_multiplier": 2 },
{ "monster": "mon_zombie_fireman", "freq": 20, "cost_multiplier": 2 },
Expand Down
3 changes: 2 additions & 1 deletion data/json/monstergroups/zombies.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"default": "mon_zombie_scorched",
"monsters": [
{ "monster": "mon_zombie_scorched", "freq": 100, "cost_multiplier": 1 },
{ "monster": "mon_zombie_child_scorched", "freq": 10, "cost_multiplier": 1 }
{ "monster": "mon_zombie_child_scorched", "freq": 10, "cost_multiplier": 1 },
{ "monster": "mon_zombie_fiend", "freq": 5, "cost_multiplier": 5 }
]
},
{
Expand Down

0 comments on commit 6ff7411

Please sign in to comment.