// ****************************************************************************************** // UnitDrop - drops advanced unit into enemy base // ****************************************************************************************** STRATEGY DESCRIPTION name=UnitDropT8 frequency=1 mintech=7 maxtech=8 house=all losses=50 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name WorthTeam teamtype DropUnitSet minunits 2 maxunits 2 ENDTEAM // The TARGET: TARGET name WorthEnemy targettype enemybase ENDTARGET STAGING name stagFront relative WorthEnemy stagingtype front distance medium threat lowthreat ENDSTAGING STEP SEND who WorthTeam destination stagFront route lowthreat encounter avoid endstate avoid ENDSEND ENDSTEP STEP SEND who all destination WorthEnemy 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