#base robot_standard.pop #base robot_giant.pop // WAVE 1 - 0$ + B(100$) // ------------------- // TOTAL - 0$ + B(100$) WaveSchedule { StartingCurrency 30000 RespawnWaveTime 10 CanBotsAttackWhileInSpawnRoom no Templates { } ExtendedUpgrades { minigunmod { Name "Testing" Description "Testinggg" Cost 400 Attribute "fire rate penalty" Cap 6 Increment 5 AllowPlayerClass Heavyweapons AllowedWeapons { Classname tf_weapon_minigun } OnApply { Output "!activator,AddOutput,rendercolor 0 255 0,0,-1" } OnDowngrade { Output "!activator,AddOutput,rendercolor 255 255 255,0,-1" } OnRestore { Output "!activator,AddOutput,rendercolor 255 255 255,0,-1" } } } // WAVE 1 [$0] Wave { InitWaveOutput { Target wave_initA_relay Action Trigger } StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } // [$0] WaveSpawn { Name "" Where spawnbot_ab TotalCount 1 MaxActive 1 SpawnCount 1 TotalCurrency 0 WaitBeforeStarting 0 WaitBetweenSpawns 0 TFBot { Template T_TFBot_Scout_Fish } } } }