#base robot_giant.pop #base robot_standard.pop onion { StartingCurrency 700 RespawnWaveTime 6 CanBotsAttackWhileInSpawnRoom no AddSentryBusterWhenDamageDealtExceeds 10000 AddSentryBusterWhenKillCountExceeds 10 SpawnTemplate "Moosic" Mission { Objective DestroySentries Where spawnbot BeginAtWave 1 RunForThisManyWaves 7 InitialCooldown 30 CooldownTime 45 DesiredCount 1 TFBot { Template T_TFBot_SentryBuster } } PrecacheSound "combat_initiation_delicate_glass_in_ice.mp3" PointTemplates { Moosic { ambient_generic { "message" "#*combat_initiation_delicate_glass_in_ice.mp3" "health" "10" "radius" "20" "spawnflags" "17" "targetname" "epicmosic" } } } Templates { T_TFBot_Giant_Heavy_Stomp { Class heavyweapons Name "Omega Heavyweight Champ" ClassIcon heavy_champ_giant Skill expert Health 7000 Item "the killing gloves of boxing" Item "The Mantreads" Item "Pugilist's Protector" Item "The Heavy-Weight Champ" WeaponRestrictions MeleeOnly Attributes MiniBoss Scale 1.8 Attributes AutoJump AutoJumpMin 10 AutoJumpMax 10 CharacterAttributes { "boots falling stomp" 1 "kb fall radius" 75 "kb fall force" 100 "kb fall min velocity" 150 "kb fall damage" 150 "kb fall stun time" 1 "cancel falling damage" 1 "halloween increased jump height" 2.2 "move speed bonus" 0.5 "damage force reduction" 0.3 "airblast vulnerability multiplier" 0.3 "override footstep sound set" 2 } } T_TFBot_Giant_Medic_Kritz { Name "Giant Kritz Medic" Class Medic ClassIcon medic_kritz_giant Scale 1.7 Health 6000 Action Medic Attributes IgnoreEnemies Attributes MiniBoss Attributes SpawnWithFullCharge Skill Expert WeaponRestrictions SecondaryOnly Tag bot_giant Item "The Team Captain" Item "The Kritzkrieg" ItemAttributes { ItemName "The Kritzkrieg" "uber duration bonus" 999 "ubercharge rate bonus" 100 } CharacterAttributes { "cannot pick up intelligence" 1 "move speed bonus" 0.5 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "heal rate bonus" 20 "bot medic uber health threshold" 100000 } } T_TFBot_Heavyweapons_Plasma { Class Heavy ClassIcon heavy_atomic Name "Plasma Gunner" Skill Expert Item "teufort_minigun_warroom" ItemAttributes { ItemName "teufort_minigun_warroom" "projectile spread angle penalty" 1.5 "override projectile type" 13 "attach particle effect" 704 "killstreak idleeffect" 1 "set_item_texture_wear" 0 "fire rate penalty" 1.5 "damage penalty" 0.25 } } } Wave //WAVE 1 - CASH 900 { InitWaveOutput { Target relay_A Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { // Wavespawn stuff DoneOutput { Target epicmosic Action PlaySound } } WaveSpawn { Name "w1a" TotalCurrency 150 TotalCount 4 MaxActive 1 SpawnCount 1 Where spawnbot WaitBeforeStarting 1 WaitBetweenSpawns 14 TFBot { Template T_TFBot_Giant_Medic_Kritz } } WaveSpawn { Name "w1a" TotalCurrency 50 TotalCount 24 MaxActive 12 SpawnCount 6 Where spawnbot WaitBeforeStarting 0 WaitBetweenSpawns 12 RandomSpawn 1 TFBot { Class demoman Skill Normal } } WaveSpawn { Name "w1b" WaitForAllDead "w1a" TotalCurrency 150 TotalCount 6 MaxActive 2 SpawnCount 1 Where spawnbot WaitBeforeStarting 1 WaitBetweenSpawns 4 TFBot { Template T_TFBot_Giant_Scout_Fast } } WaveSpawn { Name "w1b" WaitForAllDead "w1a" TotalCurrency 50 TotalCount 24 MaxActive 18 SpawnCount 6 Where spawnbot WaitBeforeStarting 0 WaitBetweenSpawns 4 RandomSpawn 1 TFBot { Template T_TFBot_Sniper Action Sniper } } } }