#base robot_giant.pop #base robot_standard.pop WaveSchedule { StartingCurrency 1200 RespawnWaveTime 2 CanBotsAttackWhileInSpawnRoom no Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action trigger } WaitWhenDone 65 Checkpoint Yes WaveSpawn //WAVE 01a: 27 total, 9 active, Scout (melee only) { Name "wave01a" Where spawnbot TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 0.25 TotalCurrency 200 TFBot { Class Medic WeaponRestrictions MeleeOnly Item "Breadcrab" Item "Hypodermic Injector" //Item "The Ubersaw" ItemAttributes { ItemName "Breadcrab" "head scale" 3 "fire rate bonus" 0.25 "weapon maxammo bonus" 3 "beacon on fire" 1 } ItemAttributes { ItemName "Hypodermic Injector" "hand scale" 3 "fire rate bonus" 0.25 "weapon maxammo bonus" 3 "beacon on fire" 1 } // ItemAttributes // { // ItemName "Another" // "damage bonus" 2 // } } } } }