// ****************************************************************************************** // WorthAttack - attacks buildings etc. // Straightforward basic attack with 1 team, avoids everything on route // ****************************************************************************************** STRATEGY DESCRIPTION name=TankVTankT3 frequency=4 mintech=3 maxtech=3 house=all losses=100 reactive=1 ENDDESCRIPTION // The TEAMS: TEAM name WorthTeam teamtype Tanks minunits 2 maxunits 2 ENDTEAM // The TARGET: TARGET name WorthEnemy targettype Tanks ENDTARGET STAGING name stagFront relative WorthEnemy stagingtype front 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 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