#base robot_giant.pop #base robot_standard.pop #base robot_gatebot.pop population { StartingCurrency 15000 RespawnWaveTime 12 CanBotsAttackWhileInSpawnRoom no PrecacheModel "models/items/banana/banana.mdl" PrecacheModel "models/weapons/c_models/c_big_mallet/c_big_mallet.mdl" Templates { T_TFBot_Giant_Demoman_Bananaboi { ClassIcon heavy_banana Health 50000 Name "Donkey Kong" Class Demoman Skill Expert Scale 2 Attributes MiniBoss WeaponRestrictions PrimaryOnly Attributes UseBossHealthBar Attributes HoldFireUntilFullReload Item "Potassium Bonnett" Item "The Loose Cannon" ItemAttributes { ItemName "The Loose Cannon" "damage bonus" 5 "fire rate bonus" 0.25 "faster reload rate" 0.25 "grenade launcher mortar mode" 0 "custom projectile model" "models/items/banana/banana.mdl" } CharacterAttributes { "health regen" 40 "move speed bonus" 0.5 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "override footstep sound set" 3 "airblast vertical vulnerability multiplier" 0.1 } } T_TFBot_Giant_Demoman_Malletknight { Health 50000 Name "Malletknight" Class Demoman ClassIcon mallet Skill Expert Scale 2 Attributes MiniBoss WeaponRestrictions MeleeOnly Action Mobber Attributes UseBossHealthBar Attributes AlwaysCrit Item "Binoculus" Item "The Horseless Headless Horseman's Headtaker" CustomWeaponModel { Slot 2 Model "models/weapons/c_models/c_big_mallet/c_big_mallet.mdl" } ItemAttributes { ItemName "The Horseless Headless Horseman's Headtaker" "damage bonus" 10 "melee range multiplier" 5 "crit kill will gib" 1 } CharacterAttributes { "health regen" 40 "move speed bonus" 0.75 "damage force reduction" 0.4 "airblast vulnerability multiplier" 0.4 "override footstep sound set" 3 "airblast vertical vulnerability multiplier" 0.1 } } } Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Name w1 TotalCurrency 9999 TotalCount 1 MaxActive 1 SpawnCount 1 Where spawnbot TFBot { Template T_TFBot_Giant_Demoman_Bananaboi } } WaveSpawn { Name w1 TotalCurrency 9999 TotalCount 1 MaxActive 1 SpawnCount 1 Where spawnbot TFBot { Template T_TFBot_Giant_Demoman_Malletknight } } } }