diff --git a/data/mods/DinoMod/dinosaur.json b/data/mods/DinoMod/dinosaur.json index 8bafb2b951867..4a8977af161cf 100644 --- a/data/mods/DinoMod/dinosaur.json +++ b/data/mods/DinoMod/dinosaur.json @@ -15,16 +15,16 @@ "volume": "30000 ml", "weight": 40750, "material":"flesh", - "diff":10, - "aggression":-80, - "morale":-8, + "diff":3, + "aggression":20, + "morale":40, "speed":140, - "melee_skill":4, + "melee_skill":5, "melee_dice":1, - "melee_dice_sides":1, - "melee_cut":0, + "melee_dice_sides":2, + "melee_cut":1, "dodge":4, - "vision_day": 50, + "vision_day": 50, "armor_bash":1, "armor_cut":0, "item_chance":0, @@ -34,7 +34,7 @@ "death_function":"NORMAL", "special_attack":["NONE"], "description":"A bipedal dinosaur about the size of a turkey. Its teeth and claws are small but sharp.", - "flags":["SEES", "SMELLS", "HEARS", "HIT_AND_RUN", "ANIMAL", "PATH_AVOID_DANGER_1", "BLEED", "BONES", "LEATHER", "WARM"], + "flags":["SEES", "SMELLS", "HEARS", "HIT_AND_RUN", "ANIMAL", "PATH_AVOID_DANGER_1", "BLEED", "BONES", "LEATHER", "WARM", "SWIMS"], "anger_triggers":["PLAYER_WEAK", "HURT"], "fear_triggers":["PLAYER_CLOSE", "FIRE", "FRIEND_DIED" ], "placate_triggers":["MEAT"], @@ -134,7 +134,7 @@ "death_function":"NORMAL", "special_attack":["NONE"], "description":"A huge dinosaur about the size of a small house, with a ferocious crocodile-like head and a sail on its back.", - "flags":["SEES", "SMELLS", "HEARS", "ANIMAL", "PATH_AVOID_DANGER_1", "BASHES", "DESTROYS", "BLEED", "ATTACKMON", "BONES", "LEATHER", "FAT", "WARM"], + "flags":["SEES", "SMELLS", "HEARS", "ANIMAL", "PATH_AVOID_DANGER_1", "BASHES", "DESTROYS", "BLEED", "ATTACKMON", "BONES", "LEATHER", "FAT", "WARM", "SWIMS"], "anger_triggers":["STALK", "PLAYER_WEAK", "HURT"], "fear_triggers":["SOUND", "FIRE"], "placate_triggers":["MEAT"], @@ -167,7 +167,7 @@ "special_freq":[0], "death_function":"NORMAL", "special_attack":["NONE"], - "description":"Look at those TEETH!", + "description":"Look at those teeth! Tiny little claws though.", "flags":["SEES", "SMELLS", "HEARS", "ANIMAL", "PATH_AVOID_DANGER_1", "BASHES", "DESTROYS", "BLEED", "ATTACKMON", "BONES", "LEATHER", "FAT", "WARM"], "anger_triggers":["STALK", "PLAYER_WEAK", "HURT"], "fear_triggers":["SOUND", "FIRE"], @@ -497,7 +497,7 @@ "armor_cut":1, "item_chance":0, "luminance":0, - "vision_day": 50, + "vision_day": 50, "hp":30, "special_freq":[0], "death_function":"NORMAL", @@ -611,10 +611,26 @@ { "monster" : "mon_allosaurus", "freq" : 2, "cost_multiplier" : 30 } ] },{ + "type":"monstergroup", + "name" : "GROUP_FOREST", + "default" : "mon_null", + "monsters" : [ + { "monster" : "mon_gallimimus", "freq" : 20, "cost_multiplier" : 0, "pack_size" : [4,8], "conditions" : ["SPRING", "SUMMER", "AUTUMN"] }, + { "monster" : "mon_stegosaurus", "freq" : 10, "cost_multiplier" : 20, "pack_size" : [2,4], "conditions" : ["SPRING", "SUMMER", "AUTUMN"] }, + { "monster" : "mon_ankylosaurus", "freq" : 3, "cost_multiplier" : 20, "conditions" : ["SPRING", "SUMMER", "AUTUMN"] }, + { "monster" : "mon_triceratops", "freq" : 10, "cost_multiplier" : 30, "pack_size" : [1,2], "conditions" : ["SPRING", "SUMMER", "AUTUMN"] }, + { "monster" : "mon_dilophosaurus", "freq" : 5, "cost_multiplier" : 10, "pack_size" : [1,2], "conditions" : ["SPRING", "SUMMER", "AUTUMN"] }, + { "monster" : "mon_utahraptor", "freq" : 3, "cost_multiplier" : 30 }, + { "monster" : "mon_eoraptor", "freq" : 3, "cost_multiplier" : 0, "pack_size" : [4,12], "conditions" : ["SPRING", "SUMMER", "AUTUMN"] } + + ] + },{ "type":"monstergroup", "name" : "GROUP_SWAMP", "default" : "mon_null", "monsters" : [ + { "monster" : "mon_parasaurolophus", "freq" : 30, "cost_multiplier" : 10, "pack_size" : [2,4] }, + { "monster" : "mon_deinonychus", "freq" : 10, "cost_multiplier" : 15, "pack_size" : [2,3] }, { "monster" : "mon_spinosaurus", "freq" : 1, "cost_multiplier" : 50 }, { "monster" : "mon_tyrannosaurus", "freq" : 1, "cost_multiplier" : 40 }, { "monster" : "mon_allosaurus", "freq" : 2, "cost_multiplier" : 30 } @@ -624,14 +640,11 @@ "name" : "GROUP_SEWER", "default" : "mon_sewer_rat", "monsters" : [ - { "monster" : "mon_compsognathus", "freq" : 600, "cost_multiplier" : 0, "pack_size" : [4,12] }, - { "monster" : "mon_gallimimus", "freq" : 200, "cost_multiplier" : 0, "pack_size" : [4,8] }, - { "monster" : "mon_titanis", "freq" : 150, "cost_multiplier" : 10 }, + { "monster" : "mon_compsognathus", "freq" : 300, "cost_multiplier" : 0, "pack_size" : [4,12] }, { "monster" : "mon_spinosaurus", "freq" : 50, "cost_multiplier" : 50 }, - { "monster" : "mon_ankylosaurus", "freq" : 80, "cost_multiplier" : 20 }, { "monster" : "mon_eoraptor", "freq" : 200, "cost_multiplier" : 0, "pack_size" : [4,12] }, { "monster" : "mon_velociraptor", "freq" : 150, "cost_multiplier" : 10, "pack_size" : [2,4] }, - { "monster" : "mon_deinonychus", "freq" : 100, "cost_multiplier" : 15, "pack_size" : [1,2] }, + { "monster" : "mon_deinonychus", "freq" : 100, "cost_multiplier" : 15, "pack_size" : [2,3] }, { "monster" : "mon_utahraptor", "freq" : 100, "cost_multiplier" : 30 }, { "monster" : "mon_parasaurolophus", "freq" : 80, "cost_multiplier" : 10, "pack_size" : [2,4] }, { "monster" : "mon_dilophosaurus", "freq" : 150, "cost_multiplier" : 10, "pack_size" : [1,2] } @@ -645,8 +658,7 @@ "default" : "mon_null", "monsters" : [ { "monster" : "mon_compsognathus", "freq" : 1, "cost_multiplier" : 1, "pack_size" : [4,12] }, - { "monster" : "mon_gallimimus", "freq" : 1, "cost_multiplier" : 1, "pack_size" : [4,8] }, - { "monster" : "mon_eoraptor", "freq" : 1, "cost_multiplier" : 1, "pack_size" : [4,12] } + { "monster" : "mon_gallimimus", "freq" : 1, "cost_multiplier" : 1, "pack_size" : [4,8] } ] },{ "type":"monstergroup", diff --git a/data/mods/DinoMod/lab_notes.json b/data/mods/DinoMod/lab_notes.json new file mode 100644 index 0000000000000..3db789b5ced30 --- /dev/null +++ b/data/mods/DinoMod/lab_notes.json @@ -0,0 +1,10 @@ +{ + "type" : "snippet", + "category" : "lab_notes", + "text" : [ + "Research on our visitors is proceeding nicely. The raptor DNA is of special interest, with some novel protein chains that may lead to medical breakthroughs.", + "Dr. Yoshimi has been reprimanded for unauthorized contact with the procompsignathids. Disgusting behavior, and a terrible example to the junior researchers.", + "Dr. Yoshimi has escaped, along with an unknown number of dinosaurs. Unfortunately, we have bigger problems with XE037.", + "Strange sounds have been reported from the swamp nearby. An enhanced security team was dispatched, but has not returned in 48 hours. The facility is on lockdown. We can’t let them get back in." + ] +}