Skip to content

Commit 342dfa1

Browse files
authored
Merge pull request #80219 from CleverRaven/amalgams_in_zombie_groups
Amalgamations can spawn naturally
2 parents d1a2502 + 1ca788e commit 342dfa1

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

data/json/monstergroups/zombies.json

+24-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,18 @@
130130
{ "monster": "mon_zombie_runner", "weight": 200, "cost_multiplier": 5, "pack_size": [ 1, 4 ] },
131131
{ "group": "GROUP_FERAL", "weight": 121 },
132132
{ "monster": "mon_feral_soldier", "weight": 10, "cost_multiplier": 5 },
133-
{ "monster": "mon_zombie_brainless", "weight": 650 }
133+
{ "monster": "mon_zombie_brainless", "weight": 650 },
134+
{ "group": "GROUP_COCOON_TINY", "weight": 70, "cost_multiplier": 2, "starts": "2 days" },
135+
{ "group": "GROUP_COCOON_TINY", "weight": 3, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "3 days" },
136+
{ "group": "GROUP_COCOON_TINY", "weight": 3, "cost_multiplier": 16, "pack_size": [ 4, 6 ], "starts": "4 days" },
137+
{ "group": "GROUP_COCOON_TINY", "weight": 3, "cost_multiplier": 24, "pack_size": [ 7, 9 ], "starts": "5 days" },
138+
{ "group": "GROUP_COCOON_SMALL", "weight": 40, "cost_multiplier": 2, "starts": "7 days" },
139+
{ "group": "GROUP_COCOON_SMALL", "weight": 2, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "10 days" },
140+
{ "group": "GROUP_COCOON_MED_1", "weight": 30, "cost_multiplier": 2, "starts": "13 days" },
141+
{ "group": "GROUP_COCOON_MED_1", "weight": 1, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "16 days" },
142+
{ "group": "GROUP_COCOON_MED_2", "weight": 30, "cost_multiplier": 2, "starts": "20 days" },
143+
{ "group": "GROUP_COCOON_MED_2", "weight": 1, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "22 days" },
144+
{ "group": "GROUP_COCOON_LARGE", "weight": 2, "cost_multiplier": 2, "starts": "24 days" }
134145
]
135146
},
136147
{
@@ -323,7 +334,18 @@
323334
{ "monster": "mon_feral_survivalist", "weight": 1, "cost_multiplier": 2, "starts": "29 days" },
324335
{ "monster": "mon_zombie_paramilitary", "weight": 1, "cost_multiplier": 25 },
325336
{ "monster": "mon_zombie_survivor", "weight": 1, "cost_multiplier": 25, "starts": "30 days" },
326-
{ "monster": "mon_zombie_survivor_elite", "weight": 1, "cost_multiplier": 25, "starts": "60 days" }
337+
{ "monster": "mon_zombie_survivor_elite", "weight": 1, "cost_multiplier": 25, "starts": "60 days" },
338+
{ "group": "GROUP_COCOON_TINY", "weight": 30, "cost_multiplier": 2, "starts": "2 days" },
339+
{ "group": "GROUP_COCOON_TINY", "weight": 2, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "3 days" },
340+
{ "group": "GROUP_COCOON_TINY", "weight": 2, "cost_multiplier": 16, "pack_size": [ 4, 6 ], "starts": "4 days" },
341+
{ "group": "GROUP_COCOON_TINY", "weight": 2, "cost_multiplier": 24, "pack_size": [ 7, 9 ], "starts": "5 days" },
342+
{ "group": "GROUP_COCOON_SMALL", "weight": 20, "cost_multiplier": 2, "starts": "7 days" },
343+
{ "group": "GROUP_COCOON_SMALL", "weight": 1, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "10 days" },
344+
{ "group": "GROUP_COCOON_MED_1", "weight": 10, "cost_multiplier": 2, "starts": "13 days" },
345+
{ "group": "GROUP_COCOON_MED_1", "weight": 1, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "16 days" },
346+
{ "group": "GROUP_COCOON_MED_2", "weight": 5, "cost_multiplier": 2, "starts": "20 days" },
347+
{ "group": "GROUP_COCOON_MED_2", "weight": 1, "cost_multiplier": 4, "pack_size": [ 2, 3 ], "starts": "22 days" },
348+
{ "group": "GROUP_COCOON_LARGE", "weight": 1, "cost_multiplier": 2, "starts": "24 days" }
327349
]
328350
},
329351
{

0 commit comments

Comments
 (0)