// ****************************************************************************************** // InfantryCannonFodder // Straightforward basic attack with 1 team, avoids everything on route // Large rarely run // ****************************************************************************************** STRATEGY DESCRIPTION name=T1TankFodderT3 frequency=1 mintech=3 maxtech=3 house=all losses=100 reactive=0 ENDDESCRIPTION // The TEAMS: TEAM name WorthTeam1 teamtype T1Infantry minunits 7 maxunits 12 ENDTEAM // The TARGET: TARGET name EnemyTanks targettype Tanks ENDTARGET STEP SEND who all destination EnemyTanks 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