// ******************************************************************************************
// MinoWorthAttack - attacks buildings etc. - Uses minotaurus
// Straightforward basic attack with 1 team, attacks everything on route
// Note: T5Tanks for AT is Minotaurus
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=MinoWorthAttackT5
frequency=4
mintech=5
maxtech=5
house=atreides
losses=100
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name WorthTeam
teamtype T5Tanks
minunits 8
maxunits 14
ENDTEAM

// The TARGET:
TARGET
name WorthEnemy
targettype enemybase
ENDTARGET

STAGING
name stagFront
relative WorthEnemy
stagingtype front
distance medium
threat lowthreat
ENDSTAGING

STEP

SEND
who WorthTeam
destination stagFront
route quickest
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

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

ENDSTEP

STEP

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

ENDSTEP

// and thats your lot
ENDSTRATEGY

