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

[Magiclysm] Fantasy species zombies #76569

Merged
merged 4 commits into from
Sep 22, 2024
Merged
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
106 changes: 106 additions & 0 deletions data/mods/Magiclysm/monstergroup_upgrades.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
[
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_DWARF_UPGRADE",
"monsters": [
{ "monster": "mon_zombie_tough", "weight": 110 },
{ "monster": "mon_zombie_grabber", "weight": 30 },
{ "monster": "mon_zombie_grappler", "weight": 120 },
{ "monster": "mon_zombie_hunter", "weight": 100 },
{ "monster": "mon_skeleton", "weight": 150 },
{ "monster": "mon_zombie_smoker", "weight": 50 },
{ "monster": "mon_zombie_gasbag", "weight": 30 },
{ "monster": "mon_zombie_acidic", "weight": 110 },
{ "monster": "mon_zombie_necro", "weight": 15 },
{ "monster": "mon_zombie_necro_boomer", "weight": 12 },
{ "monster": "mon_boomer", "weight": 90 },
{ "monster": "mon_zombie_brute", "weight": 25 },
{ "monster": "mon_zombie_bruiser", "weight": 35 },
{ "monster": "mon_zombie_master", "weight": 3 },
{ "monster": "mon_zombie_lashing", "weight": 40 },
{ "monster": "mon_zombie_ocular", "weight": 5 },
{ "monster": "mon_zombie_hollow", "weight": 3 },
{ "monster": "mon_zombie_thorny", "weight": 25 },
{ "monster": "mon_zombie_static", "weight": 50 },
{ "monster": "mon_zombie_regenerating", "weight": 15 },
{ "monster": "mon_zombie_pupa", "weight": 10 },
{ "monster": "mon_zombie_pupa_decoy", "weight": 10 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_ELF_UPGRADE",
"monsters": [
{ "monster": "mon_zombie_tough", "weight": 25 },
{ "monster": "mon_zombie_grabber", "weight": 25 },
{ "monster": "mon_zombie_grappler", "weight": 50 },
{ "monster": "mon_zombie_hunter", "weight": 60 },
{ "monster": "mon_zombie_runner", "weight": 165 },
{ "monster": "mon_zombie_smoker", "weight": 30 },
{ "monster": "mon_zombie_shady", "weight": 30 },
{ "monster": "mon_zombie_shrieker", "weight": 90 },
{ "monster": "mon_zombie_acidic", "weight": 80 },
{ "monster": "mon_zombie_necro", "weight": 25 },
{ "monster": "mon_zombie_brute", "weight": 15 },
{ "monster": "mon_zombie_bruiser", "weight": 15 },
{ "monster": "mon_zombie_master", "weight": 8 },
{ "monster": "mon_zombie_lashing", "weight": 75 },
{ "monster": "mon_zombie_ocular", "weight": 12 },
{ "monster": "mon_zombie_hollow", "weight": 10 },
{ "monster": "mon_zombie_thorny", "weight": 80 },
{ "monster": "mon_zombie_static", "weight": 40 },
{ "monster": "mon_zombie_winged", "weight": 50 },
{ "monster": "mon_zombie_regenerating", "weight": 10 },
{ "monster": "mon_zombie_pupa", "weight": 10 },
{ "monster": "mon_zombie_pupa_decoy", "weight": 10 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_GOBLIN_UPGRADE",
"//": "Child-type zombies that evoke no guilt.",
"monsters": [
{ "monster": "mon_zombie_anklebiter", "weight": 300 },
{ "monster": "mon_zombie_sproglodyte", "weight": 100 },
{ "monster": "mon_zombie_creepy", "weight": 300 },
{ "monster": "mon_zombie_snotgobbler", "weight": 300 },
{ "monster": "mon_zombie_wretch", "weight": 100 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_RAVENFOLK_UPGRADE",
"monsters": [
{ "monster": "mon_zombie_necro", "weight": 30 },
{ "monster": "mon_zombie_necro_boomer", "weight": 20 },
{ "monster": "mon_boomer", "weight": 200 },
{ "monster": "mon_zombie_master", "weight": 10 },
{ "monster": "mon_zombie_winged", "weight": 750 },
{ "monster": "mon_zombie_pupa", "weight": 200 },
{ "monster": "mon_zombie_pupa_decoy", "weight": 100 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_LIZARDFOLK_UPGRADE",
"//": "Heavily weighted toward the more feral variants but with some other options too.",
"monsters": [
{ "monster": "mon_zombie_hunter", "weight": 200 },
{ "monster": "mon_skeleton", "weight": 200 },
{ "monster": "mon_zombie_smoker", "weight": 30 },
{ "monster": "mon_zombie_shady", "weight": 30 },
{ "monster": "mon_zombie_biter", "weight": 500 },
{ "monster": "mon_zombie_shrieker", "weight": 90 },
{ "monster": "mon_zombie_necro", "weight": 15 },
{ "monster": "mon_zombie_necro_boomer", "weight": 12 },
{ "monster": "mon_boomer", "weight": 90 },
{ "monster": "mon_zombie_brute", "weight": 20 },
{ "monster": "mon_zombie_bruiser", "weight": 30 },
{ "monster": "mon_zombie_master", "weight": 3 },
{ "monster": "mon_zombie_lashing", "weight": 60 },
{ "monster": "mon_zombie_static", "weight": 50 },
{ "monster": "mon_zombie_winged", "weight": 60 },
{ "monster": "mon_zombie_regenerating", "weight": 10 }
]
}
]
52 changes: 52 additions & 0 deletions data/mods/Magiclysm/monstergroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,58 @@
{ "group": "GROUP_EARTH_SPIRIT_CAVE", "weight": 50 }
]
},
{
"name": "GROUP_ZOMBIE_FANTASY_SPECIES",
"type": "monstergroup",
"//": "same ratio as ferals",
"monsters": [
{ "monster": "mon_zombie_dwarf", "weight": 40 },
{ "monster": "mon_zombie_elf", "weight": 40 },
{ "monster": "mon_zombie_goblin", "weight": 20 },
{ "monster": "mon_zombie_ravenfolk", "weight": 15 },
{ "monster": "mon_zombie_lizardfolk", "weight": 10 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE",
"monsters": [
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 4720 },
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 10, "cost_multiplier": 7, "pack_size": [ 5, 20 ] },
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 10, "cost_multiplier": 13, "pack_size": [ 15, 40 ] },
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 10, "cost_multiplier": 20, "pack_size": [ 25, 60 ] }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_GASSTATION",
"monsters": [
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 472 },
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 1, "cost_multiplier": 7, "pack_size": [ 5, 20 ] },
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 1, "cost_multiplier": 13, "pack_size": [ 15, 40 ] },
{ "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 1, "cost_multiplier": 20, "pack_size": [ 25, 60 ] }
]
},
{
"name": "GROUP_PARK_DOG",
"type": "monstergroup",
"monsters": [ { "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 125 } ]
},
{
"name": "GROUP_PARK_PLAYGROUND",
"type": "monstergroup",
"monsters": [ { "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 100 } ]
},
{
"name": "GROUP_PARK_SCENIC",
"type": "monstergroup",
"monsters": [ { "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 100 } ]
},
{
"name": "GROUP_ROOF_ZOMBIE",
"type": "monstergroup",
"monsters": [ { "group": "GROUP_ZOMBIE_FANTASY_SPECIES", "weight": 100, "pack_size": [ 2, 3 ] } ]
},
{
"type": "monstergroup",
"name": "DUMP_ANIMALS",
Expand Down
43 changes: 36 additions & 7 deletions data/mods/Magiclysm/monsters/feral_fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"dodge": 3,
"vision_night": 8,
"harvest": "demihuman",
"zombify_into": "mon_zombie_elf",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_wp_demihuman" ],
"extend": { "flags": [ "QUIETMOVES" ] }
},
Expand Down Expand Up @@ -64,6 +65,7 @@
"vision_day": 15,
"vision_night": 20,
"harvest": "demihuman",
"zombify_into": "mon_zombie_dwarf",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_wp_demihuman" ]
},
{
Expand Down Expand Up @@ -94,6 +96,7 @@
"dodge": 3,
"vision_night": 8,
"harvest": "demihuman",
"zombify_into": "mon_zombie_elf",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_wp_demihuman" ],
"extend": { "flags": [ "QUIETMOVES" ] }
},
Expand Down Expand Up @@ -127,6 +130,7 @@
"vision_day": 15,
"vision_night": 20,
"harvest": "demihuman",
"zombify_into": "mon_zombie_dwarf",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_wp_demihuman" ]
},
{
Expand All @@ -140,6 +144,7 @@
"dodge": 3,
"vision_night": 8,
"harvest": "demihuman",
"zombify_into": "mon_zombie_elf",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_wp_demihuman" ],
"extend": { "flags": [ "QUIETMOVES" ] }
},
Expand All @@ -156,6 +161,7 @@
"vision_day": 15,
"vision_night": 20,
"harvest": "demihuman",
"zombify_into": "mon_zombie_dwarf",
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_wp_demihuman" ]
},
{
Expand Down Expand Up @@ -199,11 +205,23 @@
"vision_night": 25,
"path_settings": { "max_dist": 30, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"death_drops": "feral_goblin_death_drops",
"upgrades": { "half_life": 90, "into_group": "GROUP_ZOMBIE_UPGRADE" },
"zombify_into": "mon_zombie",
"upgrades": { "half_life": 90, "into_group": "GROUP_ZOMBIE_GOBLIN_UPGRADE" },
"zombify_into": "mon_zombie_goblin",
"fungalize_into": "mon_feral_human_axe_fungal_infected",
"anger_triggers": [ "FRIEND_DIED", "FRIEND_ATTACKED", "HURT" ],
"flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GRABS", "GROUP_BASH", "HUMAN", "CAN_OPEN_DOORS", "PATH_AVOID_DANGER" ]
"flags": [
"SEES",
"HEARS",
"SMELLS",
"WARM",
"BASHES",
"GRABS",
"GROUP_BASH",
"HUMAN",
"REVIVES",
"CAN_OPEN_DOORS",
"PATH_AVOID_DANGER"
]
},
{
"id": "mon_feral_ravenfolk",
Expand Down Expand Up @@ -272,10 +290,10 @@
"path_settings": { "max_dist": 30, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"death_drops": "feral_ravenfolk_death_drops",
"upgrades": { "half_life": 90, "into_group": "GROUP_ZOMBIE_UPGRADE" },
"zombify_into": "mon_zombie",
"zombify_into": "mon_zombie_ravenfolk",
"fungalize_into": "mon_feral_human_axe_fungal_infected",
"anger_triggers": [ "FRIEND_DIED", "FRIEND_ATTACKED", "HURT" ],
"flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "HUMAN", "CAN_OPEN_DOORS", "PATH_AVOID_DANGER" ]
"flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "REVIVES", "HUMAN", "CAN_OPEN_DOORS", "PATH_AVOID_DANGER" ]
},
{
"id": "mon_feral_lizardfolk",
Expand Down Expand Up @@ -334,9 +352,20 @@
"path_settings": { "max_dist": 30, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"death_drops": "feral_lizardfolk_death_drops",
"upgrades": { "half_life": 90, "into_group": "GROUP_ZOMBIE_UPGRADE" },
"zombify_into": "mon_zombie",
"zombify_into": "mon_zombie_lizardfolk",
"fungalize_into": "mon_feral_human_axe_fungal_infected",
"anger_triggers": [ "FRIEND_DIED", "FRIEND_ATTACKED", "HURT" ],
"flags": [ "SEES", "HEARS", "SMELLS", "BASHES", "SWIMS", "GROUP_BASH", "HUMAN", "CAN_OPEN_DOORS", "PATH_AVOID_DANGER" ]
"flags": [
"SEES",
"HEARS",
"SMELLS",
"BASHES",
"SWIMS",
"GROUP_BASH",
"REVIVES",
"HUMAN",
"CAN_OPEN_DOORS",
"PATH_AVOID_DANGER"
]
}
]
3 changes: 2 additions & 1 deletion data/mods/Magiclysm/monsters/goblin.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
]
},
"armor": { "bash": 12, "cut": 12, "bullet": 4 },
"flags": [ "SEES", "HEARS", "HAS_MIND", "WARM", "BASHES", "PATH_AVOID_DANGER", "GROUP_MORALE", "WIELDED_WEAPON" ]
"zombify_into": "mon_zombie_goblin",
"flags": [ "SEES", "HEARS", "HAS_MIND", "WARM", "BASHES", "PATH_AVOID_DANGER", "REVIVES", "GROUP_MORALE", "WIELDED_WEAPON" ]
},
{
"type": "MONSTER",
Expand Down
Loading
Loading