//A demonic endurance mission that gets harder as it goes... And its in expert WHAT?!?!?!? #base robot_giant.pop #base robot_moonlight.pop #base robot_standard.pop devilishactofviolence //WaveSchedule { StartingCurrency 400 RespawnWaveTime 7 Advanced 1 BotsAreHumans 2 ///Important precaching PrecacheModel "models\props_halloween\halloween_gift.mdl" //The Evil Elves need dripping out yknow Templates { lightsmissmas { Name "Elf" Item "The Big Elfin Deal" Item "The Bootie Time" Item "Seasonal Employee" Item "Scout MtG Hat" } soldierprojectilesmissmas { Name "Gift Soldier" Item "eotl_winter_coat" Item "The Gift Bringer" Item "Climbing Commander" ItemAttributes { ItemName "TF_WEAPON_ROCKETLAUNCHER" "Paintkit_proto_def_index" 391 "custom projectile model" "models\props_halloween\halloween_gift.mdl" } } demoprojectilesmissmas { Name "Elf" Item "Elf Defense" Item "Fizzy Pharmacist" Item "Seasonal Employee" ItemAttributes { ItemName "TF_WEAPON_GRENADELAUNCER" "Paintkit_proto_def_index" 391 "custom projectile model" "models\props_halloween\halloween_gift.mdl" } } } //Wave 1 of evil smissmas Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action trigger } WaveSpawn { Name 1 TotalCount 1 TotalCurrency 100 Where spawnbot_center TFBot { Template T_TFBot_Giant_Scout_Popper Addtemplate lightsmissmas } } WaveSpawn { TotalCount 18 TotalCurrency 100 SpawnCount 6 MaxActive 6 Where spawnbot_center TFBot { Class Soldier Addtemplate soldierprojectilesmissmas } } } }