Spider Tank: Difference between revisions

From SigMod
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 49: Line 49:


==Download==
==Download==
Popfile: [https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop http://dl.potatomvm.tf/tf/scripts/population/robot_spidertank.pop]
Popfile: https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop


Icons: http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf
Icons: https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf


http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt
https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt
[[Category:Templates]]
[[Category:Templates]]

Revision as of 13:50, 10 July 2021

Spider Tank
Spider Tank in Action

A tank template that shoots slowing webs. Inflicts bleed to players touching the tank

Example

#base robot_spidertank.pop

WaveSchedule
{
	Wave
	{
		WaveSpawn
		{
			Name "wave01a"
			TotalCount 1
			WaitBeforeStarting 0

			FirstSpawnOutput                                                                                                                                                            
			{
					Target boss_spawn_relay                                            
					Action Trigger                         
			}

			Tank
			{
				Health 1000
				Speed 150
				Name "tankboss"
				StartingPathTrackNode "tank_path_a_1"
				Template SpiderTank [$SIGSEGV]

				OnKilledOutput                                  
				{
					Target boss_dead_relay
					Action Trigger                         
				}
				
				OnBombDroppedOutput                             
				{
					Target boss_deploy_relay 
					Action Trigger                         
				}
			}
		}
	}
}

Download

Popfile: https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop

Icons: https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf

https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt