Small Turret Tanks: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Small tanks that periodically shoot jarate or rockets periodically. It is recommended to give them less health and more speed. Uses tank cart model from Frontline! pack. When...") |
(fix broken link) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Small tanks that periodically shoot jarate or rockets periodically. It is recommended to give them less health and more speed. Uses tank cart model from Frontline! pack. When health is reduced below 60% and 20%, activates rage mode increasing their fire rate speed | Small tanks that periodically shoot jarate or rockets periodically. It is recommended to give them less health and more speed. Uses tank cart model from Frontline! pack. When health is reduced below 60% and 20%, activates rage mode increasing their fire rate speed temporarily. | ||
== Templates == | == Templates == | ||
Line 94: | Line 94: | ||
== Download == | == Download == | ||
Popfile: https://testing. | Popfile: https://testing.potato.tf/tf/scripts/population/robot_tank_small_turret.pop | ||
models + icons: https://drive.google.com/file/d/1NOp6TLWkCQq2V9mthBl0s5ZCjNAvoP-K/view?usp=sharing | models + icons: https://drive.google.com/file/d/1NOp6TLWkCQq2V9mthBl0s5ZCjNAvoP-K/view?usp=sharing | ||
[[Category:Templates]] | [[Category:Templates]] |
Latest revision as of 18:51, 13 June 2023
Small tanks that periodically shoot jarate or rockets periodically. It is recommended to give them less health and more speed. Uses tank cart model from Frontline! pack. When health is reduced below 60% and 20%, activates rage mode increasing their fire rate speed temporarily.
Templates[edit | edit source]
- SmallTankTurret - Small turret tank, shoots rockets dealing 50-150 damage every 2 seconds. Shoots 125 damage grenade every 6th shot
- SmallTankTurretCrit - Small turret tank shooting crit rockets dealing 270 damage. Shoots 330 damage grenade every 6th shot
- SmallTankTurretJarate - Small turret tank shooting jarate
Example[edit | edit source]
#base robot_tank_small_turret.pop
WaveSchedule
{
Wave
{
WaveSpawn
{
TotalCount 1
WaitBeforeStarting 0
Tank
{
Health 15000
Name Tank1
Speed 100
StartingPathTrackNode tank_path_a_1
Template "SmallTankTurret"
OnKilledOutput
{
Target boss_dead_relay
Action Trigger
}
OnBombDroppedOutput
{
Target boss_deploy_relay
Action Trigger
}
}
}
WaveSpawn
{
TotalCount 1
WaitBeforeStarting 3
Tank
{
Health 15000
Name Tank1
Speed 100
StartingPathTrackNode tank_path_a_1
Template "SmallTankTurretCrit"
OnKilledOutput
{
Target boss_dead_relay
Action Trigger
}
OnBombDroppedOutput
{
Target boss_deploy_relay
Action Trigger
}
}
}
WaveSpawn
{
TotalCount 1
WaitBeforeStarting 6
Tank
{
Health 15000
Name Tank1
Speed 100
StartingPathTrackNode tank_path_a_1
Template "SmallTankTurretJarate"
OnKilledOutput
{
Target boss_dead_relay
Action Trigger
}
OnBombDroppedOutput
{
Target boss_deploy_relay
Action Trigger
}
}
}
}
}
Download[edit | edit source]
Popfile: https://testing.potato.tf/tf/scripts/population/robot_tank_small_turret.pop
models + icons: https://drive.google.com/file/d/1NOp6TLWkCQq2V9mthBl0s5ZCjNAvoP-K/view?usp=sharing