// ****************************************************************************************** // HkInkFire // Inkvines and flamers to cause fire // ****************************************************************************************** STRATEGY DESCRIPTION name=HKInkFireT6 frequency=1 mintech=6 maxtech=6 house=harkonnen losses=90 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name inkTeam teamtype HKInkSet minunits 3 maxunits 8 ENDTEAM TEAM name flameTeam teamtype HKFlameSet minunits 5 maxunits 10 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