From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Modification Files/Monsters/Critters/Bats.json | 227 --------------------- 1 file changed, 227 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Monsters/Critters/Bats.json (limited to 'vamp_stuff/Modification Files/Monsters/Critters/Bats.json') diff --git a/vamp_stuff/Modification Files/Monsters/Critters/Bats.json b/vamp_stuff/Modification Files/Monsters/Critters/Bats.json deleted file mode 100644 index 624c138..0000000 --- a/vamp_stuff/Modification Files/Monsters/Critters/Bats.json +++ /dev/null @@ -1,227 +0,0 @@ -[{ - "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