Spider Tank

From SigMod
Revision as of 09:37, 6 November 2021 by Orin (talk | contribs) (Feedback: Removed "<br clear=both>"; Removed expandable feature of the example, but it still is scrollable; Description updated to be less short.)
Jump to navigation Jump to search
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