// ****************************************************************************************** // T5TankAir // Used to take out Kobras etc. with other kobras etc. // ****************************************************************************************** STRATEGY DESCRIPTION name=T5TankAttackT8 frequency=2 mintech=7 maxtech=8 house=all losses=200 reactive=1 ENDDESCRIPTION // The TEAMS: TEAM name tankteam teamtype T5Tanks minunits 3 maxunits 5 ENDTEAM // The TARGET: TARGET name theEnemy targettype T5Tanks ENDTARGET STEP SEND who all destination theEnemy route lowthreat 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