
// ******************************************************************************************
// AircraftHarvesterAttack
// Air attack on enemy harvesters, should avoid all other confrontations
// Note: Can use ATOrni or HKGunship
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=AircraftHarvesterAttack
frequency=2
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 EnemyHavester
targettype harvester
ENDTARGET

STEP

SEND
who all
destination EnemyHavester
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

