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...") |
Fae-tality (talk | contribs) m (minor spelling mistake (temponairly to temporarily)) |
||
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 == |
Revision as of 07:38, 12 November 2022
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
- 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
#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
Popfile: https://testing.potatomvm.tf/tf/scripts/population/robot_tank_small_turret.pop
models + icons: https://drive.google.com/file/d/1NOp6TLWkCQq2V9mthBl0s5ZCjNAvoP-K/view?usp=sharing