Spider Tank: Difference between revisions

From SigMod
Jump to navigation Jump to search
m (Feedback: Removed "<br clear=both>"; Removed expandable feature of the example, but it still is scrollable; Description updated to be less short.)
m (Fixed links.)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
__NOTOC__
__NOTOC__
==Templates==
==Templates==
''' robot_spidertank.pop '''
* SpiderTank
* SpiderTank


Line 56: Line 55:
==Downloads==
==Downloads==
''' Popfile '''
''' Popfile '''
* https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop
* https://testing.potato.tf/tf/scripts/population/robot_spidertank.pop
''' Icons '''
''' Icons '''
* https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf
* https://testing.potato.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf
* https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt
* https://testing.potato.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt
[[Category:Templates]]
[[Category:Templates]]

Latest revision as of 21:35, 29 July 2023

Spider Tank

A Tank that shoots out movement slowing webs. The tank will also inflict bleed to any players that get too close, as if they're bit by the large Spiders.


Templates[edit | edit source]

  • SpiderTank

Example[edit | edit source]

Spider Tank in Action
#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                         
				}
			}
		}
	}
}

Downloads[edit | edit source]

Popfile

Icons