Spider Tank: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
==Example== | ==Example== | ||
<syntaxhighlight> | |||
#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 | |||
} | |||
} | |||
} | |||
} | |||
} | |||
</syntaxhighlight> | |||
==Download== | ==Download== | ||
Popfile: [https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop http://dl.potatomvm.tf/tf/scripts/population/robot_spidertank.pop] | Popfile: [https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop http://dl.potatomvm.tf/tf/scripts/population/robot_spidertank.pop] |
Revision as of 12:04, 10 July 2021
A tank template that shoots slowing webs. Inflicts bleed to players touching the tank
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
}
}
}
}
}
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