Skip to content

Commit

Permalink
juvenile leg count fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored Apr 1, 2024
1 parent 5ab9002 commit faa2219
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/mods/DinoMod/monsters/juvenile.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,17 +613,15 @@
"type": "MONSTER",
"name": "gray and magenta two-legged juvenile",
"copy-from": "mon_camptosaurus_juvenile",
"description": "A two-legged plant-eating dinosaur juvenile larger than a cow, it could be from a number of different species.",
"color": "yellow",
"petfood": { "food": [ "DINOFOOD_C" ] },
"upgrades": { "age_grow": 365, "into": "mon_iguanodon" }
},
{
"id": "mon_hadrosaurus_juvenile",
"type": "MONSTER",
"name": "gray and magenta two-legged juvenile",
"copy-from": "mon_camptosaurus_juvenile",
"color": "yellow",
"petfood": { "food": [ "DINOFOOD_C" ] },
"copy-from": "mon_iguanodon_juvenile",
"upgrades": { "age_grow": 365, "into": "mon_hadrosaurus" }
},
{
Expand Down

0 comments on commit faa2219

Please sign in to comment.