// ****************************************************************************************** // OrSaboteurWaves // 2 saboteurs attack one after the other // ****************************************************************************************** STRATEGY DESCRIPTION name=OrSaboteurWavesT8 frequency=2 mintech=7 maxtech=8 house=ordos losses=100 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name SAB1 teamtype ORSaboteurSet minunits 1 maxunits 3 ENDTEAM TEAM name SAB2 teamtype ORSaboteurSet minunits 1 maxunits 3 ENDTEAM // The TARGET: TARGET name enemy targettype any ENDTARGET STAGING name stagFar relative enemy stagingtype front distance far threat lowthreat ENDSTAGING STAGING name stagMedium relative enemy stagingtype front distance medium threat lowthreat ENDSTAGING STEP SEND who SAB1 destination stagFar route lowthreat encounter attack endstate attack ENDSEND SEND who SAB2 destination stagMedium route lowthreat encounter attack endstate attack ENDSEND ENDSTEP STEP SEND who all destination enemy route highthreat encounter attack endstate attack ENDSEND ENDSTEP // and thats your lot ENDSTRATEGY