Skip to content
Under development — features and docs are being updated, for reference only

Zombie Mode Z

Zombie Mode Z has the deepest gameplay: leveling plus a random ability pool means every round plays out differently.

Humans and zombies earn experience through kills, infections, and damage dealt, raising their in-round level.

On each level-up you pick from randomly offered abilities. The pool contains dozens of effects:

  • Super Jump: leap onto almost any position with ease
  • Speed: a major movement speed boost
  • Steel Body: reduced bullet damage
  • Ammo Frenzy: unlimited ammunition
  • …and more abilities are added over time

Abilities stack and combine, letting you build your own ultimate setup — whether that is an unstoppable steel zombie king or a mobile turret with endless firepower.

Action Description
!zm menu Open your ability panel and review acquired abilities
Follow the prompt on level-up Choose one of three randomly offered abilities
Type the ability number in chat Quick select
addons/swiftlys2/configs/plugins/ZombieCs/config.jsonc
{
"modeZ": {
"enabled": true,
"maxLevel": 30,
"choicesPerLevelUp": 3,
"abilityPool": ["superjump", "speed", "steelbody", "infiniteammo"],
"humanExpPerKill": 20,
"zombieExpPerInfect": 30
}
}