Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(port,content): Winged zombies #5586

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions data/json/monster_special_attacks/spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,69 @@
"max_aoe": 3,
"effect": "summon",
"effect_str": "mon_centipede_small"
},
{
"type": "SPELL",
"id": "small_raptor_spawn",
"name": { "str": "Spawn Raptors" },
"description": "Summons several zombiespawn raptors.",
"flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT" ],
"valid_targets": [ "ground", "hostile" ],
"min_damage": 3,
"max_damage": 4,
"min_range": 3,
"max_range": 3,
"min_aoe": 2,
"max_aoe": 2,
"base_casting_time": 80,
"extra_effects": [ { "id": "spawning_zombie_die", "hit_self": true } ],
"effect": "summon",
"effect_str": "mon_spawn_raptor"
},
{
"type": "SPELL",
"id": "big_raptor_spawn",
"name": { "str": "Spawn Raptors" },
"description": "Summons many zombiespawn raptors.",
"flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT" ],
"valid_targets": [ "ground", "hostile" ],
"min_damage": 2,
"max_damage": 5,
"min_range": 3,
"max_range": 3,
"min_aoe": 2,
"max_aoe": 3,
"base_casting_time": 80,
"extra_effects": [ { "id": "spawning_zombie_die", "hit_self": true } ],
"effect": "summon",
"effect_str": "mon_spawn_raptor"
},
{
"type": "SPELL",
"id": "shady_raptor_spawn",
"name": { "str": "Spawn Shady Raptors" },
"description": "Summons a few shady zombiespawn raptors.",
"flags": [ "HOSTILE_SUMMON", "RANDOM_DAMAGE", "PERMANENT" ],
"valid_targets": [ "ground", "self" ],
"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 } ],
"effect": "summon",
"effect_str": "mon_spawn_raptor_shady"
},
{
"type": "SPELL",
"id": "spawning_zombie_die",
"name": { "str": "Spawning Zombie Die" },
"description": "For zombies that are spawning something and die in the process.",
"flags": [ "LOUD", "RANDOM_DAMAGE" ],
"min_damage": 250,
"max_damage": 250,
"damage_type": "cut",
"valid_targets": [ "hostile", "ally", "self", "ground" ],
"effect": "target_attack"
}
]
32 changes: 32 additions & 0 deletions data/json/monstergroups/zombie_upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,38 @@
"default": "mon_dog_skeleton",
"monsters": [ { "monster": "mon_dog_zombie_rot", "freq": 100, "cost_multiplier": 2 } ]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_CRAWLER_UPGRADE",
"default": "mon_zombie_crawler",
"//": "crawling zombie upgrades",
"monsters": [
{ "monster": "mon_zombie_crawler_pupa", "freq": 500, "cost_multiplier": 2 },
{ "monster": "mon_zombie_crawler_pupa_decoy", "freq": 500, "cost_multiplier": 2 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_RAPTOR_UPGRADES",
"default": "mon_spawn_raptor",
"//": "Raptor upgrades. Note that 'freq' units are tenth of a percent, with default filling in the gap.",
"monsters": [
{ "monster": "mon_spawn_raptor_shady", "freq": 330, "cost_multiplier": 10 },
{ "monster": "mon_spawn_raptor_electric", "freq": 330, "cost_multiplier": 10 },
{ "monster": "mon_spawn_raptor_unstable", "freq": 330, "cost_multiplier": 10 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_SHADY_UPGRADES",
"default": "mon_zombie_shady",
"//": "Shady upgrades. Note that 'freq' units are tenth of a percent, with default filling in the gap.",
"monsters": [
{ "monster": "mon_zombie_brute_ninja", "freq": 500, "cost_multiplier": 10 },
{ "monster": "mon_zombie_pupa_decoy_shady", "freq": 250, "cost_multiplier": 0 },
{ "monster": "mon_zombie_pupa_shady", "freq": 250, "cost_multiplier": 10 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_SWAT_UPGRADE",
Expand Down
1 change: 1 addition & 0 deletions data/json/monsters/zed-classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
"special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 20 ] ],
"death_drops": "default_zombie_death_drops",
"death_function": [ "NORMAL" ],
"upgrades": { "half_life": 14, "into_group": "GROUP_ZOMBIE_CRAWLER_UPGRADE" },
"burn_into": "mon_zombie_scorched",
"flags": [
"SEES",
Expand Down
94 changes: 94 additions & 0 deletions data/json/monsters/zed-pupating.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
[
{
"id": "mon_zombie_crawler_pupa_decoy",
"type": "MONSTER",
"name": { "str": "pupating zombie crawler" },
"description": "This half of a human corpse is wrapped in sticky black fibers that cover everything neck down. Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
"copy-from": "mon_zombie_crawler",
"armor_bash": 7,
"armor_cut": 5,
"armor_bullet": 5,
"special_attacks": [ { "type": "bite", "cooldown": 3 } ],
"regenerates": 10,
"extend": { "flags": [ "SLUDGETRAIL", "SLUDGEPROOF" ] }
},
{
"id": "mon_zombie_crawler_pupa",
"type": "MONSTER",
"name": { "str": "pupating zombie crawler" },
"description": "This half of a human corpse is wrapped in sticky black fibers that cover everything neck down. Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
"copy-from": "mon_zombie_crawler_pupa_decoy",
"extend": {
"special_attacks": [
{
"type": "spell",
"spell_data": { "id": "small_raptor_spawn", "hit_self": true },
"cooldown": 50,
"monster_message": "The pupating zombie crawler bursts, and gore-smeared winged beasts climb out of the corpse!"
}
]
}
},
{
"id": "mon_zombie_pupa_decoy",
"type": "MONSTER",
"name": { "str": "pupating zombie" },
"description": "This human corpse is wrapped in sticky black fibers that cover everything neck down. Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
"copy-from": "mon_zombie_fat",
"armor_bash": 8,
"armor_cut": 6,
"armor_bullet": 6,
"special_attacks": [ { "type": "bite", "cooldown": 3 } ],
"regenerates": 10,
"extend": { "flags": [ "SLUDGETRAIL", "SLUDGEPROOF" ] }
},
{
"id": "mon_zombie_pupa",
"type": "MONSTER",
"name": { "str": "pupating zombie" },
"description": "This human corpse is wrapped in sticky black fibers that cover everything neck down. Beneath the wrapping there is strange rhythmic movement grotesque to behold.",
"copy-from": "mon_zombie_pupa_decoy",
"extend": {
"special_attacks": [
{
"type": "spell",
"spell_data": { "id": "small_raptor_spawn", "hit_self": true },
"cooldown": 50,
"monster_message": "The pupating zombie bursts, and gore-smeared winged beasts climb out of the corpse!"
}
]
}
},
{
"id": "mon_zombie_pupa_decoy_shady",
"type": "MONSTER",
"name": { "str": "shady pupating zombie" },
"description": "An uncanny shadow envelops this creature. You can make out the outline of what once may have been a human being, but its edges bulge rhythmically in places that are not anatomically possible for humans.",
"copy-from": "mon_zombie_fat",
"armor_bash": 8,
"armor_cut": 6,
"armor_bullet": 6,
"special_attacks": [ { "type": "bite", "cooldown": 3 } ],
"regenerates": 5,
"vision_day": 8,
"vision_night": 15,
"extend": { "flags": [ "SLUDGETRAIL", "SLUDGEPROOF", "NIGHT_INVISIBILITY" ] }
},
{
"id": "mon_zombie_pupa_shady",
"type": "MONSTER",
"name": { "str": "shady pupating zombie" },
"description": "An uncanny shadow envelops this creature. You can make out the outline of what once may have been a human being, but its edges bulge rhythmically in places that are not anatomically possible for humans.",
"copy-from": "mon_zombie_pupa_decoy",
"extend": {
"special_attacks": [
{
"type": "spell",
"spell_data": { "id": "shady_raptor_spawn", "hit_self": true },
"cooldown": 50,
"monster_message": "The pupating zombie bursts, and shadowy winged beasts climb out of the corpse!"
}
]
}
}
]
Loading
Loading