From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Modification Files/Monsters/Critters/Bats.json | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 vamp_stuff/Modification Files/Monsters/Critters/Bats.json (limited to 'vamp_stuff/Modification Files/Monsters/Critters') diff --git a/vamp_stuff/Modification Files/Monsters/Critters/Bats.json b/vamp_stuff/Modification Files/Monsters/Critters/Bats.json new file mode 100644 index 0000000..624c138 --- /dev/null +++ b/vamp_stuff/Modification Files/Monsters/Critters/Bats.json @@ -0,0 +1,227 @@ +[{ + "aggression": -25, + "bodytype": "bird", + "categories": [ + "WILDLIFE" + ], + "color": "brown", + "death_function": [ + "NORMAL" + ], + "default_faction": "small_animal", + "description": "One of the vesper bats, a family of winged insect-eating mammals. It roosts in caves and other hollows, and uses a form of echolocation to aerially navigate through tricky terrain at rapid speeds.", + "dodge": 8, + "fear_triggers": [ + "SOUND", + "PLAYER_CLOSE" + ], + "flags": [ + "SEES", + "SMELLS", + "HEARS", + "GOODHEARING", + "WARM", + "FLIES", + "ANIMAL", + "PATH_AVOID_DANGER_1" + ], + "harvest": "mammal_tiny", + "hp": 10, + "id": "mon_bat", + "material": [ + "flesh" + ], + "melee_cut": 1, + "melee_dice": 1, + "melee_dice_sides": 1, + "melee_skill": 4, + "morale": 5, + "name": "bat", + "special_attacks": [{ + "cooldown": 15, + "type": "bite" + } + ], + "upgrades": { + "half_life": 12, + "into": "mon_vampbat" + }, + "species": [ + "MAMMAL", + "VAMPBAT" + ], + "speed": 230, + "symbol": "w", + "type": "MONSTER", + "vision_day": 20, + "vision_night": 20, + "volume": "750 ml", + "weight": 1000 + }, { + "aggression": 75, + "bodytype": "bird", + "categories": [ + "WILDLIFE" + ], + "color": "red", + "death_function": [ + "NORMAL" + ], + "default_faction": "vampirics", + "description": "A mammalian creature commonly found at caverns and thick foliage. It has grown in fondness with the dark, and capable in terrain echolocation.", + "diff": 5, + "dodge": 8, + "fear_triggers": [ + "FIRE" + ], + "flags": [ + "SEES", + "SMELLS", + "HEARS", + "GOODHEARING", + "WARM", + "FLIES", + "PATH_AVOID_DANGER_1", + "BONES", + "LEATHER" + ], + "harvest": "mammal_small_leather", + "hp": 25, + "id": "mon_vampbat", + "upgrades": { + "half_life": 12, + "into_group": "GROUP_VAMPBAT_UPGRADE" + }, + "material": [ + "flesh" + ], + "melee_cut": 1, + "melee_dice": 1, + "melee_dice_sides": 1, + "melee_skill": 1, + "morale": 20, + "name": "vampire bat", + "size": "TINY", + "special_attacks": [{ + "type": "bite" + } + ], + "species": [ + "MAMMAL", + "VAMPBAT" + ], + "speed": 200, + "symbol": "w", + "type": "MONSTER", + "vision_day": 10, + "vision_night": 20 + }, { + "aggression": 75, + "bodytype": "bird", + "categories": [ + "WILDLIFE" + ], + "color": "red", + "death_function": [ + "NORMAL" + ], + "default_faction": "vampirics", + "description": "A larger vampire bat, with longer wingspan and visible fangs. Shows aggression when startled, and detects them with screeching sounds they make.", + "diff": 10, + "dodge": 8, + "fear_triggers": [ + "FIRE" + ], + "flags": [ + "SEES", + "SMELLS", + "HEARS", + "GOODHEARING", + "WARM", + "FLIES", + "PATH_AVOID_DANGER_1", + "BONES", + "LEATHER" + ], + "harvest": "mammal_small_leather", + "hp": 45, + "id": "mon_bigvampbat", + "material": [ + "flesh" + ], + "melee_cut": 3, + "melee_dice": 1, + "melee_dice_sides": 1, + "melee_skill": 2, + "morale": 40, + "name": "large vampire bat", + "size": "SMALL", + "special_attacks": [{ + "type": "bite" + } + ], + "species": [ + "MAMMAL", + "VAMPBAT" + ], + "speed": 200, + "symbol": "W", + "type": "MONSTER", + "vision_day": 10, + "vision_night": 20 + }, { + "aggression": 100, + "bodytype": "bird", + "categories": [ + "WILDLIFE" + ], + "color": "pink", + "death_function": [ + "NORMAL" + ], + "default_faction": "vampirics", + "description": "A large vampire bat - with seeping bubbly liquid in its mouth - engorged to attack whatever is detected.", + "diff": 12, + "dodge": 8, + "fear_triggers": [ + "FIRE" + ], + "flags": [ + "SEES", + "SMELLS", + "HEARS", + "GOODHEARING", + "WARM", + "FLIES", + "PATH_AVOID_DANGER_1", + "BONES", + "LEATHER" + ], + "harvest": "mammal_small_leather", + "hp": 50, + "id": "mon_feralvampbat", + "material": [ + "flesh" + ], + "melee_cut": 4, + "melee_dice": 1, + "melee_dice_sides": 4, + "melee_skill": 3, + "morale": 40, + "name": "feral vampire bat", + "size": "SMALL", + "special_attacks": [{ + "type": "bite" + } + ], + "species": [ + "MAMMAL", + "VAMPBAT" + ], + "speed": 200, + "symbol": "W", + "type": "MONSTER", + "vision_day": 10, + "vision_night": 20 + } +] -- cgit v1.2.1