// ****************************************************************************************** // AirAttackThreat1 - attacks threat etc. from the AIR // Straightforward basic attack with 1 team, attacks everything it meets // ****************************************************************************************** STRATEGY DESCRIPTION name=AirAttackThreatT6 frequency=3 mintech=6 maxtech=6 house=all losses=200 reactive=1 ENDDESCRIPTION // The TEAMS: TEAM name AirTeam teamtype AttackAircraft minunits 2 maxunits 4 ENDTEAM // The TARGET: TARGET name AirEnemy targettype threat ENDTARGET STEP SEND who all destination AirEnemy route lowthreat encounter avoid endstate attack ENDSEND ENDSTEP STEP SEND who all destination homebase route lowthreat encounter attack endstate attack ENDSEND ENDSTEP // and thats your lot ENDSTRATEGY