From 1777532b96a11a991f96c67a3b5b0a22283a02c1 Mon Sep 17 00:00:00 2001 From: RarkGrames <50421549+RarkGrames@users.noreply.github.com> Date: Sun, 2 Feb 2020 20:33:08 +0100 Subject: [PATCH] Monsters.json sorting pt. 2 (#37646) --- data/json/monsters/monsters.json | 2470 ------------------------- data/json/monsters/nether.json | 56 + data/json/monsters/zed-classic.json | 46 + data/json/monsters/zed_acid.json | 208 +++ data/json/monsters/zed_burned.json | 115 ++ data/json/monsters/zed_children.json | 46 - data/json/monsters/zed_electric.json | 174 ++ data/json/monsters/zed_explosive.json | 164 ++ data/json/monsters/zed_fusion.json | 234 +++ data/json/monsters/zed_misc.json | 1163 ++++++++++++ data/json/monsters/zed_radiation.json | 165 ++ data/json/monsters/zed_skeletal.json | 163 ++ data/json/monsters/zed_survivor.json | 40 + 13 files changed, 2528 insertions(+), 2516 deletions(-) delete mode 100644 data/json/monsters/monsters.json create mode 100644 data/json/monsters/zed_acid.json create mode 100644 data/json/monsters/zed_burned.json create mode 100644 data/json/monsters/zed_electric.json create mode 100644 data/json/monsters/zed_fusion.json create mode 100644 data/json/monsters/zed_misc.json create mode 100644 data/json/monsters/zed_radiation.json create mode 100644 data/json/monsters/zed_skeletal.json diff --git a/data/json/monsters/monsters.json b/data/json/monsters/monsters.json deleted file mode 100644 index 388f878f768d9..0000000000000 --- a/data/json/monsters/monsters.json +++ /dev/null @@ -1,2470 +0,0 @@ -[ - { - "id": "mon_beekeeper", - "type": "MONSTER", - "name": "scarred zombie", - "description": "A deformed human body, its skin transformed into one thick, calloused envelope of scar tissue.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 70, - "speed": 60, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_red", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 2, - "armor_bash": 6, - "armor_cut": 8, - "harvest": "zombie", - "special_attacks": [ { "type": "bite", "cooldown": 5 } ], - "death_drops": { - "subtype": "collection", - "groups": [ [ "default_zombie_clothes", 100 ], [ "hive", 80 ] ], - "//": "cloth as any other zombie (always), additional items from group hive (sometimes)" - }, - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_boomer", - "type": "MONSTER", - "name": "boomer", - "description": "A rotund human body, bloated beyond belief and layered in rolls of fat. It emits a horrible odor, and a putrid pink sludge dribbles from its mouth.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "92500 ml", - "weight": "120 kg", - "hp": 40, - "speed": 55, - "material": [ "flesh" ], - "symbol": "Z", - "color": "pink", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "vision_night": 3, - "harvest": "exempt", - "special_attacks": [ [ "BOOMER", 20 ], [ "scratch", 20 ] ], - "death_drops": "default_zombie_items", - "death_function": [ "BOOMER" ], - "upgrades": { "half_life": 14, "into": "mon_boomer_huge" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "BILE_BLOOD", - "PUSH_MON", - "PATH_AVOID_DANGER_1", - "FILTHY" - ] - }, - { - "id": "mon_gas_zombie", - "type": "MONSTER", - "name": "gasoline zombie", - "description": "A huge bloated zombie that appears to have fed upon gasoline; fumes and flames escape from its mouth and fuel leaks from its waddling form.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "102500 ml", - "weight": "160 kg", - "hp": 90, - "speed": 25, - "material": [ "flesh" ], - "symbol": "Z", - "color": "dark_gray_red", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "vision_night": 3, - "luminance": 8, - "harvest": "exempt", - "special_attacks": [ [ "scratch", 20 ] ], - "death_drops": "default_zombie_items", - "death_function": [ "CONFLAGRATION" ], - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "DRIPS_GASOLINE", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_boomer_huge", - "type": "MONSTER", - "name": "huge boomer", - "description": "This boomer, normally swollen and ready to burst, has strengthened and solidified. The bile dribbling from its mouth also appears to have changed…", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "92500 ml", - "weight": "120 kg", - "hp": 110, - "speed": 85, - "material": [ "flesh" ], - "symbol": "Z", - "color": "pink_white", - "aggression": 100, - "morale": 100, - "melee_skill": 1, - "melee_dice": 3, - "melee_dice_sides": 3, - "melee_cut": 0, - "armor_bash": 5, - "armor_cut": 5, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "BOOMER_GLOW", 20 ], [ "scratch", 20 ] ], - "death_drops": "default_zombie_items", - "death_function": [ "BOOMER_GLOW" ], - "flags": [ - "SEES", - "GOODHEARING", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "BILE_BLOOD", - "PUSH_MON", - "PATH_AVOID_DANGER_1", - "FILTHY" - ] - }, - { - "id": "mon_devourer", - "type": "MONSTER", - "name": "dissoluted devourer", - "description": "Human bodies fused together into a colossus with heads and limbs sticking out of its bloated body. You may have trouble estimating its healthiness and its capabilities might change.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 8, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 112, - "speed": 60, - "material": [ "flesh" ], - "symbol": "Z", - "color": "dark_gray_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 3, - "melee_dice_sides": 3, - "melee_cut": 0, - "armor_bash": 5, - "armor_cut": 5, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "GRAB", 7 ], [ "scratch", 20 ], [ "ZOMBIE_FUSE", 80 ] ], - "death_drops": { - "subtype": "collection", - "groups": [ "default_zombie_death_drops", "default_zombie_death_drops", "default_zombie_death_drops" ] - }, - "death_function": [ "NORMAL" ], - "regenerates": 1, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "BILE_BLOOD", - "PUSH_MON", - "PATH_AVOID_DANGER_1", - "FILTHY" - ] - }, - { - "id": "mon_charred_nightmare", - "type": "MONSTER", - "name": "charred nightmare", - "description": "Intense radiation has spurred a unique form of necrosis and regeneration, it is impossible to tell if this creature was ever human.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ABERRATION" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 120, - "speed": 95, - "material": [ "flesh" ], - "symbol": "N", - "color": "dark_gray_red", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 3, - "melee_dice_sides": 10, - "melee_cut": 2, - "dodge": 2, - "armor_bash": 6, - "armor_cut": 6, - "vision_day": 50, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "LONGSWIPE", 8 ], { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 21 } ] } ], - "death_drops": { "groups": [ [ "vault_wanderer", 1 ] ] }, - "death_function": [ "MELT" ], - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] - }, - { - "id": "mon_crawler", - "type": "MONSTER", - "name": "crawler", - "description": "A conglomeration of human parts fused together in a horrible mishmash of function, slowly dragging its eldritch body across the ground.", - "default_faction": "mutant", - "species": [ "ABERRATION" ], - "volume": "92500 ml", - "weight": "120 kg", - "hp": 180, - "speed": 80, - "material": [ "flesh" ], - "symbol": "H", - "color": "red", - "aggression": 40, - "morale": 40, - "melee_skill": 9, - "melee_dice": 2, - "melee_dice_sides": 6, - "melee_cut": 0, - "dodge": 1, - "armor_bash": 8, - "harvest": "zombie_leather", - "fear_triggers": [ "HURT", "FIRE" ], - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "HUMAN" ] - }, - { - "id": "mon_dementia", - "type": "MONSTER", - "name": "dementia", - "description": "A crazed individual, the bloody scars on the side of its shaved head suggest some sort of partial lobotomy", - "default_faction": "cult", - "bodytype": "human", - "species": [ "ZOMBIE" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 80, - "speed": 100, - "material": [ "flesh" ], - "symbol": "@", - "color": "light_gray", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 3, - "melee_dice_sides": 4, - "melee_cut": 2, - "dodge": 1, - "harvest": "zombie_leather", - "special_attacks": [ [ "scratch", 15 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "POISON", "REVIVES", "FILTHY" ] - }, - { - "id": "mon_homunculus", - "type": "MONSTER", - "name": { "str": "homunculus", "str_pl": "homunculi" }, - "description": "A pale hairless man with an impressive athletic physique. Its lidless eyes are totally black, and seeping with blood.", - "default_faction": "cult", - "bodytype": "human", - "species": [ "ZOMBIE" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 120, - "speed": 110, - "material": [ "flesh" ], - "symbol": "h", - "color": "white", - "aggression": 100, - "morale": 100, - "melee_skill": 8, - "melee_dice": 3, - "melee_dice_sides": 12, - "melee_cut": 4, - "dodge": 6, - "armor_bash": 4, - "armor_cut": 2, - "harvest": "human", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "REVIVES", "CLIMBS", "FILTHY" ] - }, - { - "id": "mon_irradiated_wanderer_1", - "type": "MONSTER", - "name": "irradiated wanderer", - "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ABERRATION" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 90, - "speed": 80, - "material": [ "flesh" ], - "symbol": "W", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 6, - "melee_dice": 2, - "melee_dice_sides": 7, - "melee_cut": 1, - "dodge": 1, - "armor_bash": 4, - "armor_cut": 4, - "vision_day": 50, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "LUNGE", 20 ] ], - "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, - "death_function": [ "MELT" ], - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] - }, - { - "id": "mon_irradiated_wanderer_2", - "type": "MONSTER", - "name": "irradiated wanderer", - "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ABERRATION" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 90, - "speed": 88, - "material": [ "flesh" ], - "symbol": "W", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 6, - "melee_dice": 2, - "melee_dice_sides": 8, - "melee_cut": 1, - "dodge": 1, - "armor_bash": 5, - "armor_cut": 5, - "vision_day": 50, - "vision_night": 3, - "luminance": 8, - "harvest": "zombie", - "special_attacks": [ [ "LUNGE", 15 ] ], - "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, - "death_function": [ "MELT" ], - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] - }, - { - "id": "mon_irradiated_wanderer_3", - "type": "MONSTER", - "name": "irradiated wanderer", - "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ABERRATION" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 100, - "speed": 95, - "material": [ "flesh" ], - "symbol": "W", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 7, - "melee_dice": 3, - "melee_dice_sides": 6, - "melee_cut": 1, - "dodge": 1, - "armor_bash": 6, - "armor_cut": 6, - "vision_day": 50, - "vision_night": 3, - "luminance": 16, - "harvest": "zombie", - "special_attacks": [ [ "LUNGE", 10 ] ], - "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, - "death_function": [ "MELT" ], - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] - }, - { - "id": "mon_irradiated_wanderer_4", - "type": "MONSTER", - "name": "irradiated wanderer", - "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ABERRATION" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 120, - "speed": 100, - "material": [ "flesh" ], - "symbol": "W", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 8, - "melee_dice": 2, - "melee_dice_sides": 10, - "melee_cut": 1, - "dodge": 2, - "armor_bash": 8, - "armor_cut": 8, - "vision_day": 50, - "vision_night": 3, - "luminance": 32, - "harvest": "zombie", - "special_attacks": [ [ "LUNGE", 5 ] ], - "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, - "death_function": [ "MELT" ], - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] - }, - { - "id": "mon_shia", - "type": "MONSTER", - "name": { "str": "Shia LaBeouf", "str_pl": "Shia LaBeouf" }, - "description": "Living in the woods,\nkilling for sport,\neating all the bodies,\nactual cannibal Shia LaBeouf.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 50, - "speed": 110, - "material": [ "flesh" ], - "symbol": "@", - "color": "red", - "aggression": 100, - "morale": 100, - "melee_skill": 9, - "melee_dice": 3, - "melee_dice_sides": 6, - "melee_cut": 6, - "dodge": 4, - "vision_day": 30, - "vision_night": 10, - "harvest": "human", - "special_attacks": [ [ "BRANDISH", 10 ] ], - "anger_triggers": [ "STALK", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE" ], - "fear_triggers": [ "FIRE" ], - "death_drops": { "groups": [ [ "shia_stuff", 1 ] ] }, - "death_function": [ "NORMAL" ], - "flags": [ - "SEES", - "HEARS", - "WARM", - "BASHES", - "POISON", - "BLEED", - "NO_BREATHE", - "PATH_AVOID_DANGER_2", - "PRIORITIZE_TARGETS", - "FILTHY" - ] - }, - { - "id": "mon_skeleton", - "type": "MONSTER", - "name": "skeleton", - "description": "A monstrous overgrowth of ossified tissue has replaced this zombie's rotting skin with an organic armor of dense bone. Large clumps of black goo seep from its joints as it shambles aimlessly, with sickening crackling sounds filling the air around it.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 30, - "speed": 60, - "material": [ "bone" ], - "symbol": "Z", - "color": "white", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 3, - "melee_dice_sides": 6, - "melee_cut": 4, - "dodge": 2, - "armor_cut": 15, - "armor_stab": 30, - "armor_acid": 3, - "vision_day": 30, - "vision_night": 3, - "harvest": "mr_bones", - "special_attacks": [ [ "scratch", 10 ], { "type": "bite", "cooldown": 5 } ], - "upgrades": { "half_life": 15, "into": "mon_skeleton_brute" }, - "death_drops": "default_zombie_clothes", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "BLEED", "HARDTOSHOOT", "REVIVES", "NO_BREATHE", "POISON", "FILTHY" ] - }, - { - "//": "Skelly brute gaps the evolution between normal and the juggernaut.", - "id": "mon_skeleton_brute", - "type": "MONSTER", - "name": "skeletal brute", - "description": "Distorted outgrowths of calcified bone plates cover this zombie's rotten skin. Joints and cracks around its body ooze with black goo.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "92500 ml", - "weight": "120 kg", - "hp": 175, - "speed": 60, - "material": [ "bone" ], - "symbol": "Z", - "color": "white", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 2, - "melee_dice_sides": 8, - "melee_cut": 10, - "dodge": 1, - "armor_cut": 30, - "armor_bash": 12, - "armor_acid": 1, - "vision_day": 35, - "vision_night": 3, - "harvest": "mr_bones", - "special_attacks": [ - [ "SMASH", 45 ], - { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 15, "armor_multiplier": 0.6 } ] } - ], - "upgrades": { "half_life": 12, "into": "mon_skeleton_hulk" }, - "death_drops": "default_zombie_clothes", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "BLEED", "HARDTOSHOOT", "REVIVES", "NO_BREATHE", "POISON", "FILTHY" ] - }, - { - "id": "mon_skeleton_electric", - "type": "MONSTER", - "name": "skeletal shocker", - "description": "Heavy, jagged bone plates have grown out of the surface of this zombie. Underneath, its flesh glows and crackles with the occasional jolt of electricity.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 15, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 105, - "speed": 90, - "material": [ "bone" ], - "symbol": "Z", - "color": "blue_white", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 2, - "melee_dice_sides": 3, - "melee_cut": 3, - "dodge": 2, - "luminance": 8, - "armor_cut": 15, - "armor_stab": 30, - "armor_acid": 3, - "vision_day": 30, - "vision_night": 3, - "harvest": "CBM_CIV", - "special_attacks": [ [ "scratch", 10 ], { "type": "bite", "cooldown": 5 }, [ "SHOCKSTORM", 25 ] ], - "death_drops": "default_zombie_clothes", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "BLEED", "ELECTRIC", "REVIVES", "NO_BREATHE", "POISON", "FILTHY" ] - }, - { - "id": "mon_zombie_wretched", - "type": "MONSTER", - "name": "wretched puker", - "description": "A degenerate corpse, shambling as it walks. Several junks and waste materials have unified into its skin and wounds around it reeks in black goo.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "//": "Higher weight from attached junks.", - "weight": "84500 g", - "hp": 55, - "speed": 65, - "material": [ "flesh" ], - "symbol": "Z", - "looks_like": "mon_zombie_acidic", - "color": "dark_gray_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 2, - "melee_dice": 2, - "melee_dice_sides": 2, - "melee_cut": 1, - "vision_day": 14, - "harvest": "zombie", - "special_attacks": [ [ "ACID_BARF", 22 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "ACID", "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 8, "into": "mon_zombie_acidic" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ACIDPROOF", - "ACID_BLOOD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_acidic", - "type": "MONSTER", - "name": "acidic zombie", - "description": "A sickly-looking dead one. Its skin looks especially thin, with a sticky, yellow fluid flowing through the clearly visible veins.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 65, - "speed": 80, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_gray_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 3, - "melee_cut": 0, - "dodge": 1, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "ACID_BARF", 10 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "ACID", "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 10, "into": "mon_zombie_spitter" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ACIDPROOF", - "ACID_BLOOD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_biter", - "type": "MONSTER", - "name": "slavering biter", - "description": "A distorted and swollen human body. Its jaws have elongated into a crocodile like snout, dripping with foul smelling saliva.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 100, - "speed": 110, - "material": [ "flesh" ], - "symbol": "Z", - "color": "cyan_green", - "aggression": 100, - "morale": 100, - "melee_skill": 6, - "melee_dice": 4, - "melee_dice_sides": 6, - "melee_cut": 4, - "dodge": 3, - "armor_bash": 5, - "armor_cut": 2, - "vision_day": 15, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ - { - "type": "bite", - "cooldown": 4, - "accuracy": 5, - "damage_max_instance": [ - { "damage_type": "stab", "amount": 10, "armor_multiplier": 0.3 }, - { "damage_type": "bash", "amount": 10, "armor_multiplier": 0.3 } - ] - }, - [ "GRAB", 4 ] - ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "KEENNOSE", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "GRABS", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_brainless", - "type": "MONSTER", - "name": "brainless zombie", - "//": "This is the brainless zombie. Has nohead flag to reflect the head is already catastrophically damaged. Only detects through hearing.", - "description": "A zombie like any other, except that its features and skull have been devastated. It's unclear what caused the damage, but between the scraps of flesh you can see that its face and brain are gone, though its ears are intact.", - "default_faction": "zombie", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "61875 ml", - "weight": "78200 g", - "//": "Weight and volume reduced to reflect missing head parts. Based on average headsize/weight, but are not exact.", - "hp": 60, - "//": "Lower hp to reflect previous damage. Plus they're virtually useless so might as well make them a quick kill.", - "speed": 65, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 3, - "melee_cut": 0, - "vision_day": 2, - "vision_night": 0, - "harvest": "zombie", - "special_attacks": [ [ "GRAB", 7 ], [ "scratch", 20 ] ], - "//": "Removed Bite attack to reflect damage to mouth.", - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 8, "into": "mon_zombie_ears" }, - "flags": [ - "HEARS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "NOHEAD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_brute", - "type": "MONSTER", - "name": "zombie brute", - "description": "Its entire body bulges with distended muscles and swollen, festering wounds.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 120, - "speed": 105, - "material": [ "flesh" ], - "symbol": "Z", - "color": "red", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 3, - "melee_dice_sides": 8, - "melee_cut": 2, - "armor_bash": 4, - "armor_cut": 6, - "vision_night": 4, - "harvest": "zombie", - "special_attacks": [ [ "SMASH", 30 ], [ "GRAB", 7 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_fiend", - "upgrades": { "half_life": 21, "into_group": "GROUP_ZOMBIE_BRUTE" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "PUSH_VEH", - "FILTHY" - ] - }, - { - "id": "mon_zombie_brute_grappler", - "type": "MONSTER", - "name": "zombie wrestler", - "description": "A slab of festering muscle the size of a well-toned bodybuilder. Seems eager to strangle the life from you.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 280, - "speed": 95, - "material": [ "flesh" ], - "symbol": "Z", - "color": "red_white", - "aggression": 100, - "morale": 100, - "melee_skill": 7, - "melee_dice": 3, - "melee_dice_sides": 8, - "melee_cut": 1, - "dodge": 3, - "armor_bash": 10, - "armor_cut": 14, - "armor_stab": 8, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "SMASH", 30 ], [ "BIO_OP_TAKEDOWN", 20 ], [ "RANGED_PULL", 20 ], [ "GRAB_DRAG", 10 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_fiend", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "PUSH_VEH", - "FILTHY" - ] - }, - { - "id": "mon_zombie_brute_ninja", - "type": "MONSTER", - "name": "zombie nightstalker", - "description": "Somehow this brute hides in the dark like some kind of boogeyman. Very agile for such a large zombie.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 200, - "speed": 90, - "material": [ "flesh" ], - "symbol": "Z", - "color": "dark_gray_red", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 4, - "melee_dice_sides": 4, - "melee_cut": 4, - "dodge": 4, - "armor_bash": 8, - "armor_cut": 5, - "vision_day": 5, - "vision_night": 40, - "harvest": "zombie", - "special_attacks": [ [ "SMASH", 40 ], [ "STRETCH_ATTACK", 20 ], [ "LONGSWIPE", 20 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_fiend", - "flags": [ - "SEES", - "HEARS", - "GOODHEARING", - "SMELLS", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "PUSH_VEH", - "NIGHT_INVISIBILITY", - "FILTHY" - ] - }, - { - "id": "mon_zombie_brute_shocker", - "type": "MONSTER", - "name": "shocker brute", - "description": "A huge beast covered in visible scarring from what you can only guess was 'research'. Being near it, you can hear a slight humming, like that of an electrical transformer.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 10, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 275, - "speed": 110, - "material": [ "flesh" ], - "symbol": "Z", - "color": "white_cyan", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 3, - "melee_dice_sides": 4, - "melee_damage": [ { "damage_type": "electric", "amount": 4 } ], - "melee_cut": 2, - "armor_bash": 3, - "armor_cut": 8, - "vision_night": 3, - "luminance": 16, - "harvest": "CBM_SUBS", - "special_attacks": [ [ "SHOCKSTORM", 15 ], [ "SMASH", 30 ] ], - "special_when_hit": [ "ZAPBACK", 75 ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ELECTRIC", - "NO_BREATHE", - "REVIVES", - "FILTHY" - ] - }, - { - "id": "mon_zombie_nullfield", - "type": "MONSTER", - "name": "incandescent husk", - "description": "This once-human is visible only as a glowing white silhouette that you have to squint to see, cloaked in a crackling field of lightning that pulses like a beating heart. It walks slowly and deliberately, the thunderstorm surrounding it eagerly jumping to anything conductive within its grasp.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 200, - "speed": 50, - "//": "slow walk speed - intimidating!", - "material": [ "flesh" ], - "symbol": "Z", - "color": "i_cyan", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 1, - "melee_dice_sides": 2, - "//": "melee damage is quite weak since the shockfield around it is its most dangerous function", - "melee_damage": [ { "damage_type": "electric", "amount": 6 } ], - "vision_night": 3, - "luminance": 16, - "harvest": "CBM_SUBS", - "emit_fields": [ "emit_shock_cloud" ], - "special_when_hit": [ "ZAPBACK", 75 ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "WARM", "POISON", "ELECTRIC", "NO_BREATHE", "REVIVES", "ELECTRIC_FIELD", "FILTHY" ] - }, - { - "id": "mon_zombie_corrosive", - "type": "MONSTER", - "name": "corrosive zombie", - "description": "This body has swollen to immense proportions, but still manages to hold itself together with semi-congealed acid all over its bloated body. It clumsily moves around, but attacks with a large reserve of acid.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 15, - "volume": "92500 ml", - "weight": "120 kg", - "hp": 140, - "speed": 75, - "material": [ "flesh" ], - "symbol": "Z", - "color": "yellow_white", - "aggression": 100, - "morale": 100, - "melee_skill": 1, - "melee_dice": 1, - "melee_dice_sides": 6, - "melee_cut": 0, - "armor_bash": 10, - "armor_cut": 2, - "armor_stab": 12, - "vision_night": 3, - "luminance": 0, - "harvest": "zombie", - "special_attacks": [ - { - "type": "gun", - "cooldown": 5, - "move_cost": 50, - "gun_type": "acid_spit", - "fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ], - "fake_dex": 8, - "fake_per": 8, - "require_targeting_player": false, - "description": "The corrosive zombie spits a glob of acid!", - "ranges": [ [ 2, 10, "DEFAULT" ] ] - }, - [ "ACID_BARF", 5 ] - ], - "special_when_hit": [ "ACIDSPLASH", 100 ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "ACID", "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ACIDPROOF", - "ACID_BLOOD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_ears", - "type": "MONSTER", - "name": "listener zombie", - "//": "Upgraded version of brainless. Regenerating Skull with huge ears.", - "description": "The head of this zombie was once obviously destroyed, the gaps in its scraps of face now filling with a peculiar gray goo. Human ears hang from the sides, enormous and unsettling. Thin slits at the front suggest it may be able to see.", - "default_faction": "zombie", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62275 ml", - "weight": "79800 g", - "//": "Weight and volume changed to reflect a (mostly) lack of head.", - "hp": 90, - "speed": 70, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "vision_day": 7, - "vision_night": 4, - "harvest": "zombie", - "special_attacks": [ [ "GRAB", 6 ], [ "scratch", 20 ] ], - "//": "Removed Bite as this creature does not have a 'mouth'.", - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 28, "into": "mon_zombie_skull" }, - "flags": [ - "HEARS", - "GOODHEARING", - "SEES", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "NOHEAD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_static", - "type": "MONSTER", - "name": "zapper zombie", - "description": "A very pale dead body with the worst case of static hair you have ever seen. Sometimes, you can see sparks of electricity around it.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 60, - "speed": 75, - "material": [ "flesh" ], - "symbol": "Z", - "color": "white", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 1, - "melee_dice_sides": 2, - "melee_damage": [ { "damage_type": "electric", "amount": 4 } ], - "melee_cut": 0, - "dodge": 2, - "luminance": 4, - "harvest": "zombie", - "special_when_hit": [ "ZAPBACK", 100 ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "upgrades": { "half_life": 8, "into": "mon_zombie_electric" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ELECTRIC", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_electric", - "type": "MONSTER", - "name": "shocker zombie", - "description": "A human body with pale blue flesh, crackling with electrical energy.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 10, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 85, - "speed": 105, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_cyan", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 1, - "melee_dice_sides": 3, - "melee_damage": [ { "damage_type": "electric", "amount": 8 } ], - "melee_cut": 0, - "dodge": 2, - "luminance": 8, - "harvest": "CBM_CIV", - "special_attacks": [ [ "SHOCKSTORM", 25 ] ], - "special_when_hit": [ "ZAPBACK", 100 ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "upgrades": { "half_life": 28, "into_group": "GROUP_ZOMBIE_ELECTRIC_UPGRADE" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ELECTRIC", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_fiend", - "type": "MONSTER", - "name": "fiend", - "description": "Charred zombie with bony plates, spikes and protrusions. Moves stiffly, but swiftly.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 100, - "speed": 100, - "material": [ "flesh" ], - "symbol": "Z", - "color": "black_white", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 1, - "melee_dice_sides": 10, - "melee_cut": 14, - "armor_bash": 6, - "armor_cut": 12, - "armor_acid": 5, - "armor_fire": 12, - "vision_day": 10, - "vision_night": 8, - "harvest": "zombie", - "special_attacks": [ [ "GRAB", 7 ] ], - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 8, "into": "mon_zombie_brute" }, - "flags": [ "SEES", "STUMBLES", "POISON", "BLEED", "NO_BREATHE", "REVIVES", "REVIVES_HEALTHY", "NO_NECRO", "FILTHY" ] - }, - { - "id": "mon_zombie_gasbag", - "type": "MONSTER", - "name": "bloated zombie", - "description": "With its gray skin swollen to near rupture with putrid gas, this cyst covered zombie looks like it could violently burst under the slightest of disturbances.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 15, - "speed": 80, - "material": [ "flesh" ], - "symbol": "Z", - "color": "magenta_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "vision_night": 3, - "harvest": "exempt", - "emit_fields": [ "emit_toxic_leak" ], - "special_attacks": [ [ "SUICIDE", 20 ], [ "scratch", 15 ] ], - "death_drops": "default_zombie_items", - "death_function": [ "GAS" ], - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FILTHY" ] - }, - { - "id": "mon_zombie_gasbag_immobile", - "type": "MONSTER", - "name": { "str": "gangrenous flesh", "str_pl": "gangrenous flesh" }, - "description": "Immobile from grievous wounds, its gray skin has bloated to near rupture with putrid gas. Between lumps of unrecognizable gore, a human head lamely follows your walking with empty, black eyes.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 5, - "speed": 80, - "material": [ "flesh" ], - "symbol": "o", - "color": "magenta_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "vision_night": 3, - "harvest": "exempt", - "special_attacks": [ [ "SUICIDE", 20 ] ], - "death_drops": "default_zombie_items", - "upgrades": { "half_life": 8, "into": "mon_zombie_gasbag_crawler" }, - "death_function": [ "GAS" ], - "flags": [ "SEES", "HEARS", "SMELLS", "IMMOBILE", "WARM", "POISON", "NO_BREATHE", "FILTHY" ] - }, - { - "id": "mon_zombie_gasbag_crawler", - "type": "MONSTER", - "name": "gangrenous crawler", - "description": "A nightmarish spidery abomination, born from human gore. It deftly crawls between walls and ceiling with limbs grown from its own disjointed ribs.", - "default_faction": "zombie", - "bodytype": "spider", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 15, - "speed": 90, - "material": [ "flesh" ], - "symbol": "W", - "color": "magenta_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 2, - "armor_bash": 6, - "armor_cut": 6, - "vision_night": 50, - "harvest": "exempt", - "special_attacks": [ { "type": "leap", "cooldown": 5, "max_range": 5, "allow_no_target": true }, [ "scratch", 5 ] ], - "death_function": [ "GAS" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "POISON", "CLIMBS", "NO_BREATHE", "CLIMBS", "HARDTOSHOOT" ] - }, - { - "id": "mon_zombie_gasbag_impaler", - "type": "MONSTER", - "name": "gangrenous impaler", - "description": "A corpse hideously twisted into an insect-like form. A hollow tendril reaches out from its open thorax.", - "default_faction": "zombie", - "bodytype": "spider", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 14, - "volume": "30000 ml", - "weight": "40750 g", - "hp": 30, - "speed": 12, - "material": [ "flesh" ], - "symbol": "w", - "color": "yellow_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "vision_night": 30, - "armor_bash": 6, - "armor_cut": 6, - "harvest": "exempt", - "starting_ammo": { "barb_paralysis": 100 }, - "special_attacks": [ - { - "type": "gun", - "cooldown": 2, - "gun_type": "barb_launcher", - "ranges": [ [ 2, 12, "DEFAULT" ] ], - "description": "The impaler launches a barb!" - }, - { "type": "leap", "cooldown": 15, "max_range": 2, "allow_no_target": true }, - [ "scratch", 5 ] - ], - "death_function": [ "GAS" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "POISON", "CLIMBS", "NO_BREATHE", "CLIMBS", "HARDTOSHOOT" ] - }, - { - "id": "mon_zombie_crushed_giant", - "type": "MONSTER", - "name": "trapped tendril", - "description": "A great tendril of mutated flesh and sharpened bone. Emergent from a crevice in the ruined floor, hundreds of human limbs seek freedom and writhe incessantly from underneath its grotesque carapace. As enormous as it may already be, you feel certain that this is just part of a creature much bigger, for when it moves, you can feel this whole ruin tremble, as if an unseen giant struggled against the weight of its concrete tomb.", - "default_faction": "zombie", - "volume": "875000 ml", - "weight": "200 kg", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 35, - "hp": 500, - "speed": 100, - "material": [ "flesh" ], - "symbol": "S", - "color": "red_yellow", - "aggression": 100, - "morale": 100, - "melee_skill": 7, - "melee_dice": 6, - "melee_dice_sides": 4, - "melee_cut": 10, - "vision_day": 60, - "vision_night": 60, - "armor_bash": 10, - "armor_cut": 20, - "harvest": "exempt", - "special_attacks": [ [ "FLESH_TENDRIL", 1 ] ], - "death_function": [ "GAS" ], - "flags": [ "SEES", "HEARS", "SMELLS", "IMMOBILE", "WARM", "POISON", "IMMOBILE", "NO_BREATHE", "FILTHY" ] - }, - { - "id": "mon_zombie_living_wall", - "type": "MONSTER", - "name": "flesh wall", - "description": "A great lump of mutated flesh. It resembles the innards of some gigantic creature and is covered in a grid of diminutive veins.", - "default_faction": "zombie", - "volume": "875000 ml", - "weight": "200 kg", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 1, - "hp": 3, - "speed": 100, - "material": [ "flesh" ], - "symbol": "#", - "color": "red_yellow", - "morale": 10, - "vision_day": 60, - "vision_night": 60, - "armor_bash": 50, - "armor_cut": 25, - "harvest": "exempt", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "SMELLS", "IMMOBILE", "WARM", "POISON", "IMMOBILE", "NO_BREATHE", "FILTHY" ] - }, - { - "id": "mon_zombie_grabber", - "type": "MONSTER", - "name": "grabber zombie", - "description": "A deformed human body, once living. Its arms dangle from its sides like the limbs of some skinless ape, mindlessly groping at their surroundings.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 95, - "speed": 80, - "material": [ "flesh" ], - "symbol": "Z", - "color": "cyan", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "dodge": 1, - "vision_day": 30, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 20 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 14, "into_group": "GROUP_ZOMBIE_GRAB" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "GRABS", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_grappler", - "type": "MONSTER", - "name": "grappler zombie", - "description": "An undead humanoid, its elongated arms drag along the ground as it moves. It looks to almost have a hunch from the swollen back and shoulder muscles tearing though its skin.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 110, - "speed": 85, - "material": [ "flesh" ], - "symbol": "Z", - "color": "cyan_white", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 4, - "melee_dice_sides": 5, - "melee_cut": 0, - "dodge": 2, - "vision_day": 30, - "vision_night": 5, - "harvest": "zombie", - "special_attacks": [ [ "RANGED_PULL", 20 ], [ "GRAB_DRAG", 3 ], { "type": "bite", "cooldown": 5 } ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_hollow", - "type": "MONSTER", - "name": "zombie hollow", - "description": "Black hollow eyes survey the surroundings as the zombie stretches and bends in ways that whoever the original body belonged to never could. The only thing that seems solid, on this flexible black-veined body, is the rows of sharp black teeth. You get the feeling that the only human thing remaining is the skin, worn as one would wear clothes.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 100, - "speed": 70, - "material": [ "flesh" ], - "symbol": "Z", - "color": "black_white", - "aggression": 100, - "morale": 100, - "melee_skill": 6, - "melee_dice": 2, - "melee_dice_sides": 6, - "melee_cut": 4, - "dodge": 4, - "armor_bash": 8, - "armor_cut": 4, - "armor_stab": 10, - "vision_day": 30, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "STRETCH_BITE", 10 ], [ "STRETCH_ATTACK", 5 ] ], - "death_function": [ "BLOBSPLIT" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "FILTHY" ] - }, - { - "id": "mon_zombie_hulk", - "type": "MONSTER", - "name": "zombie hulk", - "description": "A human body now swollen to the size of six men, with arms as wide as a trash can.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 5, - "volume": "875000 ml", - "weight": "200 kg", - "hp": 480, - "speed": 130, - "material": [ "flesh" ], - "symbol": "Z", - "color": "white_magenta", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 4, - "melee_dice_sides": 8, - "melee_cut": 0, - "armor_bash": 8, - "armor_cut": 12, - "vision_day": 50, - "vision_night": 4, - "harvest": "zombie", - "special_attacks": [ [ "SMASH", 20 ] ], - "death_drops": "mon_zombie_hulk_death_drops", - "death_function": [ "NORMAL" ], - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "DESTROYS", - "POISON", - "ATTACKMON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "PUSH_VEH", - "FILTHY" - ] - }, - { - "id": "mon_zombie_hunter", - "type": "MONSTER", - "name": "feral hunter", - "description": "This once-human body is barely recognizable, scrambling about on all fours, its nails and teeth both sharpened into dangerous looking spikes.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 90, - "speed": 110, - "material": [ "flesh" ], - "symbol": "Z", - "color": "brown", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 2, - "dodge": 3, - "vision_night": 5, - "harvest": "zombie", - "special_attacks": [ - { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 12 } ] }, - { "type": "leap", "cooldown": 5, "max_range": 5 }, - { - "type": "bite", - "cooldown": 10, - "damage_max_instance": [ { "damage_type": "stab", "amount": 12, "armor_multiplier": 0.7 } ] - } - ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 28, "into": "mon_zombie_predator" }, - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "REVIVES", "CLIMBS", "PUSH_MON", "FILTHY" ] - }, - { - "id": "mon_zombie_jackson", - "type": "MONSTER", - "name": "Thriller", - "description": "And though you fight to stay alive,\nYour body starts to shiver.\nFor no mere mortal can resist,\nThe evil of the thriller.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 100, - "speed": 100, - "material": [ "flesh" ], - "symbol": "Z", - "color": "dark_gray_red", - "aggression": 2, - "morale": 100, - "melee_skill": 9, - "melee_dice": 1, - "melee_dice_sides": 5, - "melee_cut": 0, - "dodge": 6, - "armor_bash": 2, - "armor_cut": 2, - "vision_day": 50, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "JACKSON", 0 ] ], - "death_drops": "jackson_drops", - "death_function": [ "JACKSON" ], - "flags": [ "SEES", "SMELLS", "WARM", "BASHES", "BLEED", "NO_BREATHE", "POISON", "FILTHY" ] - }, - { - "id": "mon_zombie_mancroc", - "type": "MONSTER", - "name": "zombie snapper", - "description": "With a crocodile-like snout and rows of protruding teeth, this swimwear-clad zombie lurks in the water.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 120, - "speed": 100, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_green_cyan", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 3, - "melee_dice_sides": 5, - "melee_cut": 6, - "dodge": 2, - "armor_bash": 8, - "armor_cut": 10, - "vision_day": 25, - "vision_night": 5, - "harvest": "zombie", - "special_attacks": [ - { - "type": "bite", - "cooldown": 10, - "accuracy": 6, - "damage_max_instance": [ - { "damage_type": "stab", "amount": 8, "armor_multiplier": 0.3 }, - { "damage_type": "bash", "amount": 16, "armor_multiplier": 0.3 } - ] - }, - [ "GRAB", 20 ], - [ "GRAB_DRAG", 10 ] - ], - "death_drops": "mon_zombie_swimmer_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "GRABS", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "SWIMS", - "FILTHY" - ] - }, - { - "id": "mon_zombie_master", - "type": "MONSTER", - "name": "zombie master", - "description": "Once human, its features have tightened, its lips pulled back into an unnatural grin, revealing rows of blackened teeth beneath its large, piercing eyes. It stands tall and its movements are fluid and tightly controlled. A feeling of danger permeates the air around it, and the light that falls on it seems somehow harsher and more glaring.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 20, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 180, - "speed": 90, - "material": [ "flesh" ], - "symbol": "Z", - "color": "pink_red", - "aggression": 5, - "morale": 100, - "melee_skill": 5, - "melee_dice": 2, - "melee_dice_sides": 6, - "melee_cut": 0, - "dodge": 4, - "armor_bash": 2, - "armor_cut": 2, - "vision_day": 50, - "vision_night": 5, - "harvest": "zombie", - "path_settings": { "max_dist": 10 }, - "special_attacks": [ [ "UPGRADE", 10 ] ], - "anger_triggers": [ "HURT", "PLAYER_CLOSE", "PLAYER_WEAK" ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "WARM", - "BASHES", - "POISON", - "NO_BREATHE", - "REVIVES", - "PATH_AVOID_DANGER_2", - "PRIORITIZE_TARGETS", - "FILTHY" - ] - }, - { - "id": "mon_zombie_necro", - "type": "MONSTER", - "name": "zombie necromancer", - "description": "A twisted mockery of the human form, emaciated, with jet black skin and glowing red eyes. It is somehow painful to look at, awakening fears deep within your psyche, and even the air around it seems more sinister, somehow darker and more dangerous.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 20, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 100, - "speed": 100, - "material": [ "flesh" ], - "symbol": "Z", - "color": "dark_gray", - "aggression": 5, - "morale": 100, - "melee_skill": 4, - "melee_dice": 3, - "melee_dice_sides": 6, - "melee_cut": 2, - "dodge": 2, - "vision_day": 50, - "vision_night": 5, - "harvest": "zombie", - "path_settings": { "max_dist": 10 }, - "special_attacks": [ [ "RESURRECT", 0 ] ], - "anger_triggers": [ "HURT", "PLAYER_CLOSE", "PLAYER_WEAK" ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "POISON", - "NO_BREATHE", - "REVIVES", - "PATH_AVOID_DANGER_1", - "PRIORITIZE_TARGETS", - "FILTHY" - ] - }, - { - "id": "mon_zombie_predator", - "type": "MONSTER", - "name": "feral predator", - "description": "With its joints in odd places and angles, this humanoid creature prowls across the landscape with surprising speed. Its teeth and arms are sharpened into fine points, and black ooze seeps out from cuts between its muscles.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 90, - "speed": 140, - "material": [ "flesh" ], - "symbol": "Z", - "color": "brown_green", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 4, - "melee_dice_sides": 4, - "melee_cut": 5, - "dodge": 5, - "armor_bash": 5, - "armor_cut": 5, - "vision_day": 45, - "vision_night": 15, - "harvest": "zombie", - "path_settings": { "max_dist": 5 }, - "special_attacks": [ - { "type": "leap", "cooldown": 10, "max_range": 8, "min_consider_range": 3, "max_consider_range": 7 }, - { - "type": "bite", - "cooldown": 10, - "damage_max_instance": [ { "damage_type": "stab", "amount": 10, "armor_multiplier": 0.2 } ] - }, - { "id": "impale" } - ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "REVIVES", "PUSH_MON", "FILTHY" ] - }, - { - "id": "mon_zombie_runner", - "type": "MONSTER", - "name": "feral runner", - "description": "This recently-risen body moves quickly, darting its head back and forth and gnawing at its hands.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 70, - "speed": 105, - "material": [ "flesh" ], - "symbol": "Z", - "color": "brown_white", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 4, - "melee_dice_sides": 3, - "melee_cut": 1, - "dodge": 1, - "vision_night": 3, - "harvest": "zombie", - "path_settings": { "max_dist": 4 }, - "special_attacks": [ - [ "scratch", 10 ], - { - "type": "bite", - "cooldown": 5, - "damage_max_instance": [ { "damage_type": "stab", "amount": 10, "armor_multiplier": 0.7 } ] - } - ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 20, "into": "mon_zombie_hunter" }, - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "REVIVES", "PUSH_MON", "FILTHY" ] - }, - { - "id": "mon_zombie_scorched", - "type": "MONSTER", - "name": "scorched zombie", - "description": "Heavily burned zombie that still reeks of charred flesh. Its flesh has mended into a leathery shell.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 40, - "speed": 60, - "material": [ "flesh" ], - "symbol": "Z", - "color": "i_brown", - "aggression": 100, - "morale": 100, - "melee_skill": 2, - "melee_dice": 2, - "melee_dice_sides": 2, - "melee_cut": 0, - "armor_bash": 2, - "armor_cut": 9, - "armor_acid": 3, - "armor_fire": 10, - "vision_day": 10, - "vision_night": 5, - "harvest": "zombie", - "special_attacks": [ [ "GRAB", 7 ] ], - "death_function": [ "SMOKEBURST", "NORMAL" ], - "upgrades": { "half_life": 14, "into_group": "GROUP_ZOMBIE_UPGRADE" }, - "flags": [ "SEES", "HEARS", "STUMBLES", "POISON", "BLEED", "NO_BREATHE", "REVIVES", "REVIVES_HEALTHY", "NO_NECRO", "FILTHY" ] - }, - { - "id": "mon_zombie_screecher", - "type": "MONSTER", - "name": "screecher zombie", - "description": "A thin corpse, its chest is swollen in what appears to be preparation. A thick black ooze drips from its open mouth.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 85, - "speed": 100, - "material": [ "flesh" ], - "symbol": "Z", - "color": "magenta_cyan", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 3, - "melee_dice_sides": 4, - "melee_cut": 5, - "dodge": 2, - "vision_day": 50, - "vision_night": 8, - "harvest": "zombie", - "special_attacks": [ [ "SHRIEK_ALERT", 20 ], [ "SHRIEK_STUN", 1 ], [ "scratch", 20 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ "SEES", "KEENNOSE", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "FILTHY" ] - }, - { - "id": "mon_zombie_shady", - "type": "MONSTER", - "name": "shady zombie", - "description": "An uncanny shadow envelops this creature, as if light itself were too repulsed to touch it. All you can make out is its shambling, human shaped outline.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 80, - "speed": 70, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_gray", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 2, - "melee_dice_sides": 3, - "melee_cut": 0, - "vision_day": 3, - "vision_night": 40, - "harvest": "zombie", - "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "GRAB", 7 ], [ "scratch", 20 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "NIGHT_INVISIBILITY", - "FILTHY" - ] - }, - { - "id": "mon_zombie_shrieker", - "type": "MONSTER", - "name": "shrieker zombie", - "description": "An elongated human body with a swollen chest and a gaping hole where its jaw used to be.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 60, - "speed": 95, - "material": [ "flesh" ], - "symbol": "Z", - "color": "magenta", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 4, - "melee_cut": 0, - "dodge": 1, - "vision_day": 50, - "vision_night": 4, - "harvest": "zombie", - "special_attacks": [ [ "SHRIEK", 10 ], [ "GRAB", 7 ], [ "scratch", 20 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 10, "into": "mon_zombie_screecher" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_skull", - "type": "MONSTER", - "name": "skull zombie", - "//": "Highest upgrade of brainless/ear zombie. Still immune to headshots, as there's nothing critical there.", - "description": "This creature's head is a hideous gray skull, formed of human bone fragments and some sort of goo. Jagged teeth are visible as the thing works its jaw and disturbingly human, lidless eyes stare at you from their sockets. The thing's fleshy ears are four sizes too large and droop under their own weight.", - "default_faction": "zombie", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 135, - "speed": 100, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_gray", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 4, - "melee_dice_sides": 4, - "melee_cut": 2, - "dodge": 1, - "armor_bash": 5, - "armor_cut": 3, - "vision_day": 25, - "vision_night": 5, - "harvest": "zombie", - "special_attacks": [ { "type": "bite", "cooldown": 5, "min_mul": 0.7 }, [ "GRAB", 6 ], [ "scratch", 15 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "HEARS", - "GOODHEARING", - "SEES", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "NOHEAD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_smoker", - "type": "MONSTER", - "name": "smoker zombie", - "description": "A blackened and twisted naked human body, strips of flesh hang from its body, and it emits a constant haze of thick black smoke.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 75, - "speed": 110, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_gray", - "aggression": 100, - "morale": 100, - "melee_skill": 4, - "melee_dice": 1, - "melee_dice_sides": 6, - "melee_cut": 2, - "dodge": 4, - "armor_fire": 5, - "vision_day": 50, - "vision_night": 3, - "harvest": "exempt", - "emit_fields": [ "emit_smoke_stream" ], - "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 15 ] ], - "death_function": [ "SMOKEBURST" ], - "flags": [ - "SEES", - "HEARS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "HARDTOSHOOT", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_spitter", - "type": "MONSTER", - "name": "spitter zombie", - "description": "A hunched human body with its eyes pushed up into its forehead and drooping cheeks, most of its face is occupied by a puckered mouth. Its stomach is swollen and nearly translucent, with a sickly yellow tint.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 10, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 70, - "speed": 95, - "material": [ "flesh" ], - "symbol": "Z", - "color": "yellow_green", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 6, - "melee_cut": 0, - "dodge": 1, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ [ "ACID", 20 ] ], - "death_drops": "default_zombie_death_drops", - "death_function": [ "ACID", "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 28, "into": "mon_zombie_corrosive" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "ACIDPROOF", - "ACID_BLOOD", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_survivor", - "type": "MONSTER", - "name": "survivor zombie", - "description": "Still wearing the tattered remnants of improvised armor and weaponry, it is plain to see that this zombie was once a survivor like you.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 120, - "speed": 90, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_red_green", - "aggression": 75, - "morale": 100, - "melee_skill": 6, - "melee_dice": 4, - "melee_dice_sides": 6, - "melee_cut": 0, - "dodge": 3, - "armor_bash": 7, - "armor_cut": 7, - "armor_acid": 4, - "vision_day": 50, - "vision_night": 3, - "harvest": "zombie", - "path_settings": { "max_dist": 3 }, - "special_attacks": [ - [ "SHRIEK", 20 ], - { "type": "bite", "cooldown": 5, "min_mul": 1 }, - [ "GRAB", 7 ], - { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 16 } ] } - ], - "death_drops": "mon_zombie_survivor_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "PUSH_MON", "FILTHY" ] - }, - { - "id": "mon_zombie_swimmer", - "type": "MONSTER", - "name": "swimmer zombie", - "description": "A slick and glistening human body. Its hands and feet are webbed, and it is clad in swimwear.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 70, - "speed": 95, - "material": [ "flesh" ], - "symbol": "Z", - "color": "light_blue", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 6, - "melee_cut": 2, - "dodge": 2, - "vision_night": 3, - "harvest": "zombie", - "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "GRAB", 7 ], [ "scratch", 20 ] ], - "death_drops": "mon_zombie_swimmer_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "upgrades": { "half_life": 28, "into": "mon_zombie_mancroc" }, - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "WARM", - "BASHES", - "GROUP_BASH", - "POISON", - "NO_BREATHE", - "BLEED", - "SWIMS", - "REVIVES", - "PUSH_MON", - "FILTHY" - ] - }, - { - "id": "mon_zombie_technician", - "type": "MONSTER", - "name": "zombie technician", - "description": "Still wearing its work clothes and hardhat, this zombie likely used to work on power lines or other electrical equipment.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "HUMAN" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 85, - "speed": 75, - "material": [ "flesh" ], - "symbol": "Z", - "color": "i_light_cyan", - "aggression": 70, - "morale": 100, - "melee_skill": 5, - "melee_dice": 2, - "melee_dice_sides": 3, - "melee_cut": 0, - "dodge": 1, - "armor_bash": 2, - "armor_cut": 2, - "vision_day": 15, - "vision_night": 2, - "harvest": "CBM_TECH", - "special_attacks": [ [ "PULL_METAL_WEAPON", 25 ], { "type": "bite", "cooldown": 20 } ], - "death_drops": "mon_zombie_technician_death_drops", - "death_function": [ "NORMAL" ], - "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "FILTHY" ] - }, - { - "id": "mon_zombie_thorny", - "type": "MONSTER", - "name": "thorny shambler", - "description": "A shambling undead humanoid, body overgrown with a tangled mass of otherworldly vegetation. Hunched over and dragging its feet as it moves, the bramble utterly enveloping its upper half twitches and moves with a life of its own, tendrils tipped with a paralytic sting.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE", "PLANT" ], - "volume": "62500 ml", - "weight": "81500 g", - "hp": 80, - "speed": 50, - "material": [ "veggy" ], - "symbol": "Z", - "color": "light_green", - "aggression": 100, - "morale": 100, - "melee_skill": 3, - "melee_dice": 2, - "melee_dice_sides": 3, - "melee_cut": 4, - "armor_bash": 2, - "armor_cut": 4, - "vision_night": 5, - "harvest": "zombie_thorny", - "attack_effs": [ { "id": "paralyzepoison", "duration": 33 } ], - "special_attacks": [ [ "GRAB", 7 ], [ "scratch", 20 ], [ "PARA_STING", 30 ] ], - "death_drops": "mon_zombie_thorny_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_scorched", - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "STUMBLES", - "BASHES", - "GROUP_BASH", - "POISON", - "BLEED", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "FILTHY", - "PARALYZEVENOM" - ] - }, - { - "id": "mon_skeleton_hulk", - "type": "MONSTER", - "name": "skeletal juggernaut", - "description": "This hideous golem of plated bones and misshapen flesh drags its heavy, pointed limbs behind it like an unwanted burden. Formerly soft and vulnerable, bones grew around its form to protect it - only, they kept growing. And growing. And growing.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE" ], - "diff": 5, - "volume": "875000 ml", - "weight": "200 kg", - "hp": 480, - "speed": 60, - "material": [ "bone" ], - "symbol": "Z", - "color": "white", - "aggression": 100, - "morale": 100, - "melee_skill": 5, - "melee_dice": 3, - "melee_dice_sides": 6, - "melee_cut": 15, - "armor_bash": 20, - "armor_cut": 45, - "vision_day": 50, - "vision_night": 4, - "harvest": "mr_bones", - "special_attacks": [ - [ "SMASH", 20 ], - [ "STRETCH_ATTACK", 20 ], - [ "LONGSWIPE", 20 ], - { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 23, "armor_multiplier": 0.8 } ] } - ], - "death_drops": "mon_zombie_hulk_death_drops", - "death_function": [ "NORMAL" ], - "burn_into": "mon_zombie_fiend", - "flags": [ - "SEES", - "HEARS", - "STUMBLES", - "WARM", - "BASHES", - "DESTROYS", - "BLEED", - "POISON", - "ATTACKMON", - "NO_BREATHE", - "REVIVES", - "PUSH_MON", - "PUSH_VEH", - "HARDTOSHOOT", - "FILTHY" - ] - } -] diff --git a/data/json/monsters/nether.json b/data/json/monsters/nether.json index 48a32dd5813d1..0cfb6a8c256e2 100644 --- a/data/json/monsters/nether.json +++ b/data/json/monsters/nether.json @@ -184,6 +184,34 @@ "regenerates_in_dark": true, "flags": [ "NOHEAD", "HARDTOSHOOT", "WEBWALK", "FLIES", "PLASTIC", "ELECTRIC", "ACIDPROOF", "SUNDEATH", "NO_BREATHE" ] }, + { + "id": "mon_dementia", + "type": "MONSTER", + "name": "dementia", + "description": "A crazed individual, the bloody scars on the side of its shaved head suggest some sort of partial lobotomy", + "default_faction": "cult", + "bodytype": "human", + "species": [ "ZOMBIE" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 80, + "speed": 100, + "material": [ "flesh" ], + "symbol": "@", + "color": "light_gray", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 3, + "melee_dice_sides": 4, + "melee_cut": 2, + "dodge": 1, + "harvest": "zombie_leather", + "special_attacks": [ [ "scratch", 15 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "POISON", "REVIVES", "FILTHY" ] + }, { "id": "mon_dog_thing", "type": "MONSTER", @@ -400,6 +428,34 @@ "death_function": [ "THING" ], "flags": [ "SEES", "SMELLS", "HEARS", "BASHES" ] }, + { + "id": "mon_homunculus", + "type": "MONSTER", + "name": { "str": "homunculus", "str_pl": "homunculi" }, + "description": "A pale hairless man with an impressive athletic physique. Its lidless eyes are totally black, and seeping with blood.", + "default_faction": "cult", + "bodytype": "human", + "species": [ "ZOMBIE" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 120, + "speed": 110, + "material": [ "flesh" ], + "symbol": "h", + "color": "white", + "aggression": 100, + "morale": 100, + "melee_skill": 8, + "melee_dice": 3, + "melee_dice_sides": 12, + "melee_cut": 4, + "dodge": 6, + "armor_bash": 4, + "armor_cut": 2, + "harvest": "human", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "REVIVES", "CLIMBS", "FILTHY" ] + }, { "id": "mon_hound_tindalos", "type": "MONSTER", diff --git a/data/json/monsters/zed-classic.json b/data/json/monsters/zed-classic.json index 834dac4038f8e..945ca05dd8934 100644 --- a/data/json/monsters/zed-classic.json +++ b/data/json/monsters/zed-classic.json @@ -1,4 +1,50 @@ [ + { + "id": "mon_beekeeper", + "type": "MONSTER", + "name": "scarred zombie", + "description": "A deformed human body, its skin transformed into one thick, calloused envelope of scar tissue.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 70, + "speed": 60, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_red", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 2, + "armor_bash": 6, + "armor_cut": 8, + "harvest": "zombie", + "special_attacks": [ { "type": "bite", "cooldown": 5 } ], + "death_drops": { + "subtype": "collection", + "groups": [ [ "default_zombie_clothes", 100 ], [ "hive", 80 ] ], + "//": "cloth as any other zombie (always), additional items from group hive (sometimes)" + }, + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, { "id": "mon_zombie", "type": "MONSTER", diff --git a/data/json/monsters/zed_acid.json b/data/json/monsters/zed_acid.json new file mode 100644 index 0000000000000..a6d72605314a8 --- /dev/null +++ b/data/json/monsters/zed_acid.json @@ -0,0 +1,208 @@ +[ + { + "id": "mon_zombie_acidic", + "type": "MONSTER", + "name": "acidic zombie", + "description": "A sickly-looking dead one. Its skin looks especially thin, with a sticky, yellow fluid flowing through the clearly visible veins.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 65, + "speed": 80, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_gray_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 0, + "dodge": 1, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "ACID_BARF", 10 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "ACID", "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 10, "into": "mon_zombie_spitter" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ACIDPROOF", + "ACID_BLOOD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_corrosive", + "type": "MONSTER", + "name": "corrosive zombie", + "description": "This body has swollen to immense proportions, but still manages to hold itself together with semi-congealed acid all over its bloated body. It clumsily moves around, but attacks with a large reserve of acid.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 15, + "volume": "92500 ml", + "weight": "120 kg", + "hp": 140, + "speed": 75, + "material": [ "flesh" ], + "symbol": "Z", + "color": "yellow_white", + "aggression": 100, + "morale": 100, + "melee_skill": 1, + "melee_dice": 1, + "melee_dice_sides": 6, + "melee_cut": 0, + "armor_bash": 10, + "armor_cut": 2, + "armor_stab": 12, + "vision_night": 3, + "luminance": 0, + "harvest": "zombie", + "special_attacks": [ + { + "type": "gun", + "cooldown": 5, + "move_cost": 50, + "gun_type": "acid_spit", + "fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ], + "fake_dex": 8, + "fake_per": 8, + "require_targeting_player": false, + "description": "The corrosive zombie spits a glob of acid!", + "ranges": [ [ 2, 10, "DEFAULT" ] ] + }, + [ "ACID_BARF", 5 ] + ], + "special_when_hit": [ "ACIDSPLASH", 100 ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "ACID", "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ACIDPROOF", + "ACID_BLOOD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_spitter", + "type": "MONSTER", + "name": "spitter zombie", + "description": "A hunched human body with its eyes pushed up into its forehead and drooping cheeks, most of its face is occupied by a puckered mouth. Its stomach is swollen and nearly translucent, with a sickly yellow tint.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 10, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 70, + "speed": 95, + "material": [ "flesh" ], + "symbol": "Z", + "color": "yellow_green", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 6, + "melee_cut": 0, + "dodge": 1, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "ACID", 20 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "ACID", "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 28, "into": "mon_zombie_corrosive" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ACIDPROOF", + "ACID_BLOOD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_wretched", + "type": "MONSTER", + "name": "wretched puker", + "description": "A degenerate corpse, shambling as it walks. Several junks and waste materials have unified into its skin and wounds around it reeks in black goo.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "//": "Higher weight from attached junks.", + "weight": "84500 g", + "hp": 55, + "speed": 65, + "material": [ "flesh" ], + "symbol": "Z", + "looks_like": "mon_zombie_acidic", + "color": "dark_gray_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 2, + "melee_dice": 2, + "melee_dice_sides": 2, + "melee_cut": 1, + "vision_day": 14, + "harvest": "zombie", + "special_attacks": [ [ "ACID_BARF", 22 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "ACID", "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 8, "into": "mon_zombie_acidic" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ACIDPROOF", + "ACID_BLOOD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + } +] diff --git a/data/json/monsters/zed_burned.json b/data/json/monsters/zed_burned.json new file mode 100644 index 0000000000000..7a27e02bb0d5a --- /dev/null +++ b/data/json/monsters/zed_burned.json @@ -0,0 +1,115 @@ +[ + { + "id": "mon_zombie_child_scorched", + "type": "MONSTER", + "name": "zombie kinderling", + "description": "A tiny charred body, jumping and kicked and flailing around in a mockery of playground exercise. It does not need a face for you to feel bad about killing it.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE" ], + "diff": 2, + "volume": "30000 ml", + "weight": "40750 g", + "hp": 35, + "speed": 90, + "material": [ "flesh" ], + "symbol": "z", + "color": "i_brown", + "aggression": 100, + "morale": 100, + "melee_skill": 2, + "melee_dice": 1, + "melee_dice_sides": 3, + "melee_cut": 5, + "armor_bash": 4, + "armor_cut": 5, + "armor_acid": 3, + "armor_fire": 15, + "vision_day": 10, + "vision_night": 3, + "harvest": "zombie", + "death_function": [ "SMOKEBURST", "NORMAL" ], + "upgrades": { "half_life": 14, "into_group": "GROUP_CHILD_ZOMBIE_UPGRADE" }, + "flags": [ + "SEES", + "HEARS", + "STUMBLES", + "POISON", + "GRABS", + "NO_BREATHE", + "REVIVES", + "REVIVES_HEALTHY", + "NO_NECRO", + "GUILT", + "CLIMBS", + "FILTHY" + ] + }, + { + "id": "mon_zombie_fiend", + "type": "MONSTER", + "name": "fiend", + "description": "Charred zombie with bony plates, spikes and protrusions. Moves stiffly, but swiftly.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 100, + "speed": 100, + "material": [ "flesh" ], + "symbol": "Z", + "color": "i_brown", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 1, + "melee_dice_sides": 10, + "melee_cut": 14, + "armor_bash": 6, + "armor_cut": 12, + "armor_acid": 5, + "armor_fire": 15, + "vision_day": 10, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "SMASH", 30 ], [ "GRAB", 7 ] ], + "death_function": [ "SMOKEBURST", "NORMAL" ], + "upgrades": { "half_life": 21, "into_group": "GROUP_ZOMBIE_BRUTE" }, + "flags": [ "SEES", "HEARS", "STUMBLES", "POISON", "BLEED", "NO_BREATHE", "REVIVES", "REVIVES_HEALTHY", "NO_NECRO", "FILTHY" ] + }, + { + "id": "mon_zombie_scorched", + "type": "MONSTER", + "name": "scorched zombie", + "description": "Heavily burned zombie that still reeks of charred flesh. Its flesh has mended into a leathery shell.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 40, + "speed": 60, + "material": [ "flesh" ], + "symbol": "Z", + "color": "i_brown", + "aggression": 100, + "morale": 100, + "melee_skill": 2, + "melee_dice": 2, + "melee_dice_sides": 2, + "melee_cut": 0, + "armor_bash": 2, + "armor_cut": 9, + "armor_acid": 3, + "armor_fire": 15, + "vision_day": 10, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "GRAB", 7 ] ], + "death_function": [ "SMOKEBURST", "NORMAL" ], + "upgrades": { "half_life": 14, "into_group": "GROUP_ZOMBIE_UPGRADE" }, + "flags": [ "SEES", "HEARS", "STUMBLES", "POISON", "BLEED", "NO_BREATHE", "REVIVES", "REVIVES_HEALTHY", "NO_NECRO", "FILTHY" ] + } +] diff --git a/data/json/monsters/zed_children.json b/data/json/monsters/zed_children.json index 80760292b6af5..343afb2dbd017 100644 --- a/data/json/monsters/zed_children.json +++ b/data/json/monsters/zed_children.json @@ -81,52 +81,6 @@ "FILTHY" ] }, - { - "id": "mon_zombie_child_scorched", - "type": "MONSTER", - "name": "zombie kinderling", - "description": "A tiny charred body, jumping and kicked and flailing around in a mockery of playground exercise. It does not need a face for you to feel bad about killing it.", - "default_faction": "zombie", - "bodytype": "human", - "species": [ "ZOMBIE" ], - "diff": 2, - "volume": "62500 ml", - "weight": "81500 g", - "hp": 35, - "speed": 90, - "material": [ "flesh" ], - "symbol": "z", - "color": "i_brown", - "aggression": 100, - "morale": 100, - "melee_skill": 2, - "melee_dice": 1, - "melee_dice_sides": 3, - "melee_cut": 5, - "armor_bash": 4, - "armor_cut": 5, - "armor_acid": 3, - "armor_fire": 15, - "vision_day": 25, - "vision_night": 3, - "harvest": "zombie", - "death_function": [ "NORMAL" ], - "upgrades": { "half_life": 14, "into_group": "GROUP_CHILD_ZOMBIE_UPGRADE" }, - "flags": [ - "SEES", - "HEARS", - "STUMBLES", - "POISON", - "GRABS", - "NO_BREATHE", - "REVIVES", - "REVIVES_HEALTHY", - "NO_NECRO", - "GUILT", - "CLIMBS", - "FILTHY" - ] - }, { "id": "mon_zombie_creepy", "type": "MONSTER", diff --git a/data/json/monsters/zed_electric.json b/data/json/monsters/zed_electric.json new file mode 100644 index 0000000000000..d18d60ce96ae8 --- /dev/null +++ b/data/json/monsters/zed_electric.json @@ -0,0 +1,174 @@ +[ + { + "id": "mon_zombie_brute_shocker", + "type": "MONSTER", + "name": "shocker brute", + "description": "A huge beast covered in visible scarring from what you can only guess was 'research'. Being near it, you can hear a slight humming, like that of an electrical transformer.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 10, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 275, + "speed": 110, + "material": [ "flesh" ], + "symbol": "Z", + "color": "white_cyan", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 3, + "melee_dice_sides": 4, + "melee_damage": [ { "damage_type": "electric", "amount": 4 } ], + "melee_cut": 2, + "armor_bash": 3, + "armor_cut": 8, + "vision_night": 3, + "luminance": 16, + "harvest": "CBM_SUBS", + "special_attacks": [ [ "SHOCKSTORM", 15 ], [ "SMASH", 30 ] ], + "special_when_hit": [ "ZAPBACK", 75 ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ELECTRIC", + "NO_BREATHE", + "REVIVES", + "FILTHY" + ] + }, + { + "id": "mon_zombie_electric", + "type": "MONSTER", + "name": "shocker zombie", + "description": "A human body with pale blue flesh, crackling with electrical energy.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 10, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 85, + "speed": 105, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_cyan", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 1, + "melee_dice_sides": 3, + "melee_damage": [ { "damage_type": "electric", "amount": 8 } ], + "melee_cut": 0, + "dodge": 2, + "luminance": 8, + "harvest": "CBM_CIV", + "special_attacks": [ [ "SHOCKSTORM", 25 ] ], + "special_when_hit": [ "ZAPBACK", 100 ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "upgrades": { "half_life": 28, "into_group": "GROUP_ZOMBIE_ELECTRIC_UPGRADE" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ELECTRIC", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_nullfield", + "type": "MONSTER", + "name": "incandescent husk", + "description": "This once-human is visible only as a glowing white silhouette that you have to squint to see, cloaked in a crackling field of lightning that pulses like a beating heart. It walks slowly and deliberately, the thunderstorm surrounding it eagerly jumping to anything conductive within its grasp.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 200, + "speed": 50, + "//": "slow walk speed - intimidating!", + "material": [ "flesh" ], + "symbol": "Z", + "color": "i_cyan", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 1, + "melee_dice_sides": 2, + "//": "melee damage is quite weak since the shockfield around it is its most dangerous function", + "melee_damage": [ { "damage_type": "electric", "amount": 6 } ], + "vision_night": 3, + "luminance": 16, + "harvest": "CBM_SUBS", + "emit_fields": [ "emit_shock_cloud" ], + "special_when_hit": [ "ZAPBACK", 75 ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "WARM", "POISON", "ELECTRIC", "NO_BREATHE", "REVIVES", "ELECTRIC_FIELD", "FILTHY" ] + }, + { + "id": "mon_zombie_static", + "type": "MONSTER", + "name": "zapper zombie", + "description": "A very pale dead body with the worst case of static hair you have ever seen. Sometimes, you can see sparks of electricity around it.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 60, + "speed": 75, + "material": [ "flesh" ], + "symbol": "Z", + "color": "white", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 1, + "melee_dice_sides": 2, + "melee_damage": [ { "damage_type": "electric", "amount": 4 } ], + "melee_cut": 0, + "dodge": 2, + "luminance": 4, + "harvest": "zombie", + "special_when_hit": [ "ZAPBACK", 100 ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "upgrades": { "half_life": 8, "into": "mon_zombie_electric" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "ELECTRIC", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + } +] diff --git a/data/json/monsters/zed_explosive.json b/data/json/monsters/zed_explosive.json index 30474ae699764..11750b3a20aa4 100644 --- a/data/json/monsters/zed_explosive.json +++ b/data/json/monsters/zed_explosive.json @@ -1,4 +1,168 @@ [ + { + "id": "mon_boomer", + "type": "MONSTER", + "name": "boomer", + "description": "A rotund human body, bloated beyond belief and layered in rolls of fat. It emits a horrible odor, and a putrid pink sludge dribbles from its mouth.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "92500 ml", + "weight": "120 kg", + "hp": 40, + "speed": 55, + "material": [ "flesh" ], + "symbol": "Z", + "color": "pink", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "vision_night": 3, + "harvest": "exempt", + "special_attacks": [ [ "BOOMER", 20 ], [ "scratch", 20 ] ], + "death_drops": "default_zombie_items", + "death_function": [ "BOOMER" ], + "upgrades": { "half_life": 14, "into": "mon_boomer_huge" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "BILE_BLOOD", + "PUSH_MON", + "PATH_AVOID_DANGER_1", + "FILTHY" + ] + }, + { + "id": "mon_boomer_huge", + "type": "MONSTER", + "name": "huge boomer", + "description": "This boomer, normally swollen and ready to burst, has strengthened and solidified. The bile dribbling from its mouth also appears to have changed…", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "92500 ml", + "weight": "120 kg", + "hp": 110, + "speed": 85, + "material": [ "flesh" ], + "symbol": "Z", + "color": "pink_white", + "aggression": 100, + "morale": 100, + "melee_skill": 1, + "melee_dice": 3, + "melee_dice_sides": 3, + "melee_cut": 0, + "armor_bash": 5, + "armor_cut": 5, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "BOOMER_GLOW", 20 ], [ "scratch", 20 ] ], + "death_drops": "default_zombie_items", + "death_function": [ "BOOMER_GLOW" ], + "flags": [ + "SEES", + "GOODHEARING", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "BILE_BLOOD", + "PUSH_MON", + "PATH_AVOID_DANGER_1", + "FILTHY" + ] + }, + { + "id": "mon_gas_zombie", + "type": "MONSTER", + "name": "gasoline zombie", + "description": "A huge bloated zombie that appears to have fed upon gasoline; fumes and flames escape from its mouth and fuel leaks from its waddling form.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "102500 ml", + "weight": "160 kg", + "hp": 90, + "speed": 25, + "material": [ "flesh" ], + "symbol": "Z", + "color": "dark_gray_red", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "vision_night": 3, + "luminance": 8, + "harvest": "exempt", + "special_attacks": [ [ "scratch", 20 ] ], + "death_drops": "default_zombie_items", + "death_function": [ "CONFLAGRATION" ], + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "DRIPS_GASOLINE", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_gasbag", + "type": "MONSTER", + "name": "bloated zombie", + "description": "With its gray skin swollen to near rupture with putrid gas, this cyst covered zombie looks like it could violently burst under the slightest of disturbances.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 15, + "speed": 80, + "material": [ "flesh" ], + "symbol": "Z", + "color": "magenta_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "vision_night": 3, + "harvest": "exempt", + "emit_fields": [ "emit_toxic_leak" ], + "special_attacks": [ [ "SUICIDE", 20 ], [ "scratch", 15 ] ], + "death_drops": "default_zombie_items", + "death_function": [ "GAS" ], + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FILTHY" ] + }, { "//": "Heads up: these zombies are pending removal sometime before 0.E.", "id": "mon_zombie_grenadier", diff --git a/data/json/monsters/zed_fusion.json b/data/json/monsters/zed_fusion.json new file mode 100644 index 0000000000000..43a594d0c5f19 --- /dev/null +++ b/data/json/monsters/zed_fusion.json @@ -0,0 +1,234 @@ +[ + { + "id": "mon_crawler", + "type": "MONSTER", + "name": "crawler", + "description": "A conglomeration of human parts fused together in a horrible mishmash of function, slowly dragging its eldritch body across the ground.", + "default_faction": "mutant", + "species": [ "ABERRATION" ], + "volume": "92500 ml", + "weight": "120 kg", + "hp": 180, + "speed": 80, + "material": [ "flesh" ], + "symbol": "H", + "color": "red", + "aggression": 40, + "morale": 40, + "melee_skill": 9, + "melee_dice": 2, + "melee_dice_sides": 6, + "melee_cut": 0, + "dodge": 1, + "armor_bash": 8, + "harvest": "zombie_leather", + "fear_triggers": [ "HURT", "FIRE" ], + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "HUMAN" ] + }, + { + "id": "mon_devourer", + "type": "MONSTER", + "name": "dissoluted devourer", + "description": "Human bodies fused together into a colossus with heads and limbs sticking out of its bloated body. You may have trouble estimating its healthiness and its capabilities might change.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 8, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 112, + "speed": 60, + "material": [ "flesh" ], + "symbol": "Z", + "color": "dark_gray_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 3, + "melee_dice_sides": 3, + "melee_cut": 0, + "armor_bash": 5, + "armor_cut": 5, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "GRAB", 7 ], [ "scratch", 20 ], [ "ZOMBIE_FUSE", 80 ] ], + "death_drops": { + "subtype": "collection", + "groups": [ "default_zombie_death_drops", "default_zombie_death_drops", "default_zombie_death_drops" ] + }, + "death_function": [ "NORMAL" ], + "regenerates": 1, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "BILE_BLOOD", + "PUSH_MON", + "PATH_AVOID_DANGER_1", + "FILTHY" + ] + }, + { + "id": "mon_zombie_crushed_giant", + "type": "MONSTER", + "name": "trapped tendril", + "description": "A great tendril of mutated flesh and sharpened bone. Emergent from a crevice in the ruined floor, hundreds of human limbs seek freedom and writhe incessantly from underneath its grotesque carapace. As enormous as it may already be, you feel certain that this is just part of a creature much bigger, for when it moves, you can feel this whole ruin tremble, as if an unseen giant struggled against the weight of its concrete tomb.", + "default_faction": "zombie", + "volume": "875000 ml", + "weight": "200 kg", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 35, + "hp": 500, + "speed": 100, + "material": [ "flesh" ], + "symbol": "S", + "color": "red_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 7, + "melee_dice": 6, + "melee_dice_sides": 4, + "melee_cut": 10, + "vision_day": 60, + "vision_night": 60, + "armor_bash": 10, + "armor_cut": 20, + "harvest": "exempt", + "special_attacks": [ [ "FLESH_TENDRIL", 1 ] ], + "death_function": [ "GAS" ], + "flags": [ "SEES", "HEARS", "SMELLS", "IMMOBILE", "WARM", "POISON", "IMMOBILE", "NO_BREATHE", "FILTHY" ] + }, + { + "id": "mon_zombie_gasbag_immobile", + "type": "MONSTER", + "name": { "str": "gangrenous flesh", "str_pl": "gangrenous flesh" }, + "description": "Immobile from grievous wounds, its gray skin has bloated to near rupture with putrid gas. Between lumps of unrecognizable gore, a human head lamely follows your walking with empty, black eyes.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 5, + "speed": 80, + "material": [ "flesh" ], + "symbol": "o", + "color": "magenta_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "vision_night": 3, + "harvest": "exempt", + "special_attacks": [ [ "SUICIDE", 20 ] ], + "death_drops": "default_zombie_items", + "upgrades": { "half_life": 8, "into": "mon_zombie_gasbag_crawler" }, + "death_function": [ "GAS" ], + "flags": [ "SEES", "HEARS", "SMELLS", "IMMOBILE", "WARM", "POISON", "NO_BREATHE", "FILTHY" ] + }, + { + "id": "mon_zombie_gasbag_crawler", + "type": "MONSTER", + "name": "gangrenous crawler", + "description": "A nightmarish spidery abomination, born from human gore. It deftly crawls between walls and ceiling with limbs grown from its own disjointed ribs.", + "default_faction": "zombie", + "bodytype": "spider", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 15, + "speed": 90, + "material": [ "flesh" ], + "symbol": "W", + "color": "magenta_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 2, + "armor_bash": 6, + "armor_cut": 6, + "vision_night": 50, + "harvest": "exempt", + "special_attacks": [ { "type": "leap", "cooldown": 5, "max_range": 5, "allow_no_target": true }, [ "scratch", 5 ] ], + "death_function": [ "GAS" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "POISON", "CLIMBS", "NO_BREATHE", "CLIMBS", "HARDTOSHOOT" ] + }, + { + "id": "mon_zombie_gasbag_impaler", + "type": "MONSTER", + "name": "gangrenous impaler", + "description": "A corpse hideously twisted into an insect-like form. A hollow tendril reaches out from its open thorax.", + "default_faction": "zombie", + "bodytype": "spider", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 14, + "volume": "30000 ml", + "weight": "40750 g", + "hp": 30, + "speed": 12, + "material": [ "flesh" ], + "symbol": "w", + "color": "yellow_yellow", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "vision_night": 30, + "armor_bash": 6, + "armor_cut": 6, + "harvest": "exempt", + "starting_ammo": { "barb_paralysis": 100 }, + "special_attacks": [ + { + "type": "gun", + "cooldown": 2, + "gun_type": "barb_launcher", + "ranges": [ [ 2, 12, "DEFAULT" ] ], + "description": "The impaler launches a barb!" + }, + { "type": "leap", "cooldown": 15, "max_range": 2, "allow_no_target": true }, + [ "scratch", 5 ] + ], + "death_function": [ "GAS" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "POISON", "CLIMBS", "NO_BREATHE", "CLIMBS", "HARDTOSHOOT" ] + }, + { + "id": "mon_zombie_living_wall", + "type": "MONSTER", + "name": "flesh wall", + "description": "A great lump of mutated flesh. It resembles the innards of some gigantic creature and is covered in a grid of diminutive veins.", + "default_faction": "zombie", + "volume": "875000 ml", + "weight": "200 kg", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 1, + "hp": 3, + "speed": 100, + "material": [ "flesh" ], + "symbol": "#", + "color": "red_yellow", + "morale": 10, + "vision_day": 60, + "vision_night": 60, + "armor_bash": 50, + "armor_cut": 25, + "harvest": "exempt", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "SMELLS", "IMMOBILE", "WARM", "POISON", "IMMOBILE", "NO_BREATHE", "FILTHY" ] + } +] diff --git a/data/json/monsters/zed_misc.json b/data/json/monsters/zed_misc.json new file mode 100644 index 0000000000000..67a8f5493cc88 --- /dev/null +++ b/data/json/monsters/zed_misc.json @@ -0,0 +1,1163 @@ +[ + { + "id": "mon_zombie_biter", + "type": "MONSTER", + "name": "slavering biter", + "description": "A distorted and swollen human body. Its jaws have elongated into a crocodile like snout, dripping with foul smelling saliva.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 100, + "speed": 110, + "material": [ "flesh" ], + "symbol": "Z", + "color": "cyan_green", + "aggression": 100, + "morale": 100, + "melee_skill": 6, + "melee_dice": 4, + "melee_dice_sides": 6, + "melee_cut": 4, + "dodge": 3, + "armor_bash": 5, + "armor_cut": 2, + "vision_day": 15, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ + { + "type": "bite", + "cooldown": 4, + "accuracy": 5, + "damage_max_instance": [ + { "damage_type": "stab", "amount": 10, "armor_multiplier": 0.3 }, + { "damage_type": "bash", "amount": 10, "armor_multiplier": 0.3 } + ] + }, + [ "GRAB", 4 ] + ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "KEENNOSE", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "GRABS", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_brainless", + "type": "MONSTER", + "name": "brainless zombie", + "//": "This is the brainless zombie. Has nohead flag to reflect the head is already catastrophically damaged. Only detects through hearing.", + "description": "A zombie like any other, except that its features and skull have been devastated. It's unclear what caused the damage, but between the scraps of flesh you can see that its face and brain are gone, though its ears are intact.", + "default_faction": "zombie", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "61875 ml", + "weight": "78200 g", + "//": "Weight and volume reduced to reflect missing head parts. Based on average headsize/weight, but are not exact.", + "hp": 60, + "//": "Lower hp to reflect previous damage. Plus they're virtually useless so might as well make them a quick kill.", + "speed": 65, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 0, + "vision_day": 2, + "vision_night": 0, + "harvest": "zombie", + "special_attacks": [ [ "GRAB", 7 ], [ "scratch", 20 ] ], + "//": "Removed Bite attack to reflect damage to mouth.", + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 8, "into": "mon_zombie_ears" }, + "flags": [ + "HEARS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "NOHEAD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_brute", + "type": "MONSTER", + "name": "zombie brute", + "description": "Its entire body bulges with distended muscles and swollen, festering wounds.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 120, + "speed": 105, + "material": [ "flesh" ], + "symbol": "Z", + "color": "red", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 3, + "melee_dice_sides": 8, + "melee_cut": 2, + "armor_bash": 4, + "armor_cut": 6, + "vision_night": 4, + "harvest": "zombie", + "special_attacks": [ [ "SMASH", 30 ], [ "GRAB", 7 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_fiend", + "upgrades": { "half_life": 21, "into_group": "GROUP_ZOMBIE_BRUTE" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "PUSH_VEH", + "FILTHY" + ] + }, + { + "id": "mon_zombie_brute_grappler", + "type": "MONSTER", + "name": "zombie wrestler", + "description": "A slab of festering muscle the size of a well-toned bodybuilder. Seems eager to strangle the life from you.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 280, + "speed": 95, + "material": [ "flesh" ], + "symbol": "Z", + "color": "red_white", + "aggression": 100, + "morale": 100, + "melee_skill": 7, + "melee_dice": 3, + "melee_dice_sides": 8, + "melee_cut": 1, + "dodge": 3, + "armor_bash": 10, + "armor_cut": 14, + "armor_stab": 8, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "SMASH", 30 ], [ "BIO_OP_TAKEDOWN", 20 ], [ "RANGED_PULL", 20 ], [ "GRAB_DRAG", 10 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_fiend", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "PUSH_VEH", + "FILTHY" + ] + }, + { + "id": "mon_zombie_brute_ninja", + "type": "MONSTER", + "name": "zombie nightstalker", + "description": "Somehow this brute hides in the dark like some kind of boogeyman. Very agile for such a large zombie.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 200, + "speed": 90, + "material": [ "flesh" ], + "symbol": "Z", + "color": "dark_gray_red", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 4, + "melee_dice_sides": 4, + "melee_cut": 4, + "dodge": 4, + "armor_bash": 8, + "armor_cut": 5, + "vision_day": 5, + "vision_night": 40, + "harvest": "zombie", + "special_attacks": [ [ "SMASH", 40 ], [ "STRETCH_ATTACK", 20 ], [ "LONGSWIPE", 20 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_fiend", + "flags": [ + "SEES", + "HEARS", + "GOODHEARING", + "SMELLS", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "PUSH_VEH", + "NIGHT_INVISIBILITY", + "FILTHY" + ] + }, + { + "id": "mon_zombie_ears", + "type": "MONSTER", + "name": "listener zombie", + "//": "Upgraded version of brainless. Regenerating Skull with huge ears.", + "description": "The head of this zombie was once obviously destroyed, the gaps in its scraps of face now filling with a peculiar gray goo. Human ears hang from the sides, enormous and unsettling. Thin slits at the front suggest it may be able to see.", + "default_faction": "zombie", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62275 ml", + "weight": "79800 g", + "//": "Weight and volume changed to reflect a (mostly) lack of head.", + "hp": 90, + "speed": 70, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "vision_day": 7, + "vision_night": 4, + "harvest": "zombie", + "special_attacks": [ [ "GRAB", 6 ], [ "scratch", 20 ] ], + "//": "Removed Bite as this creature does not have a 'mouth'.", + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 28, "into": "mon_zombie_skull" }, + "flags": [ + "HEARS", + "GOODHEARING", + "SEES", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "NOHEAD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_grabber", + "type": "MONSTER", + "name": "grabber zombie", + "description": "A deformed human body, once living. Its arms dangle from its sides like the limbs of some skinless ape, mindlessly groping at their surroundings.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 95, + "speed": 80, + "material": [ "flesh" ], + "symbol": "Z", + "color": "cyan", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "dodge": 1, + "vision_day": 30, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 20 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 14, "into_group": "GROUP_ZOMBIE_GRAB" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "GRABS", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_grappler", + "type": "MONSTER", + "name": "grappler zombie", + "description": "An undead humanoid, its elongated arms drag along the ground as it moves. It looks to almost have a hunch from the swollen back and shoulder muscles tearing though its skin.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 110, + "speed": 85, + "material": [ "flesh" ], + "symbol": "Z", + "color": "cyan_white", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 4, + "melee_dice_sides": 5, + "melee_cut": 0, + "dodge": 2, + "vision_day": 30, + "vision_night": 5, + "harvest": "zombie", + "special_attacks": [ [ "RANGED_PULL", 20 ], [ "GRAB_DRAG", 3 ], { "type": "bite", "cooldown": 5 } ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_hollow", + "type": "MONSTER", + "name": "zombie hollow", + "description": "Black hollow eyes survey the surroundings as the zombie stretches and bends in ways that whoever the original body belonged to never could. The only thing that seems solid, on this flexible black-veined body, is the rows of sharp black teeth. You get the feeling that the only human thing remaining is the skin, worn as one would wear clothes.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 100, + "speed": 70, + "material": [ "flesh" ], + "symbol": "Z", + "color": "black_white", + "aggression": 100, + "morale": 100, + "melee_skill": 6, + "melee_dice": 2, + "melee_dice_sides": 6, + "melee_cut": 4, + "dodge": 4, + "armor_bash": 8, + "armor_cut": 4, + "armor_stab": 10, + "vision_day": 30, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "STRETCH_BITE", 10 ], [ "STRETCH_ATTACK", 5 ] ], + "death_function": [ "BLOBSPLIT" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "FILTHY" ] + }, + { + "id": "mon_zombie_hulk", + "type": "MONSTER", + "name": "zombie hulk", + "description": "A human body now swollen to the size of six men, with arms as wide as a trash can.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 5, + "volume": "875000 ml", + "weight": "200 kg", + "hp": 480, + "speed": 130, + "material": [ "flesh" ], + "symbol": "Z", + "color": "white_magenta", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 4, + "melee_dice_sides": 8, + "melee_cut": 0, + "armor_bash": 8, + "armor_cut": 12, + "vision_day": 50, + "vision_night": 4, + "harvest": "zombie", + "special_attacks": [ [ "SMASH", 20 ] ], + "death_drops": "mon_zombie_hulk_death_drops", + "death_function": [ "NORMAL" ], + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "DESTROYS", + "POISON", + "ATTACKMON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "PUSH_VEH", + "FILTHY" + ] + }, + { + "id": "mon_zombie_hunter", + "type": "MONSTER", + "name": "feral hunter", + "description": "This once-human body is barely recognizable, scrambling about on all fours, its nails and teeth both sharpened into dangerous looking spikes.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 90, + "speed": 110, + "material": [ "flesh" ], + "symbol": "Z", + "color": "brown", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 2, + "dodge": 3, + "vision_night": 5, + "harvest": "zombie", + "special_attacks": [ + { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 12 } ] }, + { "type": "leap", "cooldown": 5, "max_range": 5 }, + { + "type": "bite", + "cooldown": 10, + "damage_max_instance": [ { "damage_type": "stab", "amount": 12, "armor_multiplier": 0.7 } ] + } + ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 28, "into": "mon_zombie_predator" }, + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "REVIVES", "CLIMBS", "PUSH_MON", "FILTHY" ] + }, + { + "id": "mon_zombie_jackson", + "type": "MONSTER", + "name": "Thriller", + "description": "And though you fight to stay alive,\nYour body starts to shiver.\nFor no mere mortal can resist,\nThe evil of the thriller.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 100, + "speed": 100, + "material": [ "flesh" ], + "symbol": "Z", + "color": "dark_gray_red", + "aggression": 2, + "morale": 100, + "melee_skill": 9, + "melee_dice": 1, + "melee_dice_sides": 5, + "melee_cut": 0, + "dodge": 6, + "armor_bash": 2, + "armor_cut": 2, + "vision_day": 50, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "JACKSON", 0 ] ], + "death_drops": "jackson_drops", + "death_function": [ "JACKSON" ], + "flags": [ "SEES", "SMELLS", "WARM", "BASHES", "BLEED", "NO_BREATHE", "POISON", "FILTHY" ] + }, + { + "id": "mon_zombie_mancroc", + "type": "MONSTER", + "name": "zombie snapper", + "description": "With a crocodile-like snout and rows of protruding teeth, this swimwear-clad zombie lurks in the water.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 120, + "speed": 100, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_green_cyan", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 3, + "melee_dice_sides": 5, + "melee_cut": 6, + "dodge": 2, + "armor_bash": 8, + "armor_cut": 10, + "vision_day": 25, + "vision_night": 5, + "harvest": "zombie", + "special_attacks": [ + { + "type": "bite", + "cooldown": 10, + "accuracy": 6, + "damage_max_instance": [ + { "damage_type": "stab", "amount": 8, "armor_multiplier": 0.3 }, + { "damage_type": "bash", "amount": 16, "armor_multiplier": 0.3 } + ] + }, + [ "GRAB", 20 ], + [ "GRAB_DRAG", 10 ] + ], + "death_drops": "mon_zombie_swimmer_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "GRABS", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "SWIMS", + "FILTHY" + ] + }, + { + "id": "mon_zombie_master", + "type": "MONSTER", + "name": "zombie master", + "description": "Once human, its features have tightened, its lips pulled back into an unnatural grin, revealing rows of blackened teeth beneath its large, piercing eyes. It stands tall and its movements are fluid and tightly controlled. A feeling of danger permeates the air around it, and the light that falls on it seems somehow harsher and more glaring.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 20, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 180, + "speed": 90, + "material": [ "flesh" ], + "symbol": "Z", + "color": "pink_red", + "aggression": 5, + "morale": 100, + "melee_skill": 5, + "melee_dice": 2, + "melee_dice_sides": 6, + "melee_cut": 0, + "dodge": 4, + "armor_bash": 2, + "armor_cut": 2, + "vision_day": 50, + "vision_night": 5, + "harvest": "zombie", + "path_settings": { "max_dist": 10 }, + "special_attacks": [ [ "UPGRADE", 10 ] ], + "anger_triggers": [ "HURT", "PLAYER_CLOSE", "PLAYER_WEAK" ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "WARM", + "BASHES", + "POISON", + "NO_BREATHE", + "REVIVES", + "PATH_AVOID_DANGER_2", + "PRIORITIZE_TARGETS", + "FILTHY" + ] + }, + { + "id": "mon_zombie_necro", + "type": "MONSTER", + "name": "zombie necromancer", + "description": "A twisted mockery of the human form, emaciated, with jet black skin and glowing red eyes. It is somehow painful to look at, awakening fears deep within your psyche, and even the air around it seems more sinister, somehow darker and more dangerous.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 20, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 100, + "speed": 100, + "material": [ "flesh" ], + "symbol": "Z", + "color": "dark_gray", + "aggression": 5, + "morale": 100, + "melee_skill": 4, + "melee_dice": 3, + "melee_dice_sides": 6, + "melee_cut": 2, + "dodge": 2, + "vision_day": 50, + "vision_night": 5, + "harvest": "zombie", + "path_settings": { "max_dist": 10 }, + "special_attacks": [ [ "RESURRECT", 0 ] ], + "anger_triggers": [ "HURT", "PLAYER_CLOSE", "PLAYER_WEAK" ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "POISON", + "NO_BREATHE", + "REVIVES", + "PATH_AVOID_DANGER_1", + "PRIORITIZE_TARGETS", + "FILTHY" + ] + }, + { + "id": "mon_zombie_runner", + "type": "MONSTER", + "name": "feral runner", + "description": "This recently-risen body moves quickly, darting its head back and forth and gnawing at its hands.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 70, + "speed": 105, + "material": [ "flesh" ], + "symbol": "Z", + "color": "brown_white", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 4, + "melee_dice_sides": 3, + "melee_cut": 1, + "dodge": 1, + "vision_night": 3, + "harvest": "zombie", + "path_settings": { "max_dist": 4 }, + "special_attacks": [ + [ "scratch", 10 ], + { + "type": "bite", + "cooldown": 5, + "damage_max_instance": [ { "damage_type": "stab", "amount": 10, "armor_multiplier": 0.7 } ] + } + ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 20, "into": "mon_zombie_hunter" }, + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "REVIVES", "PUSH_MON", "FILTHY" ] + }, + { + "id": "mon_zombie_predator", + "type": "MONSTER", + "name": "feral predator", + "description": "With its joints in odd places and angles, this humanoid creature prowls across the landscape with surprising speed. Its teeth and arms are sharpened into fine points, and black ooze seeps out from cuts between its muscles.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 90, + "speed": 140, + "material": [ "flesh" ], + "symbol": "Z", + "color": "brown_green", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 4, + "melee_dice_sides": 4, + "melee_cut": 5, + "dodge": 5, + "armor_bash": 5, + "armor_cut": 5, + "vision_day": 45, + "vision_night": 15, + "harvest": "zombie", + "path_settings": { "max_dist": 5 }, + "special_attacks": [ + { "type": "leap", "cooldown": 10, "max_range": 8, "min_consider_range": 3, "max_consider_range": 7 }, + { + "type": "bite", + "cooldown": 10, + "damage_max_instance": [ { "damage_type": "stab", "amount": 10, "armor_multiplier": 0.2 } ] + }, + { "id": "impale" } + ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "REVIVES", "PUSH_MON", "FILTHY" ] + }, + { + "id": "mon_zombie_screecher", + "type": "MONSTER", + "name": "screecher zombie", + "description": "A thin corpse, its chest is swollen in what appears to be preparation. A thick black ooze drips from its open mouth.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 85, + "speed": 100, + "material": [ "flesh" ], + "symbol": "Z", + "color": "magenta_cyan", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 3, + "melee_dice_sides": 4, + "melee_cut": 5, + "dodge": 2, + "vision_day": 50, + "vision_night": 8, + "harvest": "zombie", + "special_attacks": [ [ "SHRIEK_ALERT", 20 ], [ "SHRIEK_STUN", 1 ], [ "scratch", 20 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ "SEES", "KEENNOSE", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "FILTHY" ] + }, + { + "id": "mon_zombie_shady", + "type": "MONSTER", + "name": "shady zombie", + "description": "An uncanny shadow envelops this creature, as if light itself were too repulsed to touch it. All you can make out is its shambling, human shaped outline.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 80, + "speed": 70, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_gray", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 0, + "vision_day": 3, + "vision_night": 40, + "harvest": "zombie", + "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "GRAB", 7 ], [ "scratch", 20 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "NIGHT_INVISIBILITY", + "FILTHY" + ] + }, + { + "id": "mon_shia", + "type": "MONSTER", + "name": { "str": "Shia LaBeouf", "str_pl": "Shia LaBeouf" }, + "description": "Living in the woods,\nkilling for sport,\neating all the bodies,\nactual cannibal Shia LaBeouf.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 50, + "speed": 110, + "material": [ "flesh" ], + "symbol": "@", + "color": "red", + "aggression": 100, + "morale": 100, + "melee_skill": 9, + "melee_dice": 3, + "melee_dice_sides": 6, + "melee_cut": 6, + "dodge": 4, + "vision_day": 30, + "vision_night": 10, + "harvest": "human", + "special_attacks": [ [ "BRANDISH", 10 ] ], + "anger_triggers": [ "STALK", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE" ], + "fear_triggers": [ "FIRE" ], + "death_drops": { "groups": [ [ "shia_stuff", 1 ] ] }, + "death_function": [ "NORMAL" ], + "flags": [ + "SEES", + "HEARS", + "WARM", + "BASHES", + "POISON", + "BLEED", + "NO_BREATHE", + "PATH_AVOID_DANGER_2", + "PRIORITIZE_TARGETS", + "FILTHY" + ] + }, + { + "id": "mon_zombie_shrieker", + "type": "MONSTER", + "name": "shrieker zombie", + "description": "An elongated human body with a swollen chest and a gaping hole where its jaw used to be.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 60, + "speed": 95, + "material": [ "flesh" ], + "symbol": "Z", + "color": "magenta", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 4, + "melee_cut": 0, + "dodge": 1, + "vision_day": 50, + "vision_night": 4, + "harvest": "zombie", + "special_attacks": [ [ "SHRIEK", 10 ], [ "GRAB", 7 ], [ "scratch", 20 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 10, "into": "mon_zombie_screecher" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_skull", + "type": "MONSTER", + "name": "skull zombie", + "//": "Highest upgrade of brainless/ear zombie. Still immune to headshots, as there's nothing critical there.", + "description": "This creature's head is a hideous gray skull, formed of human bone fragments and some sort of goo. Jagged teeth are visible as the thing works its jaw and disturbingly human, lidless eyes stare at you from their sockets. The thing's fleshy ears are four sizes too large and droop under their own weight.", + "default_faction": "zombie", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 135, + "speed": 100, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_gray", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 4, + "melee_dice_sides": 4, + "melee_cut": 2, + "dodge": 1, + "armor_bash": 5, + "armor_cut": 3, + "vision_day": 25, + "vision_night": 5, + "harvest": "zombie", + "special_attacks": [ { "type": "bite", "cooldown": 5, "min_mul": 0.7 }, [ "GRAB", 6 ], [ "scratch", 15 ] ], + "death_drops": "default_zombie_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "HEARS", + "GOODHEARING", + "SEES", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "NOHEAD", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_smoker", + "type": "MONSTER", + "name": "smoker zombie", + "description": "A blackened and twisted naked human body, strips of flesh hang from its body, and it emits a constant haze of thick black smoke.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 75, + "speed": 110, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_gray", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 1, + "melee_dice_sides": 6, + "melee_cut": 2, + "dodge": 4, + "armor_fire": 5, + "vision_day": 50, + "vision_night": 3, + "harvest": "exempt", + "emit_fields": [ "emit_smoke_stream" ], + "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 15 ] ], + "death_function": [ "SMOKEBURST" ], + "flags": [ + "SEES", + "HEARS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "HARDTOSHOOT", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_swimmer", + "type": "MONSTER", + "name": "swimmer zombie", + "description": "A slick and glistening human body. Its hands and feet are webbed, and it is clad in swimwear.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 70, + "speed": 95, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_blue", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 6, + "melee_cut": 2, + "dodge": 2, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "GRAB", 7 ], [ "scratch", 20 ] ], + "death_drops": "mon_zombie_swimmer_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "upgrades": { "half_life": 28, "into": "mon_zombie_mancroc" }, + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "BASHES", + "GROUP_BASH", + "POISON", + "NO_BREATHE", + "BLEED", + "SWIMS", + "REVIVES", + "PUSH_MON", + "FILTHY" + ] + }, + { + "id": "mon_zombie_technician", + "type": "MONSTER", + "name": "zombie technician", + "description": "Still wearing its work clothes and hardhat, this zombie likely used to work on power lines or other electrical equipment.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 2, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 85, + "speed": 75, + "material": [ "flesh" ], + "symbol": "Z", + "color": "i_light_cyan", + "aggression": 70, + "morale": 100, + "melee_skill": 5, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 0, + "dodge": 1, + "armor_bash": 2, + "armor_cut": 2, + "vision_day": 15, + "vision_night": 2, + "harvest": "CBM_TECH", + "special_attacks": [ [ "PULL_METAL_WEAPON", 25 ], { "type": "bite", "cooldown": 20 } ], + "death_drops": "mon_zombie_technician_death_drops", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "FILTHY" ] + }, + { + "id": "mon_zombie_thorny", + "type": "MONSTER", + "name": "thorny shambler", + "description": "A shambling undead humanoid, body overgrown with a tangled mass of otherworldly vegetation. Hunched over and dragging its feet as it moves, the bramble utterly enveloping its upper half twitches and moves with a life of its own, tendrils tipped with a paralytic sting.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "PLANT" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 80, + "speed": 50, + "material": [ "veggy" ], + "symbol": "Z", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 3, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 4, + "armor_bash": 2, + "armor_cut": 4, + "vision_night": 5, + "harvest": "zombie_thorny", + "attack_effs": [ { "id": "paralyzepoison", "duration": 33 } ], + "special_attacks": [ [ "GRAB", 7 ], [ "scratch", 20 ], [ "PARA_STING", 30 ] ], + "death_drops": "mon_zombie_thorny_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "BASHES", + "GROUP_BASH", + "POISON", + "BLEED", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "FILTHY", + "PARALYZEVENOM" + ] + } +] diff --git a/data/json/monsters/zed_radiation.json b/data/json/monsters/zed_radiation.json new file mode 100644 index 0000000000000..7a8b4369b1f1b --- /dev/null +++ b/data/json/monsters/zed_radiation.json @@ -0,0 +1,165 @@ +[ + { + "id": "mon_charred_nightmare", + "type": "MONSTER", + "name": "charred nightmare", + "description": "Intense radiation has spurred a unique form of necrosis and regeneration, it is impossible to tell if this creature was ever human.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ABERRATION" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 120, + "speed": 95, + "material": [ "flesh" ], + "symbol": "N", + "color": "dark_gray_red", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 3, + "melee_dice_sides": 10, + "melee_cut": 2, + "dodge": 2, + "armor_bash": 6, + "armor_cut": 6, + "vision_day": 50, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "LONGSWIPE", 8 ], { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 21 } ] } ], + "death_drops": { "groups": [ [ "vault_wanderer", 1 ] ] }, + "death_function": [ "MELT" ], + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] + }, + { + "id": "mon_irradiated_wanderer_1", + "type": "MONSTER", + "name": "irradiated wanderer", + "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ABERRATION" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 90, + "speed": 80, + "material": [ "flesh" ], + "symbol": "W", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 6, + "melee_dice": 2, + "melee_dice_sides": 7, + "melee_cut": 1, + "dodge": 1, + "armor_bash": 4, + "armor_cut": 4, + "vision_day": 50, + "vision_night": 3, + "harvest": "zombie", + "special_attacks": [ [ "LUNGE", 20 ] ], + "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, + "death_function": [ "MELT" ], + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] + }, + { + "id": "mon_irradiated_wanderer_2", + "type": "MONSTER", + "name": "irradiated wanderer", + "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ABERRATION" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 90, + "speed": 88, + "material": [ "flesh" ], + "symbol": "W", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 6, + "melee_dice": 2, + "melee_dice_sides": 8, + "melee_cut": 1, + "dodge": 1, + "armor_bash": 5, + "armor_cut": 5, + "vision_day": 50, + "vision_night": 3, + "luminance": 8, + "harvest": "zombie", + "special_attacks": [ [ "LUNGE", 15 ] ], + "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, + "death_function": [ "MELT" ], + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] + }, + { + "id": "mon_irradiated_wanderer_3", + "type": "MONSTER", + "name": "irradiated wanderer", + "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ABERRATION" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 100, + "speed": 95, + "material": [ "flesh" ], + "symbol": "W", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 7, + "melee_dice": 3, + "melee_dice_sides": 6, + "melee_cut": 1, + "dodge": 1, + "armor_bash": 6, + "armor_cut": 6, + "vision_day": 50, + "vision_night": 3, + "luminance": 16, + "harvest": "zombie", + "special_attacks": [ [ "LUNGE", 10 ] ], + "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, + "death_function": [ "MELT" ], + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] + }, + { + "id": "mon_irradiated_wanderer_4", + "type": "MONSTER", + "name": "irradiated wanderer", + "description": "This rotting corpse seeps a glowing ooze from its lesions. A strange tattered jumpsuit marks it as an oddity across the wasteland.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ABERRATION" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 120, + "speed": 100, + "material": [ "flesh" ], + "symbol": "W", + "color": "light_green", + "aggression": 100, + "morale": 100, + "melee_skill": 8, + "melee_dice": 2, + "melee_dice_sides": 10, + "melee_cut": 1, + "dodge": 2, + "armor_bash": 8, + "armor_cut": 8, + "vision_day": 50, + "vision_night": 3, + "luminance": 32, + "harvest": "zombie", + "special_attacks": [ [ "LUNGE", 5 ] ], + "death_drops": { "groups": [ [ "vault_wanderer", 3 ] ] }, + "death_function": [ "MELT" ], + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "NOGIB", "POISON", "FILTHY" ] + } +] diff --git a/data/json/monsters/zed_skeletal.json b/data/json/monsters/zed_skeletal.json new file mode 100644 index 0000000000000..2621fc7800bae --- /dev/null +++ b/data/json/monsters/zed_skeletal.json @@ -0,0 +1,163 @@ +[ + { + "id": "mon_skeleton", + "type": "MONSTER", + "name": "skeleton", + "description": "A monstrous overgrowth of ossified tissue has replaced this zombie's rotting skin with an organic armor of dense bone. Large clumps of black goo seep from its joints as it shambles aimlessly, with sickening crackling sounds filling the air around it.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 30, + "speed": 60, + "material": [ "bone" ], + "symbol": "Z", + "color": "white", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 3, + "melee_dice_sides": 6, + "melee_cut": 4, + "dodge": 2, + "armor_cut": 15, + "armor_stab": 30, + "armor_acid": 3, + "vision_day": 30, + "vision_night": 3, + "harvest": "mr_bones", + "special_attacks": [ [ "scratch", 10 ], { "type": "bite", "cooldown": 5 } ], + "upgrades": { "half_life": 15, "into": "mon_skeleton_brute" }, + "death_drops": "default_zombie_clothes", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "BLEED", "HARDTOSHOOT", "REVIVES", "NO_BREATHE", "POISON", "FILTHY" ] + }, + { + "//": "Skelly brute gaps the evolution between normal and the juggernaut.", + "id": "mon_skeleton_brute", + "type": "MONSTER", + "name": "skeletal brute", + "description": "Distorted outgrowths of calcified bone plates cover this zombie's rotten skin. Joints and cracks around its body ooze with black goo.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "92500 ml", + "weight": "120 kg", + "hp": 175, + "speed": 60, + "material": [ "bone" ], + "symbol": "Z", + "color": "white", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 2, + "melee_dice_sides": 8, + "melee_cut": 10, + "dodge": 1, + "armor_cut": 30, + "armor_bash": 12, + "armor_acid": 1, + "vision_day": 35, + "vision_night": 3, + "harvest": "mr_bones", + "special_attacks": [ + [ "SMASH", 45 ], + { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 15, "armor_multiplier": 0.6 } ] } + ], + "upgrades": { "half_life": 12, "into": "mon_skeleton_hulk" }, + "death_drops": "default_zombie_clothes", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "BLEED", "HARDTOSHOOT", "REVIVES", "NO_BREATHE", "POISON", "FILTHY" ] + }, + { + "id": "mon_skeleton_electric", + "type": "MONSTER", + "name": "skeletal shocker", + "description": "Heavy, jagged bone plates have grown out of the surface of this zombie. Underneath, its flesh glows and crackles with the occasional jolt of electricity.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "diff": 15, + "volume": "62500 ml", + "weight": "81500 g", + "hp": 105, + "speed": 90, + "material": [ "bone" ], + "symbol": "Z", + "color": "blue_white", + "aggression": 100, + "morale": 100, + "melee_skill": 4, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 3, + "dodge": 2, + "luminance": 8, + "armor_cut": 15, + "armor_stab": 30, + "armor_acid": 3, + "vision_day": 30, + "vision_night": 3, + "harvest": "CBM_CIV", + "special_attacks": [ [ "scratch", 10 ], { "type": "bite", "cooldown": 5 }, [ "SHOCKSTORM", 25 ] ], + "death_drops": "default_zombie_clothes", + "death_function": [ "NORMAL" ], + "flags": [ "SEES", "HEARS", "BLEED", "ELECTRIC", "REVIVES", "NO_BREATHE", "POISON", "FILTHY" ] + }, + { + "id": "mon_skeleton_hulk", + "type": "MONSTER", + "name": "skeletal juggernaut", + "description": "This hideous golem of plated bones and misshapen flesh drags its heavy, pointed limbs behind it like an unwanted burden. Formerly soft and vulnerable, bones grew around its form to protect it - only, they kept growing. And growing. And growing.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE" ], + "diff": 5, + "volume": "875000 ml", + "weight": "200 kg", + "hp": 480, + "speed": 60, + "material": [ "bone" ], + "symbol": "Z", + "color": "white", + "aggression": 100, + "morale": 100, + "melee_skill": 5, + "melee_dice": 3, + "melee_dice_sides": 6, + "melee_cut": 15, + "armor_bash": 20, + "armor_cut": 45, + "vision_day": 50, + "vision_night": 4, + "harvest": "mr_bones", + "special_attacks": [ + [ "SMASH", 20 ], + [ "STRETCH_ATTACK", 20 ], + [ "LONGSWIPE", 20 ], + { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 23, "armor_multiplier": 0.8 } ] } + ], + "death_drops": "mon_zombie_hulk_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_fiend", + "flags": [ + "SEES", + "HEARS", + "STUMBLES", + "WARM", + "BASHES", + "DESTROYS", + "BLEED", + "POISON", + "ATTACKMON", + "NO_BREATHE", + "REVIVES", + "PUSH_MON", + "PUSH_VEH", + "HARDTOSHOOT", + "FILTHY" + ] + } +] diff --git a/data/json/monsters/zed_survivor.json b/data/json/monsters/zed_survivor.json index e11684b72e341..73a5ef7bf25eb 100644 --- a/data/json/monsters/zed_survivor.json +++ b/data/json/monsters/zed_survivor.json @@ -1,4 +1,44 @@ [ + { + "id": "mon_zombie_survivor", + "type": "MONSTER", + "name": "survivor zombie", + "description": "Still wearing the tattered remnants of improvised armor and weaponry, it is plain to see that this zombie was once a survivor like you.", + "default_faction": "zombie", + "bodytype": "human", + "species": [ "ZOMBIE", "HUMAN" ], + "volume": "62500 ml", + "weight": "81500 g", + "hp": 120, + "speed": 90, + "material": [ "flesh" ], + "symbol": "Z", + "color": "light_red_green", + "aggression": 75, + "morale": 100, + "melee_skill": 6, + "melee_dice": 4, + "melee_dice_sides": 6, + "melee_cut": 0, + "dodge": 3, + "armor_bash": 7, + "armor_cut": 7, + "armor_acid": 4, + "vision_day": 50, + "vision_night": 3, + "harvest": "zombie", + "path_settings": { "max_dist": 3 }, + "special_attacks": [ + [ "SHRIEK", 20 ], + { "type": "bite", "cooldown": 5, "min_mul": 1 }, + [ "GRAB", 7 ], + { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 16 } ] } + ], + "death_drops": "mon_zombie_survivor_death_drops", + "death_function": [ "NORMAL" ], + "burn_into": "mon_zombie_scorched", + "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "PUSH_MON", "FILTHY" ] + }, { "id": "mon_zombie_survivor_elite", "type": "MONSTER",