From 9c6e25579509e60d3319bc7d769fa0523c1518a2 Mon Sep 17 00:00:00 2001 From: DoctorBoomstick Date: Tue, 19 Apr 2022 07:41:39 +0200 Subject: [PATCH 1/7] Initial implementation, adds the zombie pluss fungal form. --- data/json/monster_special_attacks/spells.json | 17 ++++ data/json/monstergroups/zombie_upgrades.json | 1 + data/json/monsters/fungus_zombie.json | 96 ++++++++++++++++++- data/json/monsters/zed_children.json | 54 +++++++++++ 4 files changed, 167 insertions(+), 1 deletion(-) diff --git a/data/json/monster_special_attacks/spells.json b/data/json/monster_special_attacks/spells.json index 2f443ab047d32..3cb19531c10d5 100644 --- a/data/json/monster_special_attacks/spells.json +++ b/data/json/monster_special_attacks/spells.json @@ -171,6 +171,23 @@ "effect": "summon", "effect_str": "mon_spawn_raptor_shady" }, + { + "type": "SPELL", + "id": "big_fungal_raptor_spawn", + "name": { "str": "Summon Many Fungal Raptors" }, + "description": "Summons many fungal raptors.", + "flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT" ], + "valid_targets": [ "ground", "self" ], + "min_damage": 3, + "max_damage": 6, + "min_aoe": 4, + "max_aoe": 4, + "base_casting_time": 500, + "extra_effects": [ { "id": "spawning_zombie_die", "hit_self": true } ], + "shape": "blast", + "effect": "summon", + "effect_str": "mon_fungal_raptor" + }, { "type": "SPELL", "id": "spawning_zombie_die", diff --git a/data/json/monstergroups/zombie_upgrades.json b/data/json/monstergroups/zombie_upgrades.json index 22492f1ab2c99..4555fb3c769e1 100644 --- a/data/json/monstergroups/zombie_upgrades.json +++ b/data/json/monstergroups/zombie_upgrades.json @@ -137,6 +137,7 @@ { "monster": "mon_zombie_shriekling", "weight": 300 }, { "monster": "mon_zombie_creepy", "weight": 50 }, { "monster": "mon_zombie_snotgobbler", "weight": 300 }, + { "monster": "mon_zombie_wretch", "weight": 100 }, { "monster": "mon_zombie_waif", "weight": 200 } ] }, diff --git a/data/json/monsters/fungus_zombie.json b/data/json/monsters/fungus_zombie.json index b130022e4b397..98c9a845a8e6a 100644 --- a/data/json/monsters/fungus_zombie.json +++ b/data/json/monsters/fungus_zombie.json @@ -261,5 +261,99 @@ "death_function": { "effect": { "id": "death_fungus", "hit_self": true } }, "burn_into": "mon_zombie_scorched", "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "PUSH_MON", "FILTHY" ] + }, + { + "id": "mon_fungal_wretch", + "type": "MONSTER", + "name": { "str": "fungal wretch" }, + "description": "Were it not for the head, its orifices sealed by clumps of fungal growth, which limply crowns this massively swollen corpse, it’d be impossible to tell that this was once a human, let alone a child or adolescent. The beast’s skin, stretched to paper-thin levels by what you can only assume to be lighter than air decomposition caused gasses built up within it, has turned into a spongy fungal covering with intermittent hair-line cracks which let out spores. Like a nightmarish balloon the abomination is suspended off the floor with a faint glow emanating from within its guts, more than likely a result of the burning putrid gasses which keep it afloat. At irregular intervals, you can see it’s form bulge and shift, a hint of something moving within it’s mass.", + "default_faction": "fungus", + "bodytype": "blob", + "species": [ "FUNGUS" ], + "volume": "120000 ml", + "weight": "45000 g", + "//": "Weight is more than it’s zombie counterpart cause of the fungal elements. It’s still rather slow, but it also has more health cause the fungus acts as a sort of makeshift armour.", + "hp": 45, + "speed": 20, + "material": [ "flesh" ], + "symbol": "z", + "color": "pink", + "aggression": 100, + "morale": 100, + "melee_skill": 2, + "melee_dice": 2, + "melee_dice_sides": 2, + "melee_cut": 0, + "armor_elec": 1, + "dodge": 1, + "vision_day": 2, + "vision_night": 2, + "harvest": "exempt", + "luminance": 5, + "emit_fields": [ { "emit_id": "emit_fungal_leak", "delay": "1 s" } ], + "weakpoints": [ + { + "id": "Belly", + "name": "the stretched skin of the abdomen", + "crit_mult": { "all": 0.75 }, + "difficulty": { "ranged": 2, "melee": 1 }, + "coverage_mult": { "broad": 0.5 }, + "effects": [ { "effect": "staggered", "chance": 15, "message": "The %s gargles as it’s sent wobbling!", "damage_required": [ 10, 100 ] } ], + "coverage": 40 + } + ], + "special_attacks": [ + { + "type": "spell", + "spell_data": { "id": "big_fungal_raptor_spawn", "hit_self": true }, + "cooldown": 50, + "monster_message": "With a high-pitched shriek, the wretch's belly splits open, and gore-smeared winged beasts climb out of the corpse!" + } + ], + "death_function": { "effect": { "id": "death_boomer", "hit_self": true }, "message": "A %s explodes!", "corpse_type": "NO_CORPSE" }, + "death_drops": "child_items", + "burn_into": "mon_zombie_child_scorched", + "flags": [ "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FLIES", "FILTHY" ] + }, + { + "id": "mon_fungal_raptor", + "type": "MONSTER", + "name": { "str": "Fungal-raptor" }, + "description": "Infested by a thick crust of fungal growth, this small, winged predator darts through the air on three spongy wings that look like stretched human hands. A sheer, jagged spike juts out from the point where the wings meet. It looks like nothing you've seen on Earth, and yet strangely like it is made of human parts.", + "default_faction": "fungus", + "species": [ "FUNGUS" ], + "diff": 1, + "volume": "4 L", + "weight": "6 kg", + "hp": 20, + "speed": 140, + "material": [ "flesh" ], + "symbol": "z", + "color": "white", + "aggression": 100, + "morale": 100, + "melee_skill": 9, + "melee_dice": 2, + "melee_dice_sides": 3, + "melee_cut": 4, + "dodge": 3, + "vision_night": 5, + "harvest": "zombie", + "special_attacks": [ { "id": "impale", "damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ] } ], + "flags": [ + "SEES", + "HEARS", + "SMELLS", + "STUMBLES", + "WARM", + "POISON", + "BASHES", + "GROUP_BASH", + "NO_BREATHE", + "FILTHY", + "HIT_AND_RUN", + "SWARMS", + "FLIES" + ] } -] +] \ No newline at end of file diff --git a/data/json/monsters/zed_children.json b/data/json/monsters/zed_children.json index 18e5274c1d126..d49aa3c91f0a3 100644 --- a/data/json/monsters/zed_children.json +++ b/data/json/monsters/zed_children.json @@ -254,5 +254,59 @@ "fungalize_into": "mon_zombie_child_fungus", "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "GUILT", "POISON", "NO_BREATHE", "REVIVES", "HARDTOSHOOT", "FILTHY" ], "//": "GUILT because it still looks enough like a child to evoke pity" + }, + { + "id": "mon_zombie_wretch", + "type": "MONSTER", + "name": { "str": "swollen wretch" }, + "description": "The hideously deformed corpse of what, you hesitate to guess, was once either a mere child or adolescent. Its skin has detached from its skeletal and muscular structure and has overgrown into a malformed fleshy chrysalis containing its rotting innards, with a faint glow emanating from within the creature’s swollen body as various lighter than air decomposing gasses are created and burned in a chain reaction. This has caused its flesh, like a nightmarish balloon, to distend to obscene proportions, causing its overtaxed skin to become translucent and for the abomination to hover a few feet off the floor at any given moment. All of the orifices in its head have sealed over into a transparent membrane, save for its narrow slit of a maw, from which a stream of noxious gas escapes; seemingly allowing the monstrosity to regulate its buoyancy. From within its immensely swollen body, you can just make out faint shadowy forms moving about.", + "default_faction": "zombie", + "bodytype": "blob", + "species": [ "ZOMBIE" ], + "volume": "120000 ml", + "weight": "30000 g", + "//": "Since it’s essentially a floating human balloon held up by decomposition related gasses, it’s got a large volume but is comparatively very light. Also very fragile and slow.", + "hp": 20, + "speed": 20, + "material": [ "flesh" ], + "symbol": "z", + "color": "pink", + "aggression": 60, + "morale": 100, + "melee_skill": 2, + "melee_dice": 2, + "melee_dice_sides": 2, + "melee_cut": 0, + "armor_elec": 1, + "dodge": 1, + "vision_day": 20, + "vision_night": 3, + "harvest": "exempt", + "emit_fields": [ { "emit_id": "emit_toxic_leak", "delay": "1 s" } ], + "luminance": 15, + "weakpoints": [ + { + "id": "Belly", + "name": "the stretched skin of the abdomen", + "crit_mult": { "all": 0.75 }, + "difficulty": { "ranged": 2, "melee": 1 }, + "coverage_mult": { "broad": 0.5 }, + "effects": [ { "effect": "staggered", "chance": 15, "message": "The %s gargles as it’s sent wobbling!", "damage_required": [ 10, 100 ] } ], + "coverage": 40 + } + ], + "special_attacks": [ + { + "type": "spell", + "spell_data": { "id": "big_raptor_spawn", "hit_self": true }, + "cooldown": 50, + "monster_message": "With a high-pitched shriek, the bloated wretch bursts, and gore-smeared winged beasts climb out of the corpse!" + } + ], + "death_function": { "effect": { "id": "death_boomer", "hit_self": true }, "message": "A %s explodes!", "corpse_type": "NO_CORPSE" }, + "death_drops": "child_items", + "burn_into": "mon_zombie_child_scorched", + "fungalize_into": "mon_fungal_wretch", + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FLIES", "FILTHY" ] } ] From cc2511741a3585c92f979d67a33774c2daf2a727 Mon Sep 17 00:00:00 2001 From: DoctorBoomstick <102766473+DoctorBoomstick@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:07:49 +0200 Subject: [PATCH 2/7] Update data/json/monsters/fungus_zombie.json Co-authored-by: Binrui Dong --- data/json/monsters/fungus_zombie.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monsters/fungus_zombie.json b/data/json/monsters/fungus_zombie.json index 98c9a845a8e6a..f26375b1504e0 100644 --- a/data/json/monsters/fungus_zombie.json +++ b/data/json/monsters/fungus_zombie.json @@ -265,7 +265,7 @@ { "id": "mon_fungal_wretch", "type": "MONSTER", - "name": { "str": "fungal wretch" }, + "name": { "str": "fungal wretch", "str_pl": "fungal wretches" }, "description": "Were it not for the head, its orifices sealed by clumps of fungal growth, which limply crowns this massively swollen corpse, it’d be impossible to tell that this was once a human, let alone a child or adolescent. The beast’s skin, stretched to paper-thin levels by what you can only assume to be lighter than air decomposition caused gasses built up within it, has turned into a spongy fungal covering with intermittent hair-line cracks which let out spores. Like a nightmarish balloon the abomination is suspended off the floor with a faint glow emanating from within its guts, more than likely a result of the burning putrid gasses which keep it afloat. At irregular intervals, you can see it’s form bulge and shift, a hint of something moving within it’s mass.", "default_faction": "fungus", "bodytype": "blob", From a000d5039730136c35c3aec90c0ef899fb5f5a2e Mon Sep 17 00:00:00 2001 From: DoctorBoomstick <102766473+DoctorBoomstick@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:08:51 +0200 Subject: [PATCH 3/7] Update data/json/monsters/zed_children.json Co-authored-by: Binrui Dong --- data/json/monsters/zed_children.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monsters/zed_children.json b/data/json/monsters/zed_children.json index 8e6f04a30269d..bc4e176ec1a33 100644 --- a/data/json/monsters/zed_children.json +++ b/data/json/monsters/zed_children.json @@ -265,7 +265,7 @@ { "id": "mon_zombie_wretch", "type": "MONSTER", - "name": { "str": "swollen wretch" }, + "name": { "str": "swollen wretch", "str_pl": "swollen wretches" }, "description": "The hideously deformed corpse of what, you hesitate to guess, was once either a mere child or adolescent. Its skin has detached from its skeletal and muscular structure and has overgrown into a malformed fleshy chrysalis containing its rotting innards, with a faint glow emanating from within the creature’s swollen body as various lighter than air decomposing gasses are created and burned in a chain reaction. This has caused its flesh, like a nightmarish balloon, to distend to obscene proportions, causing its overtaxed skin to become translucent and for the abomination to hover a few feet off the floor at any given moment. All of the orifices in its head have sealed over into a transparent membrane, save for its narrow slit of a maw, from which a stream of noxious gas escapes; seemingly allowing the monstrosity to regulate its buoyancy. From within its immensely swollen body, you can just make out faint shadowy forms moving about.", "default_faction": "zombie", "bodytype": "blob", From 6d41d93e208cc563bd7372bed0f8c0876e5ccf28 Mon Sep 17 00:00:00 2001 From: DoctorBoomstick Date: Tue, 19 Apr 2022 10:17:18 +0200 Subject: [PATCH 4/7] Slides the files through the lint tool and brings them hopefully up to spec with the standard JSON style, after forgetting to complete this step during the initial implementation. --- data/json/monsters/fungus_zombie.json | 29 +++++++++++++++++---------- data/json/monsters/zed_children.json | 27 ++++++++++++++++--------- 2 files changed, 35 insertions(+), 21 deletions(-) diff --git a/data/json/monsters/fungus_zombie.json b/data/json/monsters/fungus_zombie.json index f26375b1504e0..05b574a528057 100644 --- a/data/json/monsters/fungus_zombie.json +++ b/data/json/monsters/fungus_zombie.json @@ -298,22 +298,29 @@ "crit_mult": { "all": 0.75 }, "difficulty": { "ranged": 2, "melee": 1 }, "coverage_mult": { "broad": 0.5 }, - "effects": [ { "effect": "staggered", "chance": 15, "message": "The %s gargles as it’s sent wobbling!", "damage_required": [ 10, 100 ] } ], + "effects": [ + { + "effect": "staggered", + "chance": 15, + "message": "The %s gargles as it’s sent wobbling!", + "damage_required": [ 10, 100 ] + } + ], "coverage": 40 } ], - "special_attacks": [ - { - "type": "spell", - "spell_data": { "id": "big_fungal_raptor_spawn", "hit_self": true }, - "cooldown": 50, - "monster_message": "With a high-pitched shriek, the wretch's belly splits open, and gore-smeared winged beasts climb out of the corpse!" - } - ], + "special_attacks": [ + { + "type": "spell", + "spell_data": { "id": "big_fungal_raptor_spawn", "hit_self": true }, + "cooldown": 50, + "monster_message": "With a high-pitched shriek, the wretch's belly splits open, and gore-smeared winged beasts climb out of the corpse!" + } + ], "death_function": { "effect": { "id": "death_boomer", "hit_self": true }, "message": "A %s explodes!", "corpse_type": "NO_CORPSE" }, "death_drops": "child_items", "burn_into": "mon_zombie_child_scorched", - "flags": [ "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FLIES", "FILTHY" ] + "flags": [ "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FLIES", "FILTHY" ] }, { "id": "mon_fungal_raptor", @@ -356,4 +363,4 @@ "FLIES" ] } -] \ No newline at end of file +] diff --git a/data/json/monsters/zed_children.json b/data/json/monsters/zed_children.json index bc4e176ec1a33..16d9b7009d9c4 100644 --- a/data/json/monsters/zed_children.json +++ b/data/json/monsters/zed_children.json @@ -298,22 +298,29 @@ "crit_mult": { "all": 0.75 }, "difficulty": { "ranged": 2, "melee": 1 }, "coverage_mult": { "broad": 0.5 }, - "effects": [ { "effect": "staggered", "chance": 15, "message": "The %s gargles as it’s sent wobbling!", "damage_required": [ 10, 100 ] } ], + "effects": [ + { + "effect": "staggered", + "chance": 15, + "message": "The %s gargles as it’s sent wobbling!", + "damage_required": [ 10, 100 ] + } + ], "coverage": 40 } ], - "special_attacks": [ - { - "type": "spell", - "spell_data": { "id": "big_raptor_spawn", "hit_self": true }, - "cooldown": 50, - "monster_message": "With a high-pitched shriek, the bloated wretch bursts, and gore-smeared winged beasts climb out of the corpse!" - } - ], + "special_attacks": [ + { + "type": "spell", + "spell_data": { "id": "big_raptor_spawn", "hit_self": true }, + "cooldown": 50, + "monster_message": "With a high-pitched shriek, the bloated wretch bursts, and gore-smeared winged beasts climb out of the corpse!" + } + ], "death_function": { "effect": { "id": "death_boomer", "hit_self": true }, "message": "A %s explodes!", "corpse_type": "NO_CORPSE" }, "death_drops": "child_items", "burn_into": "mon_zombie_child_scorched", "fungalize_into": "mon_fungal_wretch", - "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FLIES", "FILTHY" ] + "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES", "FLIES", "FILTHY" ] } ] From ffcd3c41b3e5ee339b81d1f7d5801df0f088f0c6 Mon Sep 17 00:00:00 2001 From: DoctorBoomstick <102766473+DoctorBoomstick@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:44:16 +0200 Subject: [PATCH 5/7] Update data/json/monsters/fungus_zombie.json Co-authored-by: TheShadowFerret <99621099+TheShadowFerret@users.noreply.github.com> --- data/json/monsters/fungus_zombie.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monsters/fungus_zombie.json b/data/json/monsters/fungus_zombie.json index 05b574a528057..df01b6433192e 100644 --- a/data/json/monsters/fungus_zombie.json +++ b/data/json/monsters/fungus_zombie.json @@ -266,7 +266,7 @@ "id": "mon_fungal_wretch", "type": "MONSTER", "name": { "str": "fungal wretch", "str_pl": "fungal wretches" }, - "description": "Were it not for the head, its orifices sealed by clumps of fungal growth, which limply crowns this massively swollen corpse, it’d be impossible to tell that this was once a human, let alone a child or adolescent. The beast’s skin, stretched to paper-thin levels by what you can only assume to be lighter than air decomposition caused gasses built up within it, has turned into a spongy fungal covering with intermittent hair-line cracks which let out spores. Like a nightmarish balloon the abomination is suspended off the floor with a faint glow emanating from within its guts, more than likely a result of the burning putrid gasses which keep it afloat. At irregular intervals, you can see it’s form bulge and shift, a hint of something moving within it’s mass.", + "description": "Were it not for the head, its orifices sealed by clumps of fungal growth, which limply crowns this massively swollen corpse, it’d be impossible to tell that this was once a human, let alone a child or adolescent. The beast’s skin, stretched to paper-thin levels by what you can only assume to be lighter than air decomposition caused gasses built up within it, has turned into a spongy fungal covering with intermittent hair-line cracks which let out spores. Like a nightmarish balloon the abomination is suspended off the floor with a faint glow emanating from within its guts, more than likely a result of the burning putrid gasses which keep it afloat. At irregular intervals, you can see its form bulge and shift, a hint of something moving within its mass.", "default_faction": "fungus", "bodytype": "blob", "species": [ "FUNGUS" ], From 034f76631f8881654e20f11cd7b0a86f3f080114 Mon Sep 17 00:00:00 2001 From: DoctorBoomstick <102766473+DoctorBoomstick@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:45:16 +0200 Subject: [PATCH 6/7] Update data/json/monsters/fungus_zombie.json Co-authored-by: TheShadowFerret <99621099+TheShadowFerret@users.noreply.github.com> --- data/json/monsters/fungus_zombie.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monsters/fungus_zombie.json b/data/json/monsters/fungus_zombie.json index df01b6433192e..97674291d2bc1 100644 --- a/data/json/monsters/fungus_zombie.json +++ b/data/json/monsters/fungus_zombie.json @@ -272,7 +272,7 @@ "species": [ "FUNGUS" ], "volume": "120000 ml", "weight": "45000 g", - "//": "Weight is more than it’s zombie counterpart cause of the fungal elements. It’s still rather slow, but it also has more health cause the fungus acts as a sort of makeshift armour.", + "//": "Weight is more than its zombie counterpart cause of the fungal elements. It’s still rather slow, but it also has more health cause the fungus acts as a sort of makeshift armour.", "hp": 45, "speed": 20, "material": [ "flesh" ], From a7b0d7911152167926f89ba4f60a931f492929fe Mon Sep 17 00:00:00 2001 From: DoctorBoomstick Date: Fri, 22 Apr 2022 10:34:05 +0200 Subject: [PATCH 7/7] Tweaks the spawn level for raptors to sensible amounts. Makes the zombie variant pull from the small_raptor_spawn, as apposed to the big one, and gives the same treatment to the fungal form. --- data/json/monster_special_attacks/spells.json | 14 +++++++------- data/json/monsters/fungus_zombie.json | 2 +- data/json/monsters/zed_children.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data/json/monster_special_attacks/spells.json b/data/json/monster_special_attacks/spells.json index 3cb19531c10d5..247ba5925a818 100644 --- a/data/json/monster_special_attacks/spells.json +++ b/data/json/monster_special_attacks/spells.json @@ -173,15 +173,15 @@ }, { "type": "SPELL", - "id": "big_fungal_raptor_spawn", - "name": { "str": "Summon Many Fungal Raptors" }, - "description": "Summons many fungal raptors.", + "id": "small_fungal_raptor_spawn", + "name": { "str": "Summon Fungal Raptors" }, + "description": "Summons a few fungal raptors.", "flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT" ], "valid_targets": [ "ground", "self" ], - "min_damage": 3, - "max_damage": 6, - "min_aoe": 4, - "max_aoe": 4, + "min_damage": 1, + "max_damage": 2, + "min_aoe": 2, + "max_aoe": 2, "base_casting_time": 500, "extra_effects": [ { "id": "spawning_zombie_die", "hit_self": true } ], "shape": "blast", diff --git a/data/json/monsters/fungus_zombie.json b/data/json/monsters/fungus_zombie.json index 97674291d2bc1..946e534adb4f4 100644 --- a/data/json/monsters/fungus_zombie.json +++ b/data/json/monsters/fungus_zombie.json @@ -312,7 +312,7 @@ "special_attacks": [ { "type": "spell", - "spell_data": { "id": "big_fungal_raptor_spawn", "hit_self": true }, + "spell_data": { "id": "small_fungal_raptor_spawn", "hit_self": true }, "cooldown": 50, "monster_message": "With a high-pitched shriek, the wretch's belly splits open, and gore-smeared winged beasts climb out of the corpse!" } diff --git a/data/json/monsters/zed_children.json b/data/json/monsters/zed_children.json index 16d9b7009d9c4..c1fdd7978e597 100644 --- a/data/json/monsters/zed_children.json +++ b/data/json/monsters/zed_children.json @@ -312,7 +312,7 @@ "special_attacks": [ { "type": "spell", - "spell_data": { "id": "big_raptor_spawn", "hit_self": true }, + "spell_data": { "id": "small_raptor_spawn", "hit_self": true }, "cooldown": 50, "monster_message": "With a high-pitched shriek, the bloated wretch bursts, and gore-smeared winged beasts climb out of the corpse!" }