Spider Tank: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| m (video description typo) | m (important comment) | ||
| Line 10: | Line 10: | ||
| ==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 :( --> | |||
| <pre | <pre | ||
|    class="mw-collapsible mw-collapsed  |    class="mw-collapsible mw-collapsed" | ||
|    style="max-height:30em; tab-size:4;" |    style="max-height:30em; tab-size:4;" | ||
| > | > | ||
Revision as of 20:57, 3 November 2021

A Tank that shoots out movement slowing webs. The spiders inflict bleed to players that get too close to them. (touching the tank)
Templates
robot_spidertank.pop
- SpiderTank - Everything of the Spider Tank itself.
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                         
				}
			}
		}
	}
}
Downloads
Popfile
Icons