Skip to content

Commit

Permalink
Update zed-dinosaur.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored Jan 19, 2025
1 parent 9499d53 commit 6cb9fc4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/mods/DinoMod/monsters/zed-dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,20 @@
"flags": [ "SEES", "GRABS", "HEARS", "BASHES", "POISON", "STUMBLES", "NO_BREATHE", "REVIVES", "FILTHY", "WARM" ],
"armor": { "bash": 8, "cut": 8, "bullet": 6 }
},
{
"type": "MONSTER",
"id": "mon_zoabosaurus",
"name": { "str_sp": "moabosaurus zombie" },
"copy-from": "mon_zamarasaurus",
"looks_like": "mon_zapatosaurus",
"//": "When large weights and volumes are fixed this should be similar to camarasaurus unless a better scientific assessment is available",
"speed": 60,
"attack_cost": 60,
"hp": 440,
"burn_into": "mon_zoabosaurus_scorched",
"fungalize_into": "mon_zoabosaurus_fungus",
"upgrades": { "half_life": 30, "into_group": "GROUP_zoabosaurus_UPGRADE" }
},
{
"type": "MONSTER",
"id": "mon_zaplocanthosaurus",
Expand Down Expand Up @@ -1985,6 +1999,15 @@
"speed": 80,
"special_attacks": [ { "id": "stomp_DinoMod", "cooldown": 10, "damage_max_instance": [ { "damage_type": "bash", "amount": 8 } ] } ]
},
{
"type": "MONSTER",
"id": "mon_zoabosaurus_juvenile",
"name": { "str": "juvenile moabosaurus zombie" },
"copy-from": "mon_zapatosaurus_juvenile",
"burn_into": "mon_zoabosaurus_scorched",
"fungalize_into": "mon_zoabosaurus_fungus",
"upgrades": { "half_life": 30, "into": "mon_zoabosaurus" }
},
{
"type": "MONSTER",
"id": "mon_zaplocanthosaurus_juvenile",
Expand Down

0 comments on commit 6cb9fc4

Please sign in to comment.