// ******************************************************************************************
// ImAdvSardaukar
// Straightforward basic attack with 1 sardaukar team 
// ******************************************************************************************
STRATEGY

DESCRIPTION
name=IMADVSardaukar
frequency=2
mintech=1
maxtech=10
house=all
losses=90
reactive=1
ENDDESCRIPTION

// The TEAMS:
TEAM
name OnlyTeam
teamtype IMADVSardaukar
minunits 10
maxunits 30
ENDTEAM

// The TARGET:
TARGET
name enemy
targettype threat
ENDTARGET

STEP

SEND
who all
destination enemy
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP


// and thats your lot
ENDSTRATEGY

