// ******************************************************************************************
// InfantryCannonFodder
// Straightforward basic attack with 1 team, avoids everything on route
// Large rarely run
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=T1TurretFodderT3
frequency=1
mintech=3
maxtech=3
house=all
losses=100
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name WorthTeam1
teamtype T1Infantry
minunits 5
maxunits 7
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

