Skip to content

Commit

Permalink
Changed spawn of insects
Browse files Browse the repository at this point in the history
removed mole crickets and ladybugs from some locations
  • Loading branch information
SuddenEyePuncture committed Jun 6, 2021
1 parent 0fac78c commit 60adaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions data/json/monstergroups/lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
{ "monster": "mon_zombie_electric", "freq": 50, "cost_multiplier": 3 },
{ "monster": "mon_zombie_necro", "freq": 15, "cost_multiplier": 15 },
{ "monster": "mon_zombie_brute_shocker", "freq": 10, "cost_multiplier": 5 },
{"monster": "mon_lady_bug_giant", "freq": 15, "cost_multiplier": 2},
{"monster": "mon_mole_cricket", "freq": 20, "cost_multiplier": 3}
{ "monster": "mon_mole_cricket", "freq": 20, "cost_multiplier": 3}
],
"freq_total": 2592
},
Expand Down Expand Up @@ -165,7 +164,7 @@
{ "monster": "mon_zombie_electric", "freq": 10, "cost_multiplier": 3 },
{ "monster": "mon_zombie_necro", "freq": 1, "cost_multiplier": 15 },
{ "monster": "mon_zombie_brute_shocker", "freq": 1, "cost_multiplier": 5 },
{"monster": "mon_mole_cricket", "freq": 20, "cost_multiplier": 3}
{ "monster": "mon_mole_cricket", "freq": 2, "cost_multiplier": 3}
]
}
]
1 change: 0 additions & 1 deletion data/json/monstergroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
{ "monster": "mon_gator", "freq": 40, "cost_multiplier": 2, "pack_size": [ 1, 2 ] },
{ "monster": "mon_nakedmolerat_giant", "freq": 25, "cost_multiplier": 3 },
{ "monster": "mon_frog_mother", "freq": 10, "cost_multiplier": 3 },
{"monster": "mon_mole_cricket", "freq": 30, "cost_multiplier": 3}
]
},
{
Expand Down

0 comments on commit 60adaf1

Please sign in to comment.