// ******************************************************************************************
// TurretAttack - attacks turrets
// Attack turrets with ranged units
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=GenTurretAttackT8
frequency=1
mintech=7
maxtech=8
house=all
losses=100
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name RangeTeam
teamtype AllRangeWeapons
minunits 6
maxunits 10
ENDTEAM

// The TARGET:
TARGET
name EnemyTurrets
targettype Turrets
ENDTARGET

STAGING
name stagFront
relative EnemyTurrets
stagingtype rflank
distance far
threat lowthreat
ENDSTAGING

STEP

SEND
who all
destination stagFront
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

SEND
who all
destination EnemyTurrets
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

SEND
who all
destination homebase
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

// and thats your lot
ENDSTRATEGY

