diff --git a/data/json/monstergroups/wilderness.json b/data/json/monstergroups/wilderness.json index f1de59072f8ae..cfe6ff04ad713 100644 --- a/data/json/monstergroups/wilderness.json +++ b/data/json/monstergroups/wilderness.json @@ -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" }, @@ -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 },