Skip to content

Commit

Permalink
Update juvenile.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored Sep 29, 2024
1 parent e0809dd commit fa6e031
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions data/mods/DinoMod/monsters/juvenile.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,13 +476,18 @@
"id": "mon_camarasaurus_juvenile",
"type": "MONSTER",
"copy-from": "mon_amargasaurus_juvenile",
"special_attacks": [
{ "id": "stomp_DinoMod", "cooldown": 10, "damage_max_instance": [ { "damage_type": "bash", "amount": 8 } ] },
[ "tailsmash_long_DinoMod", 30 ],
[ "EAT_CROP", 5 ]
],
"zombify_into": "mon_zamarasaurus_juvenile",
"upgrades": { "age_grow": 365, "into": "mon_camarasaurus" }
},
{
"id": "mon_brachiosaurus_juvenile",
"type": "MONSTER",
"copy-from": "mon_amargasaurus_juvenile",
"copy-from": "mon_camarasaurus_juvenile",
"zombify_into": "mon_zrachiosaurus_juvenile",
"upgrades": { "age_grow": 365, "into": "mon_brachiosaurus" }
},
Expand All @@ -496,7 +501,7 @@
{
"id": "mon_alamosaurus_juvenile",
"type": "MONSTER",
"copy-from": "mon_amargasaurus_juvenile",
"copy-from": "mon_camarasaurus_juvenile",
"zombify_into": "mon_zalamosaurus_juvenile",
"upgrades": { "age_grow": 365, "into": "mon_alamosaurus" },
"armor": { "bash": 7, "cut": 9 }
Expand Down

0 comments on commit fa6e031

Please sign in to comment.