Created
October 2, 2015 07:01
-
-
Save sigsegv-mvm/0a904278e3b013811d36 to your computer and use it in GitHub Desktop.
Sentry Buster with uber medics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#base robot_giant.pop | |
#base robot_standard.pop | |
#base robot_gatebot.pop | |
WaveSchedule | |
{ | |
StartingCurrency 3000 | |
RespawnWaveTime 2 | |
CanBotsAttackWhileInSpawnRoom no | |
AddSentryBusterWhenDamageDealtExceeds 0 | |
AddSentryBusterWhenKillCountExceeds 0 | |
Advanced 1 | |
Mission | |
{ | |
Objective DestroySentries | |
Where spawnbot | |
InitialCooldown 0 | |
CooldownTime 0 | |
BeginAtWave 1 | |
RunForThisManyWaves 100 | |
DesiredCount 5 | |
Squad | |
{ | |
TFBot | |
{ | |
Template T_TFBot_SentryBuster | |
} | |
TFBot | |
{ | |
Template T_TFBot_Medic | |
} | |
TFBot | |
{ | |
Template T_TFBot_Medic | |
} | |
TFBot | |
{ | |
Template T_TFBot_Medic | |
} | |
TFBot | |
{ | |
Template T_TFBot_Medic | |
} | |
} | |
} | |
Wave | |
{ | |
Checkpoint Yes | |
StartWaveOutput | |
{ | |
Target wave_start_relay | |
Action Trigger | |
} | |
DoneOutput | |
{ | |
Target wave_finished_relay | |
Action trigger | |
} | |
WaveSpawn | |
{ | |
Where spawnbot | |
TotalCount 1 | |
MaxActive 1 | |
SpawnCount 1 | |
WaitBeforeStarting 3600 | |
WaitBetweenSpawns 0 | |
TotalCurrency 0 | |
TFBot | |
{ | |
Template T_TFBot_Scout_Fish | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment