diff --git a/data/mods/DinoMod/dinosaur.json b/data/mods/DinoMod/dinosaur.json index 359c3b2fe10b5..9356837ffba9d 100644 --- a/data/mods/DinoMod/dinosaur.json +++ b/data/mods/DinoMod/dinosaur.json @@ -38,6 +38,7 @@ "SEES", "SMELLS", "HEARS", + "GUILT", "HIT_AND_RUN", "ANIMAL", "PATH_AVOID_DANGER_1", @@ -434,10 +435,12 @@ "armor_cut": 0, "hp": 10, "death_function": [ "NORMAL" ], - "description": "A bipedal dinosaur about the size of a chicken. It roots around the undergrowth, scavenging on small animals and plants.", + "death_drops": { "subtype": "collection", "groups": [ [ "science", 100 ], [ "mut_lab", 10 ] ] }, + "description": "A bipedal dinosaur about the size of a chicken. It darts around quickly and has long arms for grabbing what it desires. It's holding something.", "reproduction": { "baby_egg": "egg_eoraptor", "baby_count": 3, "baby_timer": 12 }, "baby_flags": [ "SPRING", "SUMMER" ], "biosignature": { "biosig_item": "feces_bird", "biosig_timer": 3 }, + "special_attacks": [ [ "EAT_FOOD", 20 ] ], "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "HIT_AND_RUN", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "CLIMBS" ], "harvest": "mammal_tiny", "vision_night": 5, @@ -738,7 +741,7 @@ "dodge": 1, "death_function": [ "NORMAL" ], "upgrades": { "age_grow": 14, "into": "mon_compsognathus" }, - "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "CATFOOD" ], + "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "CATFOOD", "GUILT", "STUMBLES" ], "harvest": "mammal_tiny" }, { diff --git a/data/mods/DinoMod/monstergroups.json b/data/mods/DinoMod/monstergroups.json index c81c8c65b0e33..5d80bbef09dc6 100644 --- a/data/mods/DinoMod/monstergroups.json +++ b/data/mods/DinoMod/monstergroups.json @@ -225,7 +225,16 @@ "name": "GROUP_PARK_ANIMAL", "default": "mon_null", "is_animal": true, - "monsters": [ { "monster": "mon_dimorphodon", "freq": 50, "cost_multiplier": 0, "pack_size": [ 2, 4 ] } ] + "monsters": [ + { "monster": "mon_dimorphodon", "freq": 50, "cost_multiplier": 0, "pack_size": [ 2, 4 ] }, + { + "monster": "mon_eoraptor", + "freq": 50, + "cost_multiplier": 0, + "pack_size": [ 4, 12 ], + "conditions": [ "NIGHT", "SPRING", "SUMMER", "AUTUMN" ] + } + ] }, { "type": "monstergroup", @@ -256,7 +265,16 @@ "name": "GROUP_ROOF_ANIMAL", "default": "mon_null", "is_animal": true, - "monsters": [ { "monster": "mon_dimorphodon", "freq": 50, "cost_multiplier": 0, "pack_size": [ 2, 4 ] } ] + "monsters": [ + { "monster": "mon_dimorphodon", "freq": 50, "cost_multiplier": 0, "pack_size": [ 2, 4 ] }, + { + "monster": "mon_eoraptor", + "freq": 50, + "cost_multiplier": 0, + "pack_size": [ 4, 12 ], + "conditions": [ "NIGHT", "SPRING", "SUMMER", "AUTUMN" ] + } + ] }, { "type": "monstergroup",