Skip to content

Commit

Permalink
Update dinosaur.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored Jan 26, 2025
1 parent e10ca64 commit 9e2faf1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/mods/DinoMod/monstergroups/dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@
{ "monster": "mon_deinonychus", "freq": 10, "cost_multiplier": 15, "pack_size": [ 1, 2 ] },
{ "monster": "mon_utahraptor", "freq": 5, "cost_multiplier": 30 },
{ "monster": "mon_eoraptor", "freq": 20, "cost_multiplier": 0, "pack_size": [ 4, 12 ] },
{ "monster": "mon_sarahsaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_anchisaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_issi", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_moabosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_apatosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_brontosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_diplodocus", "freq": 10, "cost_multiplier": 20, "pack_size": [ 4, 12 ] },
{ "monster": "mon_camarasaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_brachiosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_astrodon", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_alamosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_scutellosaurus", "freq": 5, "cost_multiplier": 0, "pack_size": [ 2, 4 ] },
{ "monster": "mon_stegosaurus", "freq": 5, "cost_multiplier": 20, "pack_size": [ 2, 4 ] },
Expand Down Expand Up @@ -85,11 +90,16 @@
{ "monster": "mon_gallimimus_hatchling", "freq": 10, "cost_multiplier": 0, "pack_size": [ 1, 2 ] },
{ "monster": "mon_nothronychus_hatchling", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_eoraptor_hatchling", "freq": 10, "cost_multiplier": 0, "pack_size": [ 1, 2 ] },
{ "monster": "mon_sarahsaurus_hatchling", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_anchisaurus_hatchling", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_issi_hatchling", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_moabosaurus_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_apatosaurus_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_brontosaurus_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_diplodocus_hatchling", "freq": 10, "cost_multiplier": 20, "pack_size": [ 1, 2 ] },
{ "monster": "mon_camarasaurus_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_brachiosaurus_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_astrodon_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_alamosaurus_hatchling", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_scutellosaurus_hatchling", "freq": 10, "cost_multiplier": 0, "pack_size": [ 1, 2 ] },
{ "monster": "mon_stegosaurus_hatchling", "freq": 10, "cost_multiplier": 20, "pack_size": [ 1, 2 ] },
Expand Down Expand Up @@ -165,11 +175,13 @@
"name": "GROUP_DINOSAUR_MEGA_HERBIVORE",
"default": "mon_null",
"monsters": [
{ "monster": "mon_moabosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 4, 12 ] },
{ "monster": "mon_apatosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_brontosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_diplodocus", "freq": 10, "cost_multiplier": 20, "pack_size": [ 1, 2 ] },
{ "monster": "mon_camarasaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_brachiosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_astrodon", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_alamosaurus", "freq": 5, "cost_multiplier": 25, "pack_size": [ 1, 2 ] },
{ "monster": "mon_stegosaurus", "freq": 5, "cost_multiplier": 20, "pack_size": [ 1, 2 ] },
{ "monster": "mon_ankylosaurus", "freq": 5, "cost_multiplier": 20, "pack_size": [ 1, 2 ] },
Expand Down

0 comments on commit 9e2faf1

Please sign in to comment.