// ****************************************************************************************** // WorthAttackBig - attacks buildings etc. - Uses Tech 3 tanks // Straightforward basic attack with 1 team, avoids everything on route // ****************************************************************************************** STRATEGY DESCRIPTION name=TankWorthAttackBigT8 frequency=3 mintech=7 maxtech=8 house=all losses=100 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name WorthTeam1 teamtype T5Tanks minunits 5 maxunits 9 ENDTEAM TEAM name WorthTeam2 teamtype T3Tanks minunits 5 maxunits 9 ENDTEAM // The TARGET: TARGET name WorthEnemy targettype enemybase ENDTARGET STAGING name stagFront relative WorthEnemy stagingtype front distance far threat lowthreat ENDSTAGING STEP SEND who all 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 attack ENDSEND ENDSTEP // and thats your lot ENDSTRATEGY