// ****************************************************************************************** // GuNiabTank // Straightforward basic attack with 1 team from left using guniab tanks // ****************************************************************************************** STRATEGY DESCRIPTION name=GuNiabTank frequency=2 mintech=1 maxtech=10 house=all losses=90 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name OnlyTeam teamtype GUNIABTank minunits 2 maxunits 2 ENDTEAM // The TARGET: TARGET name enemy targettype enemybase ENDTARGET STAGING name stagLeft relative enemy stagingtype lflank distance far threat lowthreat ENDSTAGING STEP SEND who OnlyTeam destination stagLeft route lowthreat 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