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

DESCRIPTION
name=GenPincerWorthT5
frequency=3
mintech=5
maxtech=5
house=all
losses=90
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name Jaw1
teamtype Tanks
minunits 14
maxunits 28
ENDTEAM

TEAM
name Jaw2
teamtype Tanks
minunits 4
maxunits 8
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
