//****************************************************************************************** // InfantryThreatAttack - Threat attack with infantry // Used in early tech levels //****************************************************************************************** STRATEGY DESCRIPTION Name=InfantryWorthAttackT1 frequency=1 mintech=1 maxtech=1 house=all losses=200 reactive=1 ENDDESCRIPTION // The TEAMS: TEAM name InfantryTeam teamtype Infantry minunits 4 maxunits 10 ENDTEAM // The TARGET: TARGET name Enemy targettype enemybase ENDTARGET // Staging STAGING name stagFront relative Enemy stagingtype front distance medium threat lowthreat ENDSTAGING STEP SEND who all destination stagFront route quickest 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 quickest encounter attack endstate attack ENDSEND ENDSTEP // and thats your lot ENDSTRATEGY