// ******************************************************************************************
// HkInkFire
// Inkvines and flamers to cause fire
// ******************************************************************************************
STRATEGY

DESCRIPTION
name=HKInkFireT8
frequency=2
mintech=7
maxtech=8
house=harkonnen
losses=90
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name inkTeam
teamtype HKInkSet
minunits 4
maxunits 10
ENDTEAM

TEAM
name flameTeam
teamtype HKFlameSet
minunits 5
maxunits 15
ENDTEAM

// The TARGET:
TARGET
name enemy
targettype threat
ENDTARGET

STAGING
name stagFront
relative enemy
stagingtype front
distance far
threat lowthreat
ENDSTAGING

STEP

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

ENDSTEP

STEP

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

