From a109789626c65a0c26c6674d6f7c7223964179c8 Mon Sep 17 00:00:00 2001 From: LyleSY Date: Fri, 29 May 2020 08:51:21 -0400 Subject: [PATCH] [DinoMod] Cute, thieving dinos Eoraptors steal food and drop lab items, Compies are cute, baby dinos are cute and they stumble and bumble. --- data/mods/DinoMod/dinosaur.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/mods/DinoMod/dinosaur.json b/data/mods/DinoMod/dinosaur.json index 359c3b2fe10b5..5abfd17439ece 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, quick 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" }, {