// ******************************************************************************************
// WorthAttack - attacks buildings etc.
// Straightforward basic attack with 1 team, avoids everything on route
// Large rarely run
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=ORMixedWorthAttackT4
frequency=4
mintech=4
maxtech=4
house=ordos
losses=100
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name DeployTeam
teamtype deployable
minunits 14
maxunits 30
ENDTEAM

TEAM
name AllTeam
teamtype all
minunits 16
maxunits 22
ENDTEAM

// The TARGET:
TARGET
name WorthEnemy
targettype enemybase
ENDTARGET

STAGING
name stagFront
relative WorthEnemy
stagingtype front
distance medium
threat lowthreat
ENDSTAGING

STEP

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

ENDSTEP

STEP

SEND
who all
destination WorthEnemy
route quickest
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

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

ENDSTEP

// and thats your lot
ENDSTRATEGY

