// ****************************************************************************************** // OREITS Attack - attacks buildings etc. from the AIR // // ****************************************************************************************** STRATEGY DESCRIPTION name=EITSAttackT8 frequency=2 mintech=7 maxtech=8 house=Ordos losses=200 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name EITSTeam teamtype OREITS minunits 1 maxunits 3 ENDTEAM // The TARGET: TARGET name AirEnemy targettype enemybase ENDTARGET STAGING name stag1 relative AirEnemy stagingtype front distance medium threat lowthreat ENDSTAGING STEP SEND who all destination stag1 route lowthreat encounter avoid endstate avoid ENDSEND ENDSTEP STEP SEND who all destination AirEnemy 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