Skip to content

Commit

Permalink
fixes highest tier zombies upgrading out of their path
Browse files Browse the repository at this point in the history
  • Loading branch information
b3brodie committed Dec 15, 2024
1 parent 8e61bcb commit 63741a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/mods/Xedra_Evolved/monsters/zombies.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"monster_message": "%1$s flickers and all of its injuries disappear!"
}
],
"upgrades": { "half_life": 30, "into_group": "GROUP_ZOMBIE_MONOCHROME_UPGRADE" }
"upgrades": { "half_life": 25, "into_group": "GROUP_ZOMBIE_MONOCHROME_UPGRADE" }
},
{
"id": "mon_zombie_monochrome_2",
Expand All @@ -44,7 +44,7 @@
"monster_message": "%1$s flickers and all of its injuries disappear!"
}
],
"upgrades": { "half_life": 30, "into": "mon_zombie_monochrome_3" },
"upgrades": { "half_life": 25, "into": "mon_zombie_monochrome_3" },
"extend": { "flags": [ "STABILIZED_TIMELINE" ] }
},
{
Expand Down Expand Up @@ -77,6 +77,7 @@
"monster_message": "the ground around %1$s starts eroding into nothingness."
}
],
"extend": { "flags": [ "STABILIZED_TIMELINE" ] }
"extend": { "flags": [ "STABILIZED_TIMELINE" ] },
"upgrades": false
}
]

0 comments on commit 63741a5

Please sign in to comment.