Skip to content

Commit

Permalink
[DinoMod] Add Dimorphodons to parks
Browse files Browse the repository at this point in the history
Adds Dimorphodon monster to GROUP_PARK_ANIMAL, as common as crows there
  • Loading branch information
LyleSY authored Apr 18, 2020
1 parent 5dd7e74 commit e3b771a
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 @@ -894,6 +894,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 e3b771a

Please sign in to comment.