// ******************************************************************************************
// T5TankAir
// Used to take out Kobras etc.
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=T5TankAirAttackT5
frequency=3
mintech=5
maxtech=5
house=all
losses=200
reactive=1
ENDDESCRIPTION

// The TEAMS:
TEAM
name AirTeam
teamtype AttackAircraft
minunits 10
maxunits 25
ENDTEAM

// The TARGET:
TARGET
name AirEnemy
targettype T5Tanks
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

