Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Removed some insects from spawn groups

Co-authored-by: Venera3 <72006894+Venera3@users.noreply.github.com>
  • Loading branch information
SuddenEyePuncture and Venera3 committed Jun 6, 2021
1 parent 2640bc9 commit f7b0ba9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions data/json/monstergroups/bugs.json
Expand Up @@ -16,9 +16,7 @@
"default": "mon_ant_small",
"is_animal": true,
"monsters": [
{ "monster": "mon_ant_larva", "freq": 40, "cost_multiplier": 0 },
{ "monster": "mon_ant_soldier", "freq": 90, "cost_multiplier": 5 },
{ "monster": "mon_ant_queen", "freq": 0, "cost_multiplier": 0 },
{ "monster": "mon_aphid", "freq": 40, "pack_size": [ 3, 10 ], "cost_multiplier": 0 },
{ "monster": "mon_lady_bug_giant", "freq": 10, "pack_size": [ 1, 3 ], "cost_multiplier": 10},
{ "monster": "mon_antlion_larva", "freq": 5, "cost_multiplier": 10 },
Expand Down
2 changes: 0 additions & 2 deletions data/json/monstergroups/wilderness.json
Expand Up @@ -2871,9 +2871,7 @@
},
{ "monster": "mon_mutant_experimental", "freq": 2, "cost_multiplier": 6 },
{"monster": "mon_mantis_small", "freq": 2, "cost_multiplier": 8},
{"monster": "mon_aphid", "freq": 10, "cost_multiplier": 0},
{ "monster": "mon_antlion_giant", "freq": 4, "cost_multiplier": 10 },
{ "monster": "mon_strider_small", "freq": 15, "cost_multiplier": 3, "pack_size": [ 4, 8 ] }
]
},
{
Expand Down

0 comments on commit f7b0ba9

Please sign in to comment.