// ******************************************************************************************
// Specific Engineer Counter
// Normally chosen reactively hence low frequency
// ******************************************************************************************
STRATEGY

DESCRIPTION
name=EngineerCounterT8
frequency=4
mintech=7
maxtech=8
house=all
losses=200
reactive=1
ENDDESCRIPTION

// The TEAMS:
TEAM
name OnlyTeam
teamtype all
minunits 3
maxunits 10
ENDTEAM

// The TARGET:
TARGET
name Enemy
targettype UserEngineers
ENDTARGET

STEP

SEND
who OnlyTeam
destination Enemy
route mediumthreat
encounter avoid
endstate attack
ENDSEND

ENDSTEP

STEP

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

ENDSTEP

// and thats your lot
ENDSTRATEGY


