// ****************************************************************************************** // AdvCarryallAttack - carryalls after tanks // Straightforward basic attack with 1 team, avoids everything on route // ****************************************************************************************** STRATEGY DESCRIPTION name=AdvCarryallAttackT6 frequency=2 mintech=6 maxtech=6 house=all losses=100 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name CarryallTeam teamtype advcarryalls minunits 1 maxunits 1 ENDTEAM // The TARGET: TARGET name WorthEnemy targettype tanks ENDTARGET 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 attack ENDSEND ENDSTEP // and thats your lot ENDSTRATEGY