Skip to content

Commit

Permalink
[DinoMod] Spawn deinonychus in labs (#40167)
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored May 5, 2020
1 parent 86770f4 commit 3ba1852
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/mods/DinoMod/dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,5 +952,17 @@
{ "monster": "mon_dimorphodon", "freq": 500, "cost_multiplier": 0, "pack_size": [ 2, 4 ] },
{ "monster": "mon_dilophosaurus", "freq": 150, "cost_multiplier": 10, "pack_size": [ 1, 2 ] }
]
},
{
"type": "monstergroup",
"name": "GROUP_CENTRAL_LAB",
"default": "mon_zombie_scientist",
"monsters": [ { "monster": "mon_deinonychus", "freq": 200, "cost_multiplier": 15, "pack_size": [ 2, 3 ] } ]
},
{
"type": "monstergroup",
"name": "GROUP_LAB",
"default": "mon_zombie_scientist",
"monsters": [ { "monster": "mon_deinonychus", "freq": 500, "cost_multiplier": 15, "pack_size": [ 2, 3 ] } ]
}
]

0 comments on commit 3ba1852

Please sign in to comment.