Spider Tank: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Moved the "Spider Tank" image to the first section; "Templates" section for consistency, with popfile name as sub-section; Sub-sections to "Downloads".) |
||
| 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) | |||
__NOTOC__ | |||
==Templates== | |||
==== robot_spidertank.pop ==== | |||
* SpiderTank - Everything of the Spider Tank itself. | |||
<br clear="all"> | |||
==Example== | ==Example== | ||
< | [[File:Spider Tank Video.mp4|thumb|300x400px|Spider Tank in Action]] | ||
<pre> | |||
#base robot_spidertank.pop | #base robot_spidertank.pop | ||
| Line 19: | Line 25: | ||
FirstSpawnOutput | FirstSpawnOutput | ||
{ | { | ||
Target boss_spawn_relay | |||
Action Trigger | |||
} | } | ||
| Line 46: | Line 52: | ||
} | } | ||
} | } | ||
</ | </pre> | ||
https://testing.potatomvm.tf/tf/materials/hud/leaderboard_class_tank_spider.vmt | ==Downloads== | ||
==== Popfile ==== | |||
* 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.vmt | |||
[[Category:Templates]] | [[Category:Templates]] | ||
Revision as of 13:03, 2 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
}
}
}
}
}