// ******************************************************************************************
// WorthAttackLeft - attacks buildings etc. - Uses Tech 3 tanks
// Straightforward basic attack with 1 team, avoids everything on route
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=TankWorthRightT4
frequency=1
mintech=4
maxtech=4
house=all
losses=100
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name WorthTeam
teamtype Tanks
minunits 15
maxunits 20
ENDTEAM

// The TARGET:
TARGET
name WorthEnemy
targettype enemybase
ENDTARGET

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

STEP

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

ENDSTEP

STEP

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

