major update so that boss rounds also can feature minion zombies that dont count towards winning the round

This commit is contained in:
2024-02-25 19:33:13 +01:00
parent 8c80d4ac05
commit 8455a1a231
5 changed files with 536 additions and 271 deletions
+86 -41
View File
@@ -4,6 +4,11 @@
// "bot_static" if you use bot_scaling 0 the plugin will instead use the value given in bot_static to spawn a static amount of bots into the game.
// if bot_scaling is not 0 it will always pick bot_scaling and just ignore bot_static.
// on boss rounds bot_static is used for deciding the amount of bots that will be bosses.
// on boss rounds bot_scaling is used for deciding the amount of bots that will be minions.
// on boss rounds the minion bots do not count towards zombie count, so they can be killed infinite amount of times.
//
// "PlayerScaleAbility"
// Multiplied by the zombie count, the amount of needed kills to add
@@ -85,10 +90,13 @@
"HealthScaleAbility" "0.000000"
"Zombie Count" "5"
"Respawns" "99"
"bot_scaling" "5"
"bot_static" "0"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "2" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "berserker"
"Zombie Class" "zombie1"
"Zombie Class" "zombie2"
"Zombie Class" "zombie3"
"Human Class" "@all"
}
// Starkiller
@@ -142,11 +150,14 @@
"HealthScaleAbility" "0.000000"
"Zombie Count" "5"
"Respawns" "99"
"bot_scaling" "0"
"bot_static" "3"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "3" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "kahn"
"Zombie Class" "krall"
"Zombie Class" "zombie1"
"Zombie Class" "zombie2"
"Zombie Class" "zombie3"
"Human Class" "@all"
}
// Mix of Madness
@@ -238,11 +249,14 @@
"HealthScaleAbility" "0.000000"
"Zombie Count" "5"
"Respawns" "99"
"bot_scaling" "0"
"bot_static" "3"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "3" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "krall"
"Zombie Class" "kahn"
"Zombie Class" "zombie1"
"Zombie Class" "zombie2"
"Zombie Class" "zombie3"
"Human Class" "@all"
}
// Invaders vs Akasha
@@ -267,10 +281,13 @@
"HealthScaleAbility" "0.000000"
"Zombie Count" "16"
"Respawns" "99"
"bot_scaling" "5"
"bot_static" "0"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "5" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "bosspider"
"Zombie Class" "zombie1"
"Zombie Class" "zombie2"
"Zombie Class" "zombie3"
"Human Class" "@all"
}
// BOSS - Raam vs Theron
@@ -280,40 +297,35 @@
"HealthScaleAbility" "0.000000"
"Zombie Count" "10"
"Respawns" "99"
"bot_scaling" "0"
"bot_static" "3"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "3" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "raam"
"Zombie Class" "theron_guard"
"Zombie Class" "zombie1"
"Zombie Class" "zombie2"
"Zombie Class" "zombie3"
"Human Class" "@all"
}
// Nightmares
// BOSS RUSH!
"Wave 19"
{
"PlayerScaleAbility" "0.1"
"HealthScaleAbility" "0.100000"
"Zombie Count" "225"
"PlayerScaleAbility" "0"
"HealthScaleAbility" "0.500000"
"Zombie Count" "6"
"Respawns" "99"
"bot_scaling" "16"
"bot_static" "0"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "1" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "strong"
"Zombie Class" "verdugo"
"Zombie Class" "hunter"
"Zombie Class" "witch"
"Zombie Class" "doge"
"Zombie Class" "babycrab"
"Zombie Class" "abaddon"
"Zombie Class" "alienv1"
"Zombie Class" "chucky"
"Zombie Class" "servo_skull"
"Zombie Class" "pil_fast_v5"
"Zombie Class" "hellknight"
"Zombie Class" "akasha"
"Zombie Class" "nemesis_pil"
"Zombie Class" "tyrant_pil"
"Zombie Class" "alien_spider"
"Zombie Class" "antlion"
"Zombie Class" "berserker"
"Zombie Class" "krall"
"Zombie Class" "kahn"
"Zombie Class" "theron_guard"
"Zombie Class" "raam"
"Zombie Class" "bosspider"
"Zombie Class" "zombie1"
"Zombie Class" "zombie2"
"Zombie Class" "zombie3"
"Human Class" "@all"
}
// Armageddon
@@ -358,12 +370,23 @@
{
"PlayerScaleAbility" "0"
"HealthScaleAbility" "0.500000"
"Zombie Count" "3"
"Zombie Count" "5"
"Respawns" "99"
"bot_scaling" "0"
"bot_static" "3"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "3" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "bahamut"
"Zombie Class" "majini"
"Zombie Class" "uroboro"
"Zombie Class" "babycrab"
"Zombie Class" "chucky"
"Zombie Class" "fatty"
"Zombie Class" "tyrant_pil"
"Zombie Class" "hellknight"
"Zombie Class" "doge"
"Zombie Class" "hunter"
"Zombie Class" "witch"
"Zombie Class" "nemesis_pil"
"Human Class" "@all"
}
// BOSS - El Gigante
@@ -373,10 +396,21 @@
"HealthScaleAbility" "0.500000"
"Zombie Count" "1"
"Respawns" "99"
"bot_scaling" "0"
"bot_static" "1"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "1" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "gigantev2"
"Zombie Class" "majini"
"Zombie Class" "uroboro"
"Zombie Class" "babycrab"
"Zombie Class" "chucky"
"Zombie Class" "fatty"
"Zombie Class" "tyrant_pil"
"Zombie Class" "hellknight"
"Zombie Class" "doge"
"Zombie Class" "hunter"
"Zombie Class" "witch"
"Zombie Class" "nemesis_pil"
"Human Class" "@all"
}
// FINAL BOSS - The Balrog
@@ -384,12 +418,23 @@
{
"PlayerScaleAbility" "0"
"HealthScaleAbility" "0.500000"
"Zombie Count" "1"
"Zombie Count" "2"
"Respawns" "99"
"bot_scaling" "0"
"bot_static" "1"
"bot_scaling" "5" //on boss round bot_scaling is for minion bots. minion bots dont count towards Zombie Count
"bot_static" "1" //on boss round bot_static is for boss bots
"wavecommand" " "
"Zombie Class" "balrog"
"Zombie Class" "majini"
"Zombie Class" "uroboro"
"Zombie Class" "babycrab"
"Zombie Class" "chucky"
"Zombie Class" "fatty"
"Zombie Class" "tyrant_pil"
"Zombie Class" "hellknight"
"Zombie Class" "doge"
"Zombie Class" "hunter"
"Zombie Class" "witch"
"Zombie Class" "nemesis_pil"
"Human Class" "@all"
}
}