// ****************************************************************************************** // Specific Engineer Counter // Normally chosen reactively hence low frequency // ****************************************************************************************** STRATEGY DESCRIPTION name=EngineerCounterT6 frequency=4 mintech=6 maxtech=6 house=all losses=200 reactive=1 ENDDESCRIPTION // The TEAMS: TEAM name OnlyTeam teamtype all minunits 2 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