Spider Tank: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
m (Fixed links.)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Spidertank.png|thumb|Spider Tank]]
[[File:Spidertank.png|thumb|Spider Tank]]
[[File:Spider Tank Video.mp4|thumb|Spider Tank in Action]]
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.
A tank template that shoots slowing webs. Inflicts bleed to players touching the tank
 
__NOTOC__
==Templates==
* SpiderTank


==Example==
==Example==
Tank
[[File:Spider Tank Video.mp4|thumb|400px|Spider Tank in Action]]
{
<!-- Scrolling breaks with <syntaxhighlight> (was going to use PHP) -->
Health 1000
<pre style="max-height:30em;min-width:22em;tab-size:4;">
Speed 150
#base robot_spidertank.pop
Name "tankboss"
 
StartingPathTrackNode "tank_path_a_1"
WaveSchedule
Template SpiderTank [$SIGSEGV]
{
Wave
OnKilledOutput                                 
{
{
WaveSpawn
Target boss_dead_relay
{
Action Trigger                         
Name "wave01a"
}
TotalCount 1
WaitBeforeStarting 0
OnBombDroppedOutput                           
 
{
FirstSpawnOutput                                                                                                                                                           
Target boss_deploy_relay
{
Action Trigger                       
Target boss_spawn_relay                                           
}
Action Trigger                         
}
}
==Download==
 
Popfile: [https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop http://dl.potatomvm.tf/tf/scripts/population/robot_spidertank.pop]
Tank
{
Health 1000
Speed 150
Name "tankboss"
StartingPathTrackNode "tank_path_a_1"
Template SpiderTank [$SIGSEGV]


Icons: http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf
OnKilledOutput                                 
{
Target boss_dead_relay
Action Trigger                       
}
OnBombDroppedOutput                           
{
Target boss_deploy_relay
Action Trigger                       
}
}
}
}
}
</pre>


http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt
==Downloads==
''' Popfile '''
* https://testing.potato.tf/tf/scripts/population/robot_spidertank.pop
''' Icons '''
* https://testing.potato.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf
* 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