Spider Tank: Difference between revisions

From SigMod
Jump to navigation Jump to search
m (important comment)
m (Feedback: Removed "<br clear=both>"; Removed expandable feature of the example, but it still is scrollable; Description updated to be less short.)
Line 1: Line 1:
[[File:Spidertank.png|thumb|Spider Tank]]
[[File:Spidertank.png|thumb|Spider Tank]]
A Tank that shoots out movement slowing webs. The spiders inflict bleed to players that get too close to them. (touching the 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.


__NOTOC__
__NOTOC__
==Templates==
==Templates==
''' robot_spidertank.pop '''
''' robot_spidertank.pop '''
* SpiderTank - Everything of the Spider Tank itself.
* SpiderTank


<br clear="all">
==Example==
==Example==
[[File:Spider Tank Video.mp4|thumb|400px|Spider Tank in Action]]
[[File:Spider Tank Video.mp4|thumb|400px|Spider Tank in Action]]
<!-- BREAKS if you use <syntaxhighlight>, no php highlighting :( -->
<!-- Scrolling breaks with <syntaxhighlight> (was going to use PHP) -->
<pre
<pre style="max-height:30em;min-width:22em;tab-size:4;">
  class="mw-collapsible mw-collapsed"
  style="max-height:30em; tab-size:4;"
>
#base robot_spidertank.pop
#base robot_spidertank.pop


Line 57: Line 53:
}
}
</pre>
</pre>
<br clear="all">


==Downloads==
==Downloads==

Revision as of 09:37, 6 November 2021

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

robot_spidertank.pop

  • SpiderTank

Example

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

Popfile

Icons