// Made by Mince (STEAM_0:0:41588292) // Mission Currency // -------------------------- // STARTING : $1200 // -------------------------- // WAVE 1 : $800 + B(100) // WAVE 2 : $700 + B(100) // WAVE 3 : $700 + B(100) // WAVE 4 : $600 + B(100) // WAVE 5 : $600 + B(100) // WAVE 6 : $400 + B(100) // -------------------------- // TOTAL : $5000 + B(600) #base robot_standard.pop #base robot_giant.pop #base robot_gatebot.pop #base robot_winterbridge_rc6.pop WaveSchedule { StartingCurrency 1200 RespawnWaveTime 4 CanBotsAttackWhileInSpawnRoom no ////// WAVE 1 [$800] ///////////////////////////////////////////////////////// // Overview //------------------------------------------------- // 4 Zombie Arm Scouts [$25] // // 32 GRU Heavies [$125] // 2 Giant Piss Bowman Snipers [$100] // Support Bushwacka Snipers [$150] // // 2 Giant Jarate Skeletons [$150] // 32 Skeletons [$150] // // 1 Giant Fist Heavy [$50] // 24 Shovel Soldiers [$25] // 8 Crit Shovel Soldiers [$25] //------------------------------------------------- Wave { InitWaveOutput { Target wave_initB_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } Explanation { Line "{f48033}///// MISSION INFO /////" Line "{ef4ff2}Engineers are mages in this mission and are able to cast spells!" Line "{f9cc77}Check out the Player Upgrades menu at the Upgrades Station for magic related upgrades" Line "{ef4ff2}Bind mouse2 +use_action_slot_item for the best experience." Line "{f9cc77}Most weapons for each class have been rebalanced to make them viable to use." Line "{ef4ff2}Check out the rebalance google doc at https://bit.ly/winterbridgemedieval" Line "{f48033}///// MISSION INFO /////" } // 4 Zombie Arm Scouts [$25] WaveSpawn { Name "W1-INIT-ZOMBIES" Where spawnbot_gate01_invasion TotalCount 4 MaxActive 4 SpawnCount 1 TotalCurrency 25 WaitBeforeStarting 2 TFBot { Template T_TFBot_Scout_Arm } } // 32 GRU Heavies [$125] WaveSpawn { Name "W1-HEAVY-GRU" Where spawnbot_gate01_invasion TotalCount 32 MaxActive 8 SpawnCount 4 TotalCurrency 125 WaitForAllDead "W1-INIT-ZOMBIES" WaitBeforeStarting 1 WaitBetweenSpawns 10 TFBot { Template T_TFBot_Heavy_GRU } } // 2 Giant Piss Bowman Snipers [$100] WaveSpawn { Name "W1-G-SNIPER-PISSBOWMAN" Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 1 TotalCurrency 100 WaitForAllDead "W1-INIT-ZOMBIES" WaitBeforeStarting 6 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Giant_Sniper_Huntsman_Piss } } // Support Bushwacka Snipers [$150] WaveSpawn { Name "W1-SNIPER-BUSHWACKA" Where spawnbot_gate01 Support 1 RandomSpawn 1 TotalCount 50 MaxActive 12 SpawnCount 3 TotalCurrency 150 WaitForAllDead "W1-INIT-ZOMBIES" WaitBeforeStarting 10 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Sniper_Bushwacka } } // 2 Giant Jarate Skeletons [$150] WaveSpawn { Name "W1-G-SKELETON-JARATE" Where spawnbot_gate01_left TotalCount 2 MaxActive 2 SpawnCount 1 TotalCurrency 150 WaitForAllDead "W1-G-SNIPER-PISSBOWMAN" WaitBeforeStarting 4 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Giant_Sniper_Skeleton_Jarate } } // 32 Skeletons [$150] WaveSpawn { Name "W1-SKELETONS" Where spawnbot_gate01_left TotalCount 32 MaxActive 6 SpawnCount 2 TotalCurrency 150 WaitForAllSpawned "W1-G-SNIPER-PISSBOWMAN" WaitBeforeStarting 8 WaitBetweenSpawns 4 TFBot { Template T_TFBot_Sniper_Skeleton } } // 1 Giant Fist Heavy [$50] WaveSpawn { Name "W1-G-HEAVY-FISTS" Where spawnbot_gate01 TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 50 WaitForAllSpawned "W1-G-SKELETON-JARATE" WaitBeforeStarting 10 TFBot { AddTemplate GiantZombieHeavy ClassIcon heavy_fist_nys WeaponRestrictions MeleeOnly } } // 24 Shovel Soldiers [$25] WaveSpawn { Name "W1-SOLDIER-SHOVEL" Where spawnbot_gate01_left TotalCount 16 MaxActive 8 SpawnCount 2 TotalCurrency 25 WaitForAllSpawned "W1-G-SKELETON-JARATE" WaitBeforeStarting 4 WaitBetweenSpawns 4 TFBot { Template T_TFBot_Soldier_Shovel } } } ////// WAVE 2 [$700] ///////////////////////////////////////////////////////// // Overview //------------------------------------------------- // 8 Zombie Arm Scouts [$50] // // 32 Powerjack Gatebot Pyros [$50] // 32 Volcano Fragment Pyros [$50] // 2 Giant Pyro Mages [$100] // 4 Minigiant Axtinguisher Pyros [$50] // // 2 Giant Loose Cannon Demos [$150] // 16 Gatebot Bonk Scouts [$50] // // 6 Minigiant Steel Gauntlet Heavies [$50] // 6 Minigiant Gatebot Steel Gauntlet Heavies [$50] // // 1 Giant KGB Heavy w/ 4 BigHeal Medics [$50] //------------------------------------------------- Wave { InitWaveOutput { Target wave_initA_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } Explanation { Line "{f48033}///// MISSION INFO /////" Line "{ef4ff2}Engineers are mages in this mission and are able to cast spells!" Line "{f9cc77}Check out the Player Upgrades menu at the Upgrades Station for magic related upgrades" Line "{ef4ff2}Bind mouse2 +use_action_slot_item for the best experience." Line "{f9cc77}Most weapons for each class have been rebalanced to make them viable to use." Line "{ef4ff2}Check out the rebalance google doc at https://bit.ly/winterbridgemedieval" Line "{f48033}///// MISSION INFO /////" } // 8 Zombie Arm Scouts [$50] WaveSpawn { Name "W2-INIT-ZOMBIES" Where spawnbot_gate02_invasion TotalCount 8 MaxActive 8 SpawnCount 1 TotalCurrency 50 WaitBeforeStarting 2 WaitBetweenSpawns .25 TFBot { Template T_TFBot_Scout_Arm } } // 32 Powerjack Gatebot Pyros [$50] WaveSpawn { Name "W2-GB-PYRO-POWERJACK" Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 16 MaxActive 4 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W2-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 22 TFBot { Template T_TFGateBot_Pyro_Powerjack } } // 32 Volcano Fragment Pyros [$50] WaveSpawn { Name "W2-GB-PYRO_VOLCANO" Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 24 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W2-INIT-ZOMBIES" WaitBeforeStarting 10 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Pyro_Volcano } } // 2 Giant Pyro Mages [$100] WaveSpawn { Name "W2-G-PYRO-MAGE" Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 1 SpawnCount 1 TotalCurrency 100 WaitForAllDead "W2-INIT-ZOMBIES" WaitBeforeStarting 6 WaitBetweenSpawns 24 TFBot { Template T_TFBot_Giant_Pyro_FireMage } } // 4 Minigiant Axtinguisher Pyros [$50] WaveSpawn { Name "W2-MG-PYRO-AXTINGUISHER" Where spawnbot_gate02_right Where spawnbot_gate01 TotalCount 4 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W2-INIT-ZOMBIES" WaitBeforeStarting 12 WaitBetweenSpawns 24 TFBot { Template T_TFBot_MiniGiant_Pyro_Axtinguisher } } // 2 Giant Loose Cannon Demos [$150] WaveSpawn { Name "W2-G-DEMO-LOOSECANNON" Where spawnbot_gate02_right Where spawnbot_gate01 TotalCount 4 MaxActive 4 SpawnCount 1 TotalCurrency 150 WaitForAllDead "W2-G-PYRO-MAGE" WaitBeforeStarting 6 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Giant_Demoman_Cannon } } // 16 Gatebot Bonk Scouts [$50] WaveSpawn { Name "W2-GB-SCOUT-BONK" Where spawnbot_gate02_left Where spawnbot_gate01_right TotalCount 16 MaxActive 8 SpawnCount 8 TotalCurrency 50 WaitForAllDead "W2-G-PYRO-MAGE" WaitBeforeStarting 10 WaitBetweenSpawns 6 TFBot { Template T_TFGateBot_Scout_Bonk } } // 6 Minigiant Steel Gauntlet Heavies [$50] WaveSpawn { Name "W2-MG-HEAVY-GAUNTLET" Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 3 MaxActive 3 SpawnCount 1 TotalCurrency 50 WaitForAllDead "W2-G-PYRO-MAGE" WaitBeforeStarting 18 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Heavy_Fist } } // 6 Minigiant Gatebot Steel Gauntlet Heavies [$50] WaveSpawn { Name "W2-MG-HEAVY-GAUNTLET" Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 3 MaxActive 3 SpawnCount 1 TotalCurrency 50 WaitForAllDead "W2-G-PYRO-MAGE" WaitBeforeStarting 22 WaitBetweenSpawns 16 TFBot { Template T_TFGateBot_MiniGiant_Heavy_Gauntlet } } // 1 Giant KGB Heavy w/ 4 BigHeal Medics [$50] WaveSpawn { Name "W2-G-HEAVY-KGB-SQUAD" Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 5 MaxActive 5 SpawnCount 5 TotalCurrency 50 WaitForAllDead "W2-MG-HEAVY-GAUNTLET" WaitBeforeStarting 2 Squad { TFBot { Template T_TFBot_Giant_Heavy_KGB } TFBot { Template T_TFBot_Medic_BigHeal AddTemplate ZombieMedic } TFBot { Template T_TFBot_Medic_BigHeal AddTemplate ZombieMedic } TFBot { Template T_TFBot_Medic_BigHeal AddTemplate ZombieMedic } TFBot { Template T_TFBot_Medic_BigHeal AddTemplate ZombieMedic } } } // Support GRU Heavies [$50] WaveSpawn { Name "W2-HEAVY-GRU" Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion Support 1 TotalCount 50 RandomSpawn 1 MaxActive 20 SpawnCount 5 TotalCurrency 50 WaitForAllDead "W2-MG-HEAVY-GAUNTLET" WaitBeforeStarting 2 WaitBetweenSpawns 8 TFBot { Template T_TFBot_Heavy_GRU } } } ////// WAVE 3 [$700] ///////////////////////////////////////////////////////// // Overview //------------------------------------------------- // 16 Zombie Arm Scouts [$50] // 1 Giant Zombie Arm Scout // // 2 Giant Skeleton Summoner Demos [$50] // 32 Skeletons [$50] // Gatebot Escape Plan Soldier Support [$50] // // 4 Giant Neon Annihilator Pyros [$100] // Limited Bushwacka Sniper Support [$50] // 16 Milk Scouts [$50] // 24 Jarate Snipers [$100] // // 2 Giant Battalions Katana Soldiers w/ 6 Minigiant Escape Plan Soldiers [$150] // Gatebot GRU Heavy Support [$50] //------------------------------------------------- Wave { InitWaveOutput { Target wave_initA_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } Explanation { Line "{f48033}///// MISSION INFO /////" Line "{ef4ff2}Engineers are mages in this mission and are able to cast spells!" Line "{f9cc77}Check out the Player Upgrades menu at the Upgrades Station for magic related upgrades" Line "{ef4ff2}Bind mouse2 +use_action_slot_item for the best experience." Line "{f9cc77}Most weapons for each class have been rebalanced to make them viable to use." Line "{ef4ff2}Check out the rebalance google doc at https://bit.ly/winterbridgemedieval" Line "{f48033}///// MISSION INFO /////" } // 16 Zombie Arm Scouts [$50] WaveSpawn { Name "W3-INIT-ZOMBIES" Where spawnbot_gate02_invasion TotalCount 16 MaxActive 16 SpawnCount 1 TotalCurrency 50 WaitBeforeStarting 2 WaitBetweenSpawns .25 TFBot { Template T_TFBot_Scout_Arm } } // 1 Giant Zombie Arm Scout WaveSpawn { Name "W3-INIT-ZOMBIES" Where spawnbot_gate02_invasion TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 6 TFBot { Template T_TFBot_Giant_Scout_Arm Action Mobber } } // 2 Giant Skeleton Summoner Demos [$50] WaveSpawn { Name "W3-G-DEMO-SKELETONKING" Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 1 TotalCurrency 50 WaitForAllDead "W3-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 10 TFBot { Template T_TFBot_Giant_Demoman_Skeleton } } // 32 Skeletons [$50] WaveSpawn { Name "W3-SKELETONS" Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 32 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W3-INIT-ZOMBIES" WaitBeforeStarting 6 WaitBetweenSpawns 8 TFBot { Template T_TFBot_Sniper_Skeleton } } // Gatebot Escape Plan Soldier Support [$50] WaveSpawn { Name "W3-GB-SOLDIER-ESCAPE" Where spawnbot_gate02_right Where spawnbot_gate01_right Support 1 TotalCount 20 MaxActive 4 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W3-INIT-ZOMBIES" WaitBeforeStarting 14 WaitBetweenSpawns 20 TFBot { Template T_TFGateBot_Soldier_Equalizer } } // 4 Giant Neon Annihilator Pyros [$100] WaveSpawn { Name "W3-G-PYRO-NEON" Where spawnbot_gate02_right Where spawnbot_gate01 TotalCount 4 MaxActive 2 SpawnCount 1 TotalCurrency 100 WaitForAllDead "W3-G-DEMO-SKELETONKING" WaitBeforeStarting 2 WaitBetweenSpawns 20 TFBot { Template T_TFBot_Giant_Pyro_Neon } } // Limited Bushwacka Sniper Support [$50] WaveSpawn { Name "W3-SNIPER-BUSHWACKA" Where spawnbot_limited_a Support 1 TotalCount 50 MaxActive 4 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W3-G-DEMO-SKELETONKING" WaitBeforeStarting 12 WaitBetweenSpawns 20 TFBot { Template T_TFBot_Sniper_Bushwacka } } // 16 Milk Scouts [$50] WaveSpawn { Name "W3-SCOUT-MILK" Where spawnbot_gate02_right Where spawnbot_gate01 TotalCount 16 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W3-G-DEMO-SKELETONKING" WaitBeforeStarting 6 WaitBetweenSpawns 14 TFBot { Template T_TFBot_Scout_Milk } } // 24 Jarate Snipers [$100] WaveSpawn { Name "W3-SNIPER-JARATE" Where spawnbot_gate02_left Where spawnbot_gate01 TotalCount 24 MaxActive 4 SpawnCount 4 TotalCurrency 100 WaitForAllDead "W3-G-DEMO-SKELETONKING" WaitBeforeStarting 6 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Sniper_Jarate } DoneOutput { Target disable_limited_spawns_a Action Trigger } } // 2 Giant Battalions Katana Soldiers w/ 6 Minigiant Escape Plan Soldiers [$150] WaveSpawn { Name "W3-G-SOLDIER-BATANA-SQUAD" Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 8 MaxActive 4 SpawnCount 4 TotalCurrency 150 WaitForAllDead "W3-G-PYRO-NEON" WaitBeforeStarting 2 WaitBetweenSpawnsAfterDeath 6 Squad { TFBot { Template T_TFBot_Giant_Soldier_Batana } TFBot { Template T_TFBot_MiniGiant_Soldier_Escape_Plan } TFBot { Template T_TFBot_MiniGiant_Soldier_Escape_Plan } TFBot { Template T_TFBot_MiniGiant_Soldier_Escape_Plan } } } // Gatebot GRU Heavy Support [$50] WaveSpawn { Name "W3-GB-HEAVY-GRU" Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion Support 1 TotalCount 25 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W3-G-PYRO-NEON" WaitBeforeStarting 4 WaitBetweenSpawns 16 TFBot { Template T_TFGateBot_Heavy_GRU } } } ////// WAVE 4 [$600] ///////////////////////////////////////////////////////// // Overview //------------------------------------------------- // 32 Zombie Arm Scouts [$100] // 2 Giant Zombie Arm Scouts // // 2 Giant Bear Heavies w/ 2 Giant Kritz Medics [$50] // 32 KGB Heavies [$50] // 8 KGB Heavies w/ 8 Uber Medics [$50] // // Minigiant Crossbow Medic Sniper Support [$0] // // 2 Giant Crit Shovel Soldiers [$50] // 32 Gatebot Equalizer soldiers [$50] // 16 Shovel Soldiers [$50] // 16 Shovel Soldiers w/ 16 Kritz Medics [$50] // // 2 Giant Shotgun/Fist Attrbot Heavies [$50] // Minigiant Huntsman/Jarate/Bushwacka Attrbot Sniper Support [$50] // GRU Heavy Support [$0] //------------------------------------------------- Wave { InitWaveOutput { Target wave_initMain_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } Explanation { Line "{f48033}///// MISSION INFO /////" Line "{ef4ff2}Engineers are mages in this mission and are able to cast spells!" Line "{f9cc77}Check out the Player Upgrades menu at the Upgrades Station for magic related upgrades" Line "{ef4ff2}Bind mouse2 +use_action_slot_item for the best experience." Line "{f9cc77}Most weapons for each class have been rebalanced to make them viable to use." Line "{ef4ff2}Check out the rebalance google doc at https://bit.ly/winterbridgemedieval" Line "{f48033}///// MISSION INFO /////" } // 32 Zombie Arm Scouts [$100] WaveSpawn { Name "W4-INIT-ZOMBIES" Where spawnbot_main_invasion TotalCount 32 MaxActive 32 SpawnCount 1 TotalCurrency 100 WaitBeforeStarting 2 WaitBetweenSpawns .25 TFBot { Template T_TFBot_Scout_Arm } } // 2 Giant Zombie Arm Scouts WaveSpawn { Name "W4-INIT-ZOMBIES" Where spawnbot_main_invasion TotalCount 2 MaxActive 2 SpawnCount 1 WaitBeforeStarting 6 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Giant_Scout_Arm Action Mobber } } // 2 Giant Bear Heavies w/ 2 Giant Kritz Medics [$50] WaveSpawn { Name "W4-G-HEAVY-BEAR-SQUAD" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 4 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W4-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 12 Squad { TFBot { Template T_TFBot_Giant_Heavy_Bear } TFBot { Template T_TFBot_Giant_Medic_Kritz } } } // 32 KGB Heavies [$50] WaveSpawn { Name "W4-HEAVY-KGB" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 32 MaxActive 8 SpawnCount 8 TotalCurrency 50 WaitForAllDead "W4-INIT-ZOMBIES" WaitBeforeStarting 4 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Heavy_KGB } } // 8 KGB Heavies w/ 8 Uber Medics [$50] WaveSpawn { Name "W4-HEAVY-KGB-SQUAD" Where spawnbot_main_left Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 16 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W4-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 10 Squad { TFBot { Template T_TFBot_Heavy_KGB } TFBot { Template T_TFBot_Medic_QuickUber AddTemplate ZombieMedic } } } // Minigiant Crossbow Medic Sniper Support [$0] WaveSpawn { Name "W4-MG-MEDIC-CROSSBOW" Where spawnbot_main_right Where spawnbot_gate02_left Where spawnbot_gate01_right Support 1 MaxActive 2 SpawnCount 2 WaitForAllSpawned "W4-HEAVY-KGB-SQUAD" WaitBeforeStarting 2 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Medic_Crossbow } } // 2 Giant Crit Shovel Soldiers [$50] WaveSpawn { Name "W4-G-SOLDIER-SHOVEL-CRIT" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W4-G-HEAVY-BEAR-SQUAD" WaitBeforeStarting 8 TFBot { Template T_TFBot_Giant_Soldier_Bucket Attributes AlwaysCrit } } // 32 Gatebot Equalizer soldiers [$50] WaveSpawn { Name "W4-GB-SOLDIER-SHOVEL" Where spawnbot_main_left Where spawnbot_gate02_left Where spawnbot_gate01 TotalCount 32 MaxActive 8 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W4-HEAVY-KGB-SQUAD" WaitBeforeStarting 6 WaitBetweenSpawns 5 TFBot { Template T_TFGateBot_Soldier_Equalizer } } // 16 Shovel Soldiers [$50] WaveSpawn { Name "W4-SOLDIER-SHOVEL" Where spawnbot_main_right Where spawnbot_gate02 Where spawnbot_gate01_right TotalCount 16 MaxActive 4 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W4-HEAVY-KGB-SQUAD" WaitBeforeStarting 4 WaitBetweenSpawns 6 TFBot { Template T_TFBot_Soldier_Shovel } } // 16 Shovel Soldiers w/ 16 Kritz Medics [$50] WaveSpawn { Name "W4-SOLDIER-SHOVEL-SQUAD" Where spawnbot_main_right Where spawnbot_gate02 Where spawnbot_gate01_right TotalCount 32 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W4-HEAVY-KGB-SQUAD" WaitBeforeStarting 4 WaitBetweenSpawns 12 Squad { TFBot { Template T_TFBot_Soldier_Shovel } TFBot { Template T_TFBot_Medic_Kritz } } } // Dummy WaveSpawn { Name "W4-DUMMY-SETRANDOMINTERVAL" WaitForAllDead "W4-G-SOLDIER-SHOVEL-CRIT" WaitBeforeStarting 8 DoneOutput { Target pt_botattributes_random_setinterval_4 Action Trigger } } // Dummy WaveSpawn { WaitForAllDead "W4-DUMMY-SETRANDOMINTERVAL" WaitBeforeStarting 1 DoneOutput { Target botattributes_random_start_relay Action Trigger } } // 2 Giant Shotgun/Fist Attrbot Heavies [$50] WaveSpawn { Name "W4-G-AB-HEAVY-SHOTGUNFIST" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 1 TotalCurrency 50 WaitForAllDead "W4-G-SOLDIER-SHOVEL-CRIT" WaitBeforeStarting 7 WaitBetweenSpawns 12 TFBot { Template T_TFAttrBot_Giant_Heavy_Shotgun_Fist } } // Minigiant Huntsman/Jarate/Bushwacka Attrbot Sniper Support [$50] WaveSpawn { Name "W4-MG-AB-SNIPER-HUNTSJARATEWACKA" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion Support 1 TotalCount 8 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W4-G-SOLDIER-SHOVEL-CRIT" WaitBeforeStarting 10 WaitBetweenSpawns 16 TFBot { Template T_TFAttrBot_Sniper_Huntsman_Bushwacka } DoneOutput { Target botattributes_reset_relay Action Trigger } } // GRU Heavy Support [$0] WaveSpawn { Name "W4-MG-GB-HEAVY-KGB" Where spawnbot_main Where spawnbot_gate02_left Where spawnbot_gate01 Support 1 MaxActive 8 SpawnCount 4 WaitForAllDead "W4-G-SOLDIER-SHOVEL-CRIT" WaitBeforeStarting 5 WaitBetweenSpawns 10 TFBot { Template T_TFBot_Heavy_GRU } } // Minigiant Gatebot KGB Heavy Support [$50] WaveSpawn { Name "W4-MG-GB-HEAVY-KGB" Where spawnbot_main Where spawnbot_gate02_left Where spawnbot_gate01 Support 1 TotalCount 15 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W4-G-SOLDIER-SHOVEL-CRIT" WaitBeforeStarting 10 WaitBetweenSpawns 25 TFBot { Template T_TFGateBot_MiniGiant_Heavy_KGB } } } ////// WAVE 5 [$600] ///////////////////////////////////////////////////////// // Overview //------------------------------------------------- // 64 Zombie Arm Scouts [$100] // 4 Giant Zombie Arm Scouts // // 2 Giant Crit Soldiers w/ 8 Uber Medics [$50] // 24 Gatebot Crit-a-Cola/Fish Scouts [$50] // 24 Gatebot Bonk Scouts [$50] // // 2 Giant Gatebot Pyro Mages [$100] // 64 Axtinguisher Pyros [$50] // Sunstick Scout support [$50] // // Minigiant Gatebot Powerjack Pyro Support [$50] // // 4 Giant Fire Sword Demomen [$50] // Skeleton Support [$50] //------------------------------------------------- Wave { InitWaveOutput { Target wave_initMain_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } Explanation { Line "{f48033}///// MISSION INFO /////" Line "{ef4ff2}Engineers are mages in this mission and are able to cast spells!" Line "{f9cc77}Check out the Player Upgrades menu at the Upgrades Station for magic related upgrades" Line "{ef4ff2}Bind mouse2 +use_action_slot_item for the best experience." Line "{f9cc77}Most weapons for each class have been rebalanced to make them viable to use." Line "{ef4ff2}Check out the rebalance google doc at https://bit.ly/winterbridgemedieval" Line "{f48033}///// MISSION INFO /////" } // 64 Zombie Arm Scouts [$100] WaveSpawn { Name "W5-INIT-ZOMBIES" Where spawnbot_main_invasion TotalCount 64 MaxActive 46 SpawnCount 2 TotalCurrency 100 WaitBeforeStarting 2 WaitBetweenSpawns 1.5 TFBot { Template T_TFBot_Scout_Arm } } // 4 Giant Zombie Arm Scouts WaveSpawn { Name "W5-INIT-ZOMBIES" Where spawnbot_main_invasion TotalCount 4 MaxActive 2 SpawnCount 1 WaitBeforeStarting 6 WaitBetweenSpawns 8 TFBot { Template T_TFBot_Giant_Scout_Arm Action Mobber } } // 2 Giant Crit Soldiers w/ 8 Uber Medics [$50] WaveSpawn { Name "W5-G-SOLDIER-CRIT-SQUAD" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 10 MaxActive 10 SpawnCount 5 TotalCurrency 50 WaitForAllDead "W5-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 12 Squad { TFBot { Template T_TFBot_Giant_Soldier_Crit Item "Zombie Soldier" CharacterAttributes { "voice pitch scale" 0.5 } } TFBot { Template T_TFBot_Medic AddTemplate ZombieMedic } TFBot { Template T_TFBot_Medic AddTemplate ZombieMedic } TFBot { Template T_TFBot_Medic AddTemplate ZombieMedic } TFBot { Template T_TFBot_Medic AddTemplate ZombieMedic } } } // 24 Gatebot Crit-a-Cola/Fish Scouts [$50] WaveSpawn { Name "W5-GB-SCOUT-COLAFISH" Where spawnbot_main_left Where spawnbot_gate02_left Where spawnbot_gate01 TotalCount 24 MaxActive 12 SpawnCount 1 TotalCurrency 50 WaitForAllDead "W5-INIT-ZOMBIES" WaitBeforeStarting 8 WaitBetweenSpawns .5 TFBot { Template T_TFGateBot_Scout_Cola_Fish } } // 24 Gatebot Bonk Scouts [$50] WaveSpawn { Name "W5-GB-SCOUT-BONK" Where spawnbot_main_right Where spawnbot_gate02 Where spawnbot_gate01_right TotalCount 24 MaxActive 12 SpawnCount 1 TotalCurrency 50 WaitForAllDead "W5-INIT-ZOMBIES" WaitBeforeStarting 8 WaitBetweenSpawns .5 TFBot { Template T_TFGateBot_Scout_Bonk } } // 2 Giant Gatebot Pyro Mages [$100] WaveSpawn { Name "W5-G-GB-PYRO-MAGE" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 1 TotalCurrency 100 WaitForAllDead "W5-G-SOLDIER-CRIT-SQUAD" WaitBeforeStarting 2 WaitBetweenSpawns 15 TFBot { Template T_TFGateBot_Giant_Pyro_Mage } } // 88 Axtinguisher Pyros [$50] WaveSpawn { Name "W5-PYRO-AXTINGUISHER" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 48 MaxActive 16 SpawnCount 8 TotalCurrency 50 WaitForAllDead "W5-G-SOLDIER-CRIT-SQUAD" WaitBeforeStarting 6 WaitBetweenSpawns 10 TFBot { Template T_TFBot_Pyro_Axtinguisher } } // Sunstick Scout support [$50] WaveSpawn { Name "W5-SCOUT-SUNSTICK" Where spawnbot_limited_a Support 1 TotalCount 25 MaxActive 4 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W5-G-SOLDIER-CRIT-SQUAD" WaitBeforeStarting 10 WaitBetweenSpawns 20 TFBot { Template T_TFBot_Scout_Sunstick } } // Minigiant Gatebot Powerjack Pyro Support [$50] WaveSpawn { Name "W5-MG-GB-PYRO-POWERJACK" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 Support 1 TotalCount 10 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllSpawned "W5-G-GB-PYRO-MAGE" WaitBeforeStarting 20 WaitBetweenSpawns 30 TFBot { Template T_TFGateBot_MiniGiant_Pyro_Powerjack } } // 4 Giant Fire Sword Demomen [$50] WaveSpawn { Name "W5-G-AB-DEMO-SWORDS" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 4 MaxActive 2 SpawnCount 2 TotalCurrency 50 WaitForAllDead "W5-G-GB-PYRO-MAGE" WaitBeforeStarting 4 WaitBetweenSpawns 16 TFBot { Template T_TFAttrBot_Giant_Demoman_FireSword } } // Skeleton Support [$50] WaveSpawn { Name "W5-SKELETONS" Where spawnbot_main_left Where spawnbot_main_right Where spawnbot_gate02_left Where spawnbot_gate01_right Support 1 TotalCount 50 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W5-G-GB-PYRO-MAGE" WaitBeforeStarting 4 WaitBetweenSpawns 20 TFBot { Template T_TFBot_Sniper_Skeleton } } } ////// WAVE 6 [$400] ///////////////////////////////////////////////////////// // Overview //------------------------------------------------- // 128 Zombie Arm Scouts [$100] // 8 Giant Zombie Arm Scouts // // Skeleton Support [$0] // Gatebot Crit-a-Cola/Fish Scout Support [$0] // // 64 Milk Scouts [$50] // 64 Neon Annihilator Pyros [$50] // 4 Giant Crit Soldiers [$25] // 2 Giant Wolf Demos [$25] // // 4 Giant Spammer Demomen [$25] // 32 Gatebot Eyelander Demos [$25] // // 16 Minigiant Conch Katana Soldiers [$25] // 2 Giant Common Spell Heavy Wizards [$25] // 2 Giant Rare Spell Heavy Wizards [$25] // // 1 Giant Heavies w/ 1 Giant Medics [$25] // Minigiant Steel Gauntlet Heavy Support [$0] //------------------------------------------------- Wave { InitWaveOutput { Target wave_initMain_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } Explanation { Line "{f48033}///// MISSION INFO /////" Line "{ef4ff2}Engineers are mages in this mission and are able to cast spells!" Line "{f9cc77}Check out the Player Upgrades menu at the Upgrades Station for magic related upgrades" Line "{ef4ff2}Bind mouse2 +use_action_slot_item for the best experience." Line "{f9cc77}Most weapons for each class have been rebalanced to make them viable to use." Line "{ef4ff2}Check out the rebalance google doc at https://bit.ly/winterbridgemedieval" Line "{f48033}///// MISSION INFO /////" } // 128 Zombie Arm Scouts [$100] WaveSpawn { Name "W6-INIT-ZOMBIES" Where spawnbot_main_invasion TotalCount 64 MaxActive 44 SpawnCount 2 TotalCurrency 100 WaitBeforeStarting 2 WaitBetweenSpawns 1 TFBot { Template T_TFBot_Scout_Arm } } // 8 Giant Zombie Arm Scouts WaveSpawn { Name "W6-INIT-ZOMBIES" Where spawnbot_main_invasion TotalCount 6 MaxActive 4 SpawnCount 1 WaitBeforeStarting 6 WaitBetweenSpawns 6 TFBot { Template T_TFBot_Giant_Scout_Arm Action Mobber } } // Skeleton Support [$0] WaveSpawn { Name "W6-SKELETONS" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion Support 1 MaxActive 8 SpawnCount 4 WaitForAllDead "W6-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 24 TFBot { Template T_TFBot_Sniper_Skeleton } } // Gatebot Crit-a-Cola/Fish Scout Support [$0] WaveSpawn { Name "W6-GB-SCOUT-FISH-CRIT" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion Support 1 MaxActive 8 SpawnCount 4 WaitForAllDead "W6-INIT-ZOMBIES" WaitBeforeStarting 2 WaitBetweenSpawns 20 TFBot { Template T_TFGateBot_Scout_Cola_Fish } } // 64 Milk Scouts [$50] WaveSpawn { Name "W6-SCOUT-MILK" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 32 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W6-INIT-ZOMBIES" WaitBeforeStarting 8 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Scout_Milk } } // 64 Neon Annihilator Pyros [$50] WaveSpawn { Name "W6-PYRO-NEON" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 32 MaxActive 8 SpawnCount 4 TotalCurrency 50 WaitForAllDead "W6-INIT-ZOMBIES" WaitBeforeStarting 8 WaitBetweenSpawns 12 TFBot { Template T_TFBot_Pyro_Neon } } // 4 Giant Crit Soldiers [$25] WaveSpawn { Name "W6-G-SOLDIER-CRIT" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 2 TotalCurrency 25 WaitForAllDead "W6-INIT-ZOMBIES" WaitBeforeStarting 16 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Giant_Soldier_Crit Item "Zombie Soldier" CharacterAttributes { "voice pitch scale" 0.5 } } } // 2 Giant Wolf Demos [$25] WaveSpawn { Name "W6-G-DEMO-WOLF" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 2 TotalCurrency 25 WaitForAllDead "W6-INIT-ZOMBIES" WaitBeforeStarting 8 TFBot { Template T_TFBot_Giant_Demoman_Wolf } } // 4 Giant Spammer Demomen [$25] WaveSpawn { Name "W6-G-DEMO-SPAMMER" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 4 MaxActive 2 SpawnCount 2 TotalCurrency 25 WaitForAllDead "W6-G-SOLDIER-CRIT" WaitBeforeStarting 4 WaitBetweenSpawns 16 TFBot { Template T_TFBot_Giant_Demo_RapidFire AddTemplate GiantZombieDemoman } } // 32 Gatebot Eyelander Demos [$25] WaveSpawn { Name "W6-GB-DEMO-EYELANDER" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion TotalCount 32 MaxActive 16 SpawnCount 8 TotalCurrency 25 WaitForAllDead "W6-G-SOLDIER-CRIT" WaitBeforeStarting 2 WaitBetweenSpawns 15 TFBot { Template T_TFGateBot_Demoman_Knight } } // 16 Minigiant Conch Katana Soldiers [$25] WaveSpawn { Name "W6-MG-SOLDIER-CONCHTANA" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 8 MaxActive 4 SpawnCount 4 TotalCurrency 25 WaitForAllDead "W6-G-DEMO-SPAMMER" WaitBeforeStarting 4 WaitBetweenSpawns 12 TFBot { Template T_TFBot_MiniGiant_Soldier_Conchtana } } // 2 Giant Common Spell Heavy Wizards [$25] WaveSpawn { Name "W6-G-HEAVY-COMMONWIZARD" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 2 MaxActive 2 SpawnCount 1 TotalCurrency 25 WaitForAllDead "W6-G-DEMO-SPAMMER" WaitBeforeStarting 8 WaitBetweenSpawns 20 TFBot { Template T_TFBot_Giant_Heavy_Wizard_Common } } // 2 Giant Heavies w/ 2 Giant Medics [$25] WaveSpawn { Name "W6-G-HEAVY-SQUAD" Where spawnbot_main Where spawnbot_gate02 Where spawnbot_gate01 TotalCount 4 MaxActive 2 SpawnCount 2 TotalCurrency 25 WaitForAllDead "W6-G-HEAVY-COMMONWIZARD" WaitBeforeStarting 15 Squad { TFBot { Template T_TFBot_Giant_Heavyweapons Skill Normal Tag bot_giant Item "Zombie Heavy" CharacterAttributes { "voice pitch scale" 0.5 "damage penalty" 0.7 } } TFBot { Template T_TFBot_Giant_Medic_Regen Tag bot_giant Item "Zombie Medic" CharacterAttributes { "voice pitch scale" 0.5 } } } } // Minigiant Steel Gauntlet Heavy Support [$0] WaveSpawn { Name "W6-MG-HEAVY-GAUNTLET" Where spawnbot_main_invasion Where spawnbot_gate02_invasion Where spawnbot_gate01_invasion Support 1 MaxActive 2 SpawnCount 2 WaitForAllDead "W6-G-HEAVY-RAREWIZARD" WaitBeforeStarting 8 WaitBetweenSpawns 18 TFBot { Template T_TFBot_Heavy_Fist } } } Templates { } }