// ******************************************************************************************
// Flanks
// Attacks in waves
// ******************************************************************************************
STRATEGY

DESCRIPTION
name=FlanksT8
frequency=2
mintech=7
maxtech=8
house=all
losses=90
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name wave1
teamtype AdvancedTanks
minunits 4
maxunits 8
ENDTEAM

TEAM
name wave2
teamtype AdvancedTanks
minunits 4
maxunits 8
ENDTEAM

// The TARGET:
TARGET
name the_enemy
targettype enemyBase
ENDTARGET

STAGING
name stag1
relative the_enemy
stagingtype lflank
distance far
threat lowthreat
ENDSTAGING

STAGING
name stag2
relative the_enemy
stagingtype rflank
distance far
threat lowthreat
ENDSTAGING

STEP

SEND
who wave1
destination stag1
route lowthreat
encounter attack
endstate attack
ENDSEND

SEND
who wave2
destination stag2
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

SEND
who all
destination the_enemy
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
