Skip to content

Commit

Permalink
[DinoMod] tougher day 3 predators (#76634)
Browse files Browse the repository at this point in the history
* [DinoMod] tougher day 3 predators

* Bump zombie dino HP
  • Loading branch information
LyleSY authored Sep 27, 2024
1 parent b4ca7ca commit 918a370
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions data/mods/DinoMod/monsters/dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"melee_dice": 1,
"melee_dice_sides": 3,
"melee_damage": [ { "damage_type": "cut", "amount": 2 } ],
"dodge": 5,
"dodge": 6,
"hp": 15,
"description": "Smaller, thin predatory bipedal dinosaur with feathers, a long neck and head and sharp teeth and claws.",
"reproduction": { "baby_type": { "baby_egg": "egg_tawa" }, "baby_count": 3, "baby_timer": 24 },
Expand All @@ -50,7 +50,7 @@
"melee_dice": 1,
"melee_dice_sides": 3,
"melee_damage": [ { "damage_type": "cut", "amount": 2 } ],
"dodge": 4,
"dodge": 6,
"hp": 20,
"description": "Smaller, thin predatory bipedal dinosaur with a long head and sharp teeth and long grasping claws.",
"reproduction": { "baby_type": { "baby_egg": "egg_coelophysis" }, "baby_count": 3, "baby_timer": 24 },
Expand Down Expand Up @@ -83,7 +83,7 @@
"dodge": 4,
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_dino" ],
"weakpoint_sets": [ "wps_dinosaur_body" ],
"hp": 100,
"hp": 150,
"zombify_into": "mon_zilophosaurus",
"description": "A medium dinosaur with sharp teeth and two prominent bony crests on its head.",
"reproduction": { "baby_type": { "baby_egg": "egg_dilophosaurus" }, "baby_count": 3, "baby_timer": 18 },
Expand Down Expand Up @@ -122,7 +122,7 @@
"dodge": 4,
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_dino" ],
"weakpoint_sets": [ "wps_dinosaur_body" ],
"hp": 120,
"hp": 160,
"zombify_into": "mon_zeratosaurus",
"description": "A large, fast predatory bipedal dinosaur, decorated with three colorful horns on its head and dotted with bright skin bones with long sharp teeth and a long flexible tail.",
"reproduction": { "baby_type": { "baby_egg": "egg_ceratosaurus" }, "baby_count": 3, "baby_timer": 24 },
Expand Down Expand Up @@ -461,7 +461,7 @@
"melee_damage": [ { "damage_type": "cut", "amount": 13 } ],
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_dino" ],
"weakpoint_sets": [ "wps_lg_theropod_body" ],
"hp": 100,
"hp": 175,
"vision_day": 36,
"zombify_into": "mon_zianzhousaurus",
"description": "This large, bipedal, feather-covered dinosaur has a long, gator-like mouth with sharp teeth.",
Expand Down Expand Up @@ -494,7 +494,7 @@
"stomach_size": 30000,
"speed": 50,
"attack_cost": 50,
"hp": 150,
"hp": 200,
"zombify_into": "mon_zanuqsaurus",
"description": "Bipedal dinosaur with long sharp teeth in a massive jaw, fierce eyes, and a powerful frame to drive it forward, short arms, with a feathered white mullet and tail.",
"reproduction": { "baby_type": { "baby_egg": "egg_nanuqsaurus" }, "baby_count": 3, "baby_timer": 24 },
Expand Down
8 changes: 4 additions & 4 deletions data/mods/DinoMod/monsters/zed-dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"melee_damage": [ { "damage_type": "cut", "amount": 2 } ],
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_zombie" ],
"weakpoint_sets": [ "wps_dinosaur_body" ],
"hp": 120,
"hp": 165,
"description": "The shuffling corpse of a medium-sized dinosaur with sharp teeth and two prominent bony crests on its head, with ragged strips of ripped flesh hanging down like a frill.",
"burn_into": "mon_zilophosaurus_scorched",
"fungalize_into": "mon_zilophosaurus_fungus",
Expand All @@ -39,7 +39,7 @@
"melee_damage": [ { "damage_type": "cut", "amount": 2 } ],
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_zombie" ],
"weakpoint_sets": [ "wps_dinosaur_body" ],
"hp": 135,
"hp": 175,
"description": "This zombie is enormous, scaly, and studded with bony spikes; it moves with horrible speed. Its colorful horns are worn and wet with filth and its bright scales and bone spikes have taken a beating.",
"burn_into": "mon_zeratosaurus_scorched",
"fungalize_into": "mon_zeratosaurus_fungus",
Expand Down Expand Up @@ -349,7 +349,7 @@
"melee_dice": 3,
"melee_dice_sides": 4,
"melee_damage": [ { "damage_type": "cut", "amount": 13 } ],
"hp": 120,
"hp": 190,
"description": "Massive, long jaws drooling black liquid, lifted by a huge but shuffling dinosaur corpse.",
"grab_strength": 100,
"special_attacks": [ { "id": "bite_grab", "cooldown": 7 }, [ "scratch", 10 ], { "id": "teeth_zino_mid", "cooldown": 5 } ],
Expand All @@ -367,7 +367,7 @@
"looks_like": "mon_zyrannosaurus",
"//": "When large weights and volumes are fixed this should be 1500 L and 1500 kg",
"color": "white",
"hp": 170,
"hp": 220,
"description": "Huge jaws with long sharp teeth drooling black liquid over white feathers, lifted by a huge but shuffling dinosaur corpse.",
"grab_strength": 50,
"special_attacks": [ { "id": "bite_grab", "cooldown": 7 }, [ "scratch", 10 ], { "id": "teeth_zino_mid", "cooldown": 10 } ],
Expand Down

0 comments on commit 918a370

Please sign in to comment.