
// ******************************************************************************************
// OREITS Attack - attacks buildings etc. from the AIR
//
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=EITSAttackT5
frequency=4
mintech=3
maxtech=3
house=Ordos
losses=200
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name EITSTeam
teamtype OREITS
minunits 5
maxunits 15
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

