Created
October 2, 2015 07:07
-
-
Save sigsegv-mvm/81ae889da253aefed5a1 to your computer and use it in GitHub Desktop.
Tank spawner inside Mission populator with Objective DestroySentries
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 1 | |
Tank | |
{ | |
Health 10000 | |
Speed 75 | |
} | |
} | |
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