Spider Tank: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 49: | Line 49: | ||
==Download== | ==Download== | ||
Popfile: | Popfile: https://testing.potatomvm.tf/tf/scripts/population/robot_spidertank.pop | ||
Icons: | 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:50, 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: 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