Skip to content

Commit

Permalink
Merge pull request #39660 from LyleSY/patch-7
Browse files Browse the repository at this point in the history
[DinoMod] Add Dimorphodons to parks
  • Loading branch information
ZhilkinSerg authored Apr 18, 2020
2 parents b0265f8 + e3b771a commit 5cfff67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/mods/DinoMod/dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,13 @@
{ "monster": "mon_eoraptor", "freq": 20, "cost_multiplier": 0, "pack_size": [ 4, 12 ] }
]
},
{
"type": "monstergroup",
"name": "GROUP_PARK_ANIMAL",
"default": "mon_null",
"is_animal": true,
"monsters": [ { "monster": "mon_dimorphodon", "freq": 50, "cost_multiplier": 0, "pack_size": [ 2, 4 ] } ]
},
{
"type": "monstergroup",
"name": "GROUP_CAVE",
Expand Down

0 comments on commit 5cfff67

Please sign in to comment.