//This file has been generated by http://mvm.tf //Copy this file in your tf/scripts/population folder #base robot_giant.pop #base robot_standard.pop #base robot_gatebot.pop population { StartingCurrency 6000 RespawnWaveTime 6 CanBotsAttackWhileInSpawnRoom no PrecacheModel "models/workshop/player/items/soldier/taunt_rocket_jockey/taunt_rocket_jockey.mdl" PointTemplates { nuke { prop_dynamic { "modelscale" "0.9" "teamnum" 3 "DisableBoneFollowers" "1" "disableshadows" "1" "model" "models/workshop/player/items/soldier/taunt_rocket_jockey/taunt_rocket_jockey.mdl" "solid" "0" "spawnflags" "0" "StartDisabled" "0" } } } Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 22 SpawnCount 1 Where spawnbot WaitBeforeStarting 1 WaitBetweenSpawns 1 TFBot { Class Soldier Name "Nuker Nat" Attributes Miniboss Skill Expert Health 3000 Item "the original" ShootTemplate //Shoot defined point template. Template is spawned at bot position in looking direction, forward velocity being applied to spawned entities { Name nuke //Name of the template Speed 999 //Velocity of the spawned objects (Default: 1000) Offset "0 0 0" //Offset from the bot shooting position (Default: 0 0 0) Angles "0 90 0" //Shooting angle offset (Default: 0 0 0) OverrideShoot 0 //Stop default projectile from being spawned (Default: 0) Spread 0 //Spread of the fired template entities. 0 - No spread, 0.1 - Beggar like spread, 1 - Very inaccurate (Default: 0) AttachToProjectile 1 //If set, the template is spawned as a child of the projectile being fired. Incompatible with overrideshoot ItemName "the original" //Can be specified to limit to a specific weapon } ItemAttributes { ItemName "the original" "set damagetype ignite" 1 "damage bonus" 1.25 "minicrit vs burning player" 1 "Attach particle effect" 3042 } RocketCustomModel "models/empty.mdl" CharacterAttributes { "move speed bonus" 0.5 } Item "Hazard Headgear" Item "the Diplomat" } } } }