Wave { Templates { //taken from gettysburg's robot templates with some slight modifications T_TFBot_Demo_Sticky { Name "Stickybomb Demo" Class Demoman ClassIcon demo_sticky_daan WeaponRestrictions SecondaryOnly Item "Upgradeable TF_WEAPON_PIPEBOMBLAUNCHER" Item "The Strontium Stove Pipe" Skill Hard Attributes HoldFireUntilFullReload ItemAttributes { ItemName "TF_WEAPON_GRENADELAUNCHER" "is_passive_weapon" 1 "override projectile type" 27 "fire rate penalty" 1984 } ItemAttributes { ItemName "Upgradeable TF_WEAPON_PIPEBOMBLAUNCHER" "self dmg push force decreased" 0.5 "stickybomb charge rate" 0.1 "projectile range decreased" 0.45 "no self blast dmg" 2 "max pipebombs decreased" -7 } } //applies mark for death on hit //has the wrangler out to look like he's pointing a targeter or something Idk it just think it looks cool //the mark for death effect is on the wrench so that there's a delay inbetween him registering a shot and the shot actually connecting so you wouldn't be marked as long as you keep moving //deals absolutely no damage on his own, a completely support oriented bot //uses FireWeapon{} to bypass the hard coded fire range T_TFBot_Engineer_Marker { Name "Bounty Engineer" Class Engineer ClassIcon engineer_accu WeaponRestrictions SecondaryOnly Item "The Wrangler" Item "Corona Australis" Skill Expert Action FetchFlag MaxVisionRange 1000 FireWeapon { Delay 0 Cooldown 0.3 Repeats 0 IfSeeTarget 1 Duration 0.1 Type "Primary" } ItemAttributes { ItemName "The Wrangler" "mark for death" 1 } ItemAttributes { ItemName TF_WEAPON_SHOTGUN_PRIMARY "is_passive_weapon" 1 "damage penalty" 0.001 "sniper fires tracer hidden" 1 "fire rate bonus" 2 "weapon spread bonus" 0.01 "reload time decreased" 0.01 } } //rocket jumps occasionally T_TFBot_Soldier_Airstrike_Para { Name "Airstrike Soldier" Class Soldier ClassIcon soldier_airstrike Item "The Air Strike" Item "The B.A.S.E. Jumper" Skill Hard RocketJump 1 CharacterAttributes { "cancel falling damage" 1 } } TF_TFBot_Medic_Kritz { Name "Kritzkrieg Medic" Class Medic ClassIcon medic_kritz Item "The Kritzkrieg" Skill Expert Attributes SpawnWithFullCharge Attributes DisableDodge ItemAttributes { ItemName "The Kritzkrieg" "ubercharge rate bonus" 100 "uber duration bonus" 100 } CharacterAttributes { "bot medic uber health threshold" 1984 } } } }