/////////////////////////////////////////////////////////////////////////// // BEGIN POP FILE /////////////////////////////////////////////////////////////////////////// #base robot_giant.pop #base robot_standard.pop WaveSchedule { StartingCurrency 700 RespawnWaveTime 5 CanBotsAttackWhileInSpawnRoom no Advanced 1 wavestartcountdown 3 ///////////////// //MISSIONS ///////////////// /////////////////////////////////////////////////////////////////////////// //SENTRY BUSTER MISSIONS /////////////////////////////////////////////////////////////////////////// Mission // Sentry Busters - all { Objective DestroySentries InitialCooldown 15 Where spawnbot_mission_sentry_buster BeginAtWave 1 RunForThisManyWaves 7 CooldownTime 30 TFBot { Template T_TFBot_SentryBuster } } Wave { InitWaveOutput { Target gamerules Action RunScriptCode Param " IncludeScript(`pyro_spinner2`) " } StartWaveOutput { Target wave_start_relay_classic Action Trigger } DoneOutput { Target wave_finished_relay Action trigger } Checkpoint Yes WaveSpawn { Where spawnbot Name "death" TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 150 // TFBot // { // Template T_TFBot_Giant_Pyro // Attributes AlwaysFireWeapon // ClassIcon boss_death_pyro // Name "Giant Spinning Pyro" // Tag pyro_spinner // Attributes AlwaysCrit // ItemAttributes // { // ItemName "TF_WEAPON_FLAMETHROWER" // "damage bonus" 2 // "flame_drag" 6.5 // } // } TFBot { Template T_TFBot_Giant_Pyro Item "TF Birthday Hat 2011" Attributes AlwaysFireWeapon ClassIcon boss_death_pyro Name "Super Stupid Pyro" Tag pyro_spinner_jump Attributes AlwaysCrit ItemAttributes { ItemName "TF_WEAPON_FLAMETHROWER" "damage bonus" 3 "flame_drag" 6.5 } Health 35000 Scale 1.9 Skill Expert Attributes MiniBoss Attributes UseBossHealthBar } } } }