Spider Tank: Difference between revisions
Jump to navigation
Jump to search
(Moved the "Spider Tank" image to the first section; "Templates" section for consistency, with popfile name as sub-section; Sub-sections to "Downloads".) |
(Replaced some headers with just bold text (no more annoying '[ Edit ]'); Made video larger; Enclosed example in an expandable box, with tab size of 4) |
||
Line 4: | Line 4: | ||
__NOTOC__ | __NOTOC__ | ||
==Templates== | ==Templates== | ||
''' robot_spidertank.pop ''' | |||
* SpiderTank - Everything of the Spider Tank itself. | * SpiderTank - Everything of the Spider Tank itself. | ||
<br clear="all"> | <br clear="all"> | ||
==Example== | ==Example== | ||
[[File:Spider Tank Video.mp4|thumb| | [[File:Spider Tank Video.mp4|thumb|400px|pider Tank in Action]] | ||
<pre> | <pre | ||
class="mw-collapsible mw-collapsed mw-collapsible-content" | |||
style="max-height:30em; tab-size:4;" | |||
> | |||
#base robot_spidertank.pop | #base robot_spidertank.pop | ||
Line 53: | Line 56: | ||
} | } | ||
</pre> | </pre> | ||
<br clear="all"> | |||
==Downloads== | ==Downloads== | ||
''' Popfile ''' | |||
* https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop | * https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop | ||
''' Icons ''' | |||
* https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf | * https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vtf | ||
* https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt | * https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt | ||
[[Category:Templates]] | [[Category:Templates]] |
Revision as of 20:45, 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