Spider Tank: Difference between revisions

From SigMod
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
A tank template that shoots slowing webs. Inflicts bleed to players touching the tank
A tank template that shoots slowing webs. Inflicts bleed to players touching the tank


==Example==
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                       
}
}
==Download==
Popfile: [https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop http://dl.potatomvm.tf/tf/scripts/population/robot_spidertank.pop]


https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop
Icons: http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf
 
http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt
[[Category:Templates]]
[[Category:Templates]]

Revision as of 11:24, 10 July 2021

Spider Tank
Spider Tank in Action

A tank template that shoots slowing webs. Inflicts bleed to players touching the tank

Example

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                         
	}
}

Download

Popfile: http://dl.potatomvm.tf/tf/scripts/population/robot_spidertank.pop

Icons: http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf

http://dl.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt