// ******************************************************************************************
// ATInfantryApcAttackRight
// ******************************************************************************************
STRATEGY

DESCRIPTION
name=AtInfantryApcAttackRightT4
frequency=1
mintech=4
maxtech=4
house=atreides
losses=90
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name ApcTeam
teamtype ATInfantryInApcGroup
minunits 4
maxunits 5
ENDTEAM

// The TARGET:
TARGET
name WorthEnemy
targettype enemybase
ENDTARGET

STAGING
name stag1
relative WorthEnemy
stagingtype rflank
distance medium
threat lowthreat
ENDSTAGING

STEP

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

ENDSTEP

STEP

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

ENDSTEP

STEP

SEND
who all
destination homebase
route lowthreat
encounter attack
endstate guard
ENDSEND

ENDSTEP

// and thats your lot
ENDSTRATEGY

