Skip to content

Commit

Permalink
Merge pull request #39640 from LyleSY/patch-4
Browse files Browse the repository at this point in the history
[DinoMod] Dimorphodon egg laying and hatchlings
  • Loading branch information
ZhilkinSerg authored Apr 18, 2020
2 parents 5be47a0 + ed9cf77 commit 40f7e5f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/mods/DinoMod/dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,13 @@
"dodge": 3,
"armor_bash": 3,
"armor_cut": 1,
"luminance": 0,
"vision_day": 50,
"hp": 30,
"death_function": [ "NORMAL" ],
"description": "A small flying reptile, circling overhead looking for prey.",
"description": "A feathered flying reptile over three feet long, with short wings and a big colorful beak.",
"reproduction": { "baby_egg": "egg_dimorphodon", "baby_count": 3, "baby_timer": 24 },
"baby_flags": [ "SPRING", "SUMMER" ],
"biosignature": { "biosig_item": "feces_bird", "biosig_timer": 3 },
"flags": [ "SEES", "SMELLS", "HEARS", "FLIES", "HIT_AND_RUN", "ANIMAL", "PATH_AVOID_DANGER_1", "BLEED" ],
"harvest": "animal_noskin",
"fear_triggers": [ "PLAYER_CLOSE", "FIRE", "FRIEND_DIED" ],
Expand Down Expand Up @@ -721,6 +723,13 @@
"name": "dark gray and magenta hatchling",
"upgrades": { "age_grow": 30, "into": "mon_parasaurolophus" }
},
{
"id": "mon_dimorphodon_hatchling",
"type": "MONSTER",
"copy-from": "mon_compsognathus_hatchling",
"name": "light gray and yellow hatchling",
"upgrades": { "age_grow": 20, "into": "mon_dimorphodon" }
},
{
"id": "mon_dilophosaurus_hatchling",
"type": "MONSTER",
Expand Down

0 comments on commit 40f7e5f

Please sign in to comment.