Skip to content

Commit

Permalink
Make Skunks Spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMurderUnicorn authored May 5, 2024
1 parent 9ea039a commit acfff14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/monstergroups/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
{ "monster": "mon_weasel", "weight": 5, "cost_multiplier": 5 },
{ "monster": "mon_raccoon", "weight": 8, "cost_multiplier": 0, "pack_size": [ 1, 3 ] },
{ "monster": "mon_opossum", "weight": 8, "cost_multiplier": 0, "pack_size": [ 1, 3 ] },
{ "monster": "mon_skunk", "weight": 6, "cost_multiplier": 0, "pack_size": [ 1, 2 ] },
{ "monster": "mon_black_rat", "weight": 10, "cost_multiplier": 0, "pack_size": [ 1, 5 ] },
{ "group": "GROUP_WILDERNESS_FOREST_MAMMAL_WINTER", "weight": 22 },
{ "group": "GROUP_WILDERNESS_FOREST_MAMMAL_MUTANT", "weight": 1, "starts": "14 days" },
Expand Down Expand Up @@ -505,6 +506,7 @@
{ "group": "GROUP_RABBIT_WILD", "weight": 50, "cost_multiplier": 0 },
{ "monster": "mon_squirrel", "weight": 50, "cost_multiplier": 0 },
{ "monster": "mon_squirrel_red", "weight": 50, "cost_multiplier": 0 },
{ "monster": "mon_skunk", "weight": 2, "cost_multiplier": 0 },
{ "monster": "mon_mantis_small", "weight": 5, "cost_multiplier": 10 },
{ "monster": "mon_lady_bug", "weight": 8, "cost_multiplier": 10 },
{ "monster": "mon_aphid", "weight": 20, "cost_multiplier": 0 },
Expand Down

0 comments on commit acfff14

Please sign in to comment.