Skip to content

Commit

Permalink
medical regenerating zombies (CleverRaven#50105)
Browse files Browse the repository at this point in the history
* medical regenerating zombies
* regenerating zombie medic
* GROUP_MEDICAL_CRAWLER_UPGRADE
* use GROUP_MEDICAL_CRAWLER_UPGRADE
* blue
  • Loading branch information
LyleSY authored Jul 23, 2021
1 parent bb34304 commit af75eb4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
19 changes: 15 additions & 4 deletions data/json/monstergroups/zombie_upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,29 @@
{
"type": "monstergroup",
"name": "GROUP_MEDICAL_UPGRADE",
"default": "mon_zombie_medical_brute",
"default": "mon_zombie_medical_regenerating",
"//": "Masters pick from here when upgrading. Note that 'freq' units are tenth of a percent, with default filling in the gap.",
"monsters": [
{ "monster": "mon_zombie_medical_brute", "freq": 300, "cost_multiplier": 2 },
{ "monster": "mon_boomer", "freq": 200, "cost_multiplier": 1 },
{ "monster": "mon_zombie_hollow", "freq": 100, "cost_multiplier": 1 },
{ "monster": "mon_zombie_medical_brute", "freq": 200, "cost_multiplier": 2 },
{ "monster": "mon_zombie_medical_regenerating", "freq": 300, "cost_multiplier": 2 },
{ "monster": "mon_boomer", "freq": 50, "cost_multiplier": 1 },
{ "monster": "mon_zombie_hollow", "freq": 50, "cost_multiplier": 1 },
{ "monster": "mon_skeleton_medical", "freq": 200, "cost_multiplier": 1 },
{ "monster": "mon_zombie_medical_acidic", "freq": 100, "cost_multiplier": 2 },
{ "monster": "mon_zombie_medical_pupa", "freq": 50, "cost_multiplier": 2 },
{ "monster": "mon_zombie_pupa_medical_decoy", "freq": 50, "cost_multiplier": 2 }
]
},
{
"type": "monstergroup",
"name": "GROUP_MEDICAL_CRAWLER_UPGRADE",
"default": "mon_zombie_medical_pupa",
"//": "crawling medical zombie upgrades",
"monsters": [
{ "monster": "mon_zombie_medical_pupa", "freq": 500, "cost_multiplier": 2 },
{ "monster": "mon_zombie_pupa_medical_decoy", "freq": 500, "cost_multiplier": 2 }
]
},
{
"type": "monstergroup",
"name": "GROUP_ZOMBIE_BRUTE",
Expand Down
12 changes: 11 additions & 1 deletion data/json/monsters/zed-medical.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,23 @@
"death_drops": "mon_zombie_medical_death_drops",
"color": "blue"
},
{
"id": "mon_zombie_medical_regenerating",
"type": "MONSTER",
"name": { "str": "regenerating zombie medic" },
"description": "This hairless corpse is dressed like a medical professional. Its pale pinkish flesh appears to be squirming and moving across its body, quickly covering and fixing any wounds received.",
"copy-from": "mon_zombie_regenerating",
"death_drops": "mon_zombie_medical_death_drops",
"upgrades": { "half_life": 14, "into_group": "GROUP_MEDICAL_CRAWLER_UPGRADE" }
},
{
"id": "mon_skeleton_medical",
"type": "MONSTER",
"name": { "str_sp": "sawbones" },
"description": "An overgrowth of ossified tissue has replaced this former medical professional'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 surrounding air.",
"copy-from": "mon_skeleton",
"death_drops": "zombie_medical_clothes"
"death_drops": "zombie_medical_clothes",
"color": "blue"
},
{
"id": "mon_zombie_medical_acidic",
Expand Down

0 comments on commit af75eb4

Please sign in to comment.