// ****************************************************************************************** // InfantryCannonFodder // Straightforward basic attack with 1 team, avoids everything on route // Large rarely run // ****************************************************************************************** STRATEGY DESCRIPTION name=T1TurretFodderT2 frequency=1 mintech=2 maxtech=2 house=all losses=100 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name WorthTeam1 teamtype T1Infantry minunits 3 maxunits 5 ENDTEAM // The TARGET: TARGET name EnemyTurret targettype Turrets ENDTARGET STEP TEXT name AiAttackSoon ENDTEXT SEND who all destination EnemyTurret route lowthreat encounter attack endstate attack ENDSEND ENDSTEP STEP SEND who all destination homebase route lowthreat encounter attack endstate guard ENDSEND ENDSTEP // and thats your lot ENDSTRATEGY