Small Turret Tanks
		
		
		
		Jump to navigation
		Jump to search
		
Small tanks that periodically shoot jarate or rockets periodically. It is recommended to give them less health and more speed. Uses tank cart model from Frontline! pack. When health is reduced below 60% and 20%, activates rage mode increasing their fire rate speed temporarily.
Templates
- SmallTankTurret - Small turret tank, shoots rockets dealing 50-150 damage every 2 seconds. Shoots 125 damage grenade every 6th shot
- SmallTankTurretCrit - Small turret tank shooting crit rockets dealing 270 damage. Shoots 330 damage grenade every 6th shot
- SmallTankTurretJarate - Small turret tank shooting jarate
Example

#base robot_tank_small_turret.pop
WaveSchedule
{
	Wave
	{
		WaveSpawn
		{
			TotalCount	1
			WaitBeforeStarting 0
			Tank
			{
				Health	15000
				Name	Tank1
				Speed	100
				
				StartingPathTrackNode	tank_path_a_1	
				Template "SmallTankTurret"
				OnKilledOutput
				{
					Target	boss_dead_relay
					Action	Trigger
				}
				OnBombDroppedOutput
				{
					Target	boss_deploy_relay
					Action	Trigger
				}
			}
		}
		WaveSpawn
		{
			TotalCount	1
			WaitBeforeStarting 3
			Tank
			{
				Health	15000
				Name	Tank1
				Speed	100
				
				StartingPathTrackNode	tank_path_a_1	
				Template "SmallTankTurretCrit"
				OnKilledOutput
				{
					Target	boss_dead_relay
					Action	Trigger
				}
				OnBombDroppedOutput
				{
					Target	boss_deploy_relay
					Action	Trigger
				}
			}
		}
		WaveSpawn
		{
			TotalCount	1
			WaitBeforeStarting 6
			Tank
			{
				Health	15000
				Name	Tank1
				Speed	100
				
				StartingPathTrackNode	tank_path_a_1	
				Template "SmallTankTurretJarate"
				OnKilledOutput
				{
					Target	boss_dead_relay
					Action	Trigger
				}
				OnBombDroppedOutput
				{
					Target	boss_deploy_relay
					Action	Trigger
				}
			}
		}
	}
}Download
Popfile: https://testing.potato.tf/tf/scripts/population/robot_tank_small_turret.pop
models + icons: https://drive.google.com/file/d/1NOp6TLWkCQq2V9mthBl0s5ZCjNAvoP-K/view?usp=sharing