
// ******************************************************************************************
// AircraftWorthAttack
// Air attack on enemy important buildings, should avoid threat
// Note: Can use ATOrni or HKGunship
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=AircraftWorthAttackT5
frequency=2
mintech=5
maxtech=5
house=all
losses=200
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name AirTeam
teamtype AttackAircraft
minunits 12
maxunits 24
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

