// ****************************************************************************************** // AircraftWorthAttack // Air attack on enemy important buildings, should avoid threat // Note: Can use ATOrni or HKGunship // ****************************************************************************************** STRATEGY DESCRIPTION name=AircraftWorthAttackT6 frequency=1 mintech=6 maxtech=6 house=all losses=200 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name AirTeam teamtype AttackAircraft minunits 2 maxunits 4 ENDTEAM // The TARGET: TARGET name BuildingTargets targettype ImportantBuildings ENDTARGET STEP SEND who Airteam destination BuildingTargets 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