//****************************************************************************************** // SonicTankThreatAttack - Threat attack with tanks v infantry // Used in early tech levels //****************************************************************************************** STRATEGY DESCRIPTION Name=SonicTankThreatAttackT8 frequency=2 mintech=7 maxtech=8 house=atreides losses=100 reactive=1 ENDDESCRIPTION // The TEAMS: TEAM name SonicTeam teamtype SonicTank minunits 1 maxunits 1 ENDTEAM // The TARGET: TARGET name Enemy targettype infantry ENDTARGET // Staging STAGING name stagFront relative Enemy stagingtype front distance medium threat lowthreat ENDSTAGING STEP SEND who all destination stagFront route lowthreat encounter attack endstate attack ENDSEND ENDSTEP STEP SEND who all destination Enemy route quickest 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