// ******************************************************************************************
// OrPincerWorth
// 2 Teams in pincer attack
// ******************************************************************************************
STRATEGY

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

// The TEAMS:
TEAM
name Jaw1
teamtype T3Tanks
minunits 5
maxunits 10
ENDTEAM

TEAM
name Jaw2
teamtype T3Tanks
minunits 5
maxunits 10
ENDTEAM

// The TARGET:
TARGET
name enemy
targettype enemybase
ENDTARGET

STAGING
name left
relative enemy
stagingtype lflank
distance medium
threat lowthreat
ENDSTAGING

STAGING
name right
relative enemy
stagingtype rflank
distance medium
threat lowthreat
ENDSTAGING

STEP

SEND
who Jaw1
destination left
route lowthreat
encounter attack
endstate attack
ENDSEND

SEND
who Jaw2
destination right
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

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