// ******************************************************************************************
// T5TankAir
// Used to take out Kobras etc. with other kobras etc.
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=T5TankAttackT6
frequency=1
mintech=6
maxtech=6
house=all
losses=200
reactive=1
ENDDESCRIPTION

// The TEAMS:
TEAM
name tankteam
teamtype T5Tanks
minunits 13
maxunits 25
ENDTEAM

// The TARGET:
TARGET
name theEnemy
targettype T5Tanks
ENDTARGET

STEP

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

