//OwO whats dis //Made by JaidenDestroyer https://steamcommunity.com/profiles/76561198436615277/ //Intermediate #base robot_standard.pop #base robot_giant.pop #base robot_gatebot.pop WaveSchedule { StartingCurrency 1001 // kek RespawnWaveTime 4 CanBotsAttackWhileInSpawnRoom no Advanced 0 // Bot templates Templates { // Nuke // [10:41] Nuke: at least not real EoI T_TFBot_Boss_Nuke //Gas afterburn does an instant 100 damage for 1 tick. { Name "Nuke: Lord Of Gaspassers & Eoi" Class Pyro Skill Expert ClassIcon boss_nuke Attributes SpawnWithFullCharge Attributes AlwaysFireWeapon Attributes UseBossHealthBar Attributes AlwaysCrit Health 15000 Attributes MiniBoss Tag bot_giant WeaponRestrictions SecondaryOnly item "the dragon's fury" Item "The Gas Passer" //Item "The Rusty Reaper" //Item "Lollichop Licker" CharacterAttributes { "move speed bonus" 0.5 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "override footstep sound set" 6 "gesture speed increase" 0.5 } ItemAttributes { ItemName "The Gas Passer" //"item_meter_charge_rate" 0.5 "weapon burn time increased" 0.001 // 1 tick "weapon burn dmg increased" 25 //100 damage "fire rate penalty" 8 // default 4.7 } //ItemAttributes //{ // ItemName "The Rusty Reaper" // "set item tint RGB" 12073019 //red // "head scale" 1.28 //} } // Sntr T_TFBot_Boss_Sntr { Name "Sntr: Master of the beggars" Class Soldier Skill Expert //ClassIcon soldier_rocketrain ClassIcon boss_sntr Health 20000 Tag bot_giant Attributes MiniBoss Attributes UseBossHealthBar Attributes AlwaysCrit WeaponRestrictions PrimaryOnly Item "The Beggar's Bazooka" ItemAttributes { ItemName "the beggar's bazooka" "faster reload rate" 0.6 "auto fires full clip all at once" 1 "auto fires when full" 1 "fire rate bonus" 0.4 "clip size upgrade atomic" 5 "Projectile speed decreased" 0.5 "can overload" 0 } CharacterAttributes { "move speed bonus" 0.5 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "override footstep sound set" 3 } } // Daanbox T_TFBot_Boss_Daan { Name "DaanBox: GateKeeper of #art" Class Heavy Skill Expert ClassIcon boss_daan Health 20000 Tag bot_giant Attributes MiniBoss Attributes UseBossHealthBar Attributes AlwaysCrit MaxVisionRange 1200 WeaponRestrictions PrimaryOnly Item "Deflector" ItemAttributes { ItemName "Deflector" "damage penalty" 3.5 "attack projectiles" 2 "heal on kill" 1500 } CharacterAttributes { "move speed bonus" 0.35 "damage force reduction" 0.3 "airblast vulnerability multiplier" 0.01 "airblast vertical vulnerability multiplier" 0.01 "override footstep sound set" 2 } } // Jakapoa T_TFBot_Boss_Jaka { // A giant sniper that has a always crit sniper and switches to a smg that rapid fires rockets Name "Jaka: Destroyer Of Nerds" Class Sniper Skill Expert ClassIcon boss_jaka Health 20000 Tag bot_giant Attributes MiniBoss Attributes UseBossHealthBar Attributes AlwaysCrit Attributes AlwaysFireWeapon Item "The Bazaar Bargain" ItemAttributes { ItemName "The Bazaar Bargain" "override projectile type" 2 "fire rate bonus" 0.2 "damage bonus" 0.5 "Projectile speed decreased" 0.5 } CharacterAttributes { "move speed bonus" 0.5 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "override footstep sound set" 2 // heavy footsteps } } // Zben T_TFBot_Boss_Ben { // NEED TO CHANGE THIS ( COPY OF SNTR ) Name "Benoist: Extender Of Deadlines" Class Soldier Skill Expert ClassIcon boss_zben Health 20000 Tag bot_giant Attributes MiniBoss Attributes UseBossHealthBar Attributes AlwaysCrit WeaponRestrictions PrimaryOnly Item "The Beggar's Bazooka" ItemAttributes { ItemName "the beggar's bazooka" "faster reload rate" 0.6 "auto fires full clip all at once" 1 "auto fires when full" 1 "fire rate bonus" 0.4 "clip size upgrade atomic" 5 "Projectile speed decreased" 0.5 "can overload" 0 } CharacterAttributes { "move speed bonus" 0.5 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "override footstep sound set" 3 } } } //Mission //SN1 //{ // Objective Sniper // Where spawnbot_mission_sniper // BeginAtWave 1 // RunForThisManyWaves 1 // InitialCooldown 0 // CooldownTime 99999 // DesiredCount 1 // // TFBot // { // Template T_TFBot_Boss_Jaka // } //} //WAVE 1 ///////////////////////////////////////////////////////////////// // Jaka's Wave Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Where spawnbot_giant WaitBetweenSpawnsAfterDeath 5 TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 300 TFBot { Template T_TFBot_Boss_Jaka } } WaveSpawn { TotalCount 30 WaitBeforeStarting 25 WaitBetweenSpawns 0.5 TotalCurrency 400 FirstSpawnOutput { Target boss_spawn_relay Action Trigger } Tank { Health 500 Speed 75 Name "Thomas The Tank" Skin 1 StartingPathTrackNode "boss_path_1" OnKilledOutput { Target boss_dead_relay Action Trigger Target Tank_2 Action Kill } OnBombDroppedOutput { Target boss_deploy_relay Action Trigger } } } } //WAVE 2 ///////////////////////////////////////////////////////////////// // Nuke's Wave Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Name "W2_Start" Where spawnbot_giant WaitBetweenSpawnsAfterDeath 5 TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 300 TFBot { Template T_TFBot_Boss_Nuke } } } //WAVE 3 ///////////////////////////////////////////////////////////////// // Sntr's Wave Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Name "W3_Start" Where spawnbot_giant WaitBetweenSpawnsAfterDeath 5 TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 300 TFBot { Template T_TFBot_Boss_Sntr } } } //WAVE 4 ///////////////////////////////////////////////////////////////// // DaanBox's Wave Wave { WaveSpawn { Name "W4_Start" Where spawnbot_giant WaitBetweenSpawnsAfterDeath 5 TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 50 TFBot { Template T_TFBot_Boss_Daan } } } //WAVE 5 ///////////////////////////////////////////////////////////////// // Bens's Wave Wave { WaveSpawn { Name "W4_Start" Where spawnbot_giant WaitBetweenSpawnsAfterDeath 5 TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 50 TFBot { Template T_TFBot_Boss_Ben } } } }