#base robot_giant.pop #base robot_standard.pop WaveSchedule { StartingCurrency 6666 RespawnWaveTime 2 CanBotsAttackWhileInSpawnRoom no CustomWeapon //Allows you to use an alias for items with custom attributes { "The Storm That Is Apporaching" // The name you would use in Item key in TFBot { OriginalItemName "TF_WEAPON_GRENADELAUNCHER" // The item used as a base "fire rate bonus" 0.1 // Attributes "clip size bonus" 2.5 "custom item model" "models/workshop_partner/weapons/c_models/c_shogun_katana/c_shogun_katana.mdl" "custom weapon fire sound" "Weapon_BatSaber.HitWorld" "mult projectile scale" 0.01 "burst fire count" 10 "faster reload rate" 0.666 "projectile spread angle penalty" 360 "Blast radius increased" 6.66 "damage bonus" 7.66 "explosion particle" "drg_cow_rockettrail_charged_blue" "fuse bonus" 0.666 "projectile trail particle" "teleported_mvm_bot" "Projectile speed decreased" 0.33 "projectile gravity native" 0.69 } } ExtraLoadoutItems // Extra loadout items available after typing !missionitems in chat { AllowEquipOutsideSpawn 1 // Allow equipping items outside spawn Demoman // Player Class { Primary // Extended syntax, Item slot to use { Item "The Storm That Is Apporaching" // Item name, custom weapon names are available Cost 5 // The cost of the weapon (default: 0) } } Head "The Cat's Pajamas" // All class item } //WAVE 1 //Currency 700 /////////////////////////////////////////////////////////////////////////////////////////////////////// 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 27 MaxActive 9 SpawnCount 9 WaitBeforeStarting 4 WaitBetweenSpawns 7 TotalCurrency 200 TFBot { Class Scout Skill Easy WeaponRestrictions MeleeOnly } } WaveSpawn //WAVE 01b: 20 total, 5 active, Pyro { Name "wave01b" Where spawnbot TotalCount 20 MaxActive 6 SpawnCount 2 WaitBeforeStarting 15 WaitBetweenSpawns 10 TotalCurrency 200 TFBot { Class Pyro Skill Easy } } } }