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

STRATEGY

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

// The TEAMS:
TEAM
name WorthTeam1
teamtype T1Infantry
minunits 4
maxunits 6
ENDTEAM

TEAM
name WorthTeam2
teamtype T1Infantry
minunits 3
maxunits 5
ENDTEAM

// The TARGET:
TARGET
name WorthEnemy
targettype Tanks
ENDTARGET

STAGING
name stagFront
relative WorthEnemy
stagingtype front
distance medium
threat lowthreat
ENDSTAGING

STEP

SEND
who WorthTeam1
destination stagFront
route lowthreat
encounter attack
endstate attack
ENDSEND

SEND
who WorthTeam2
destination WorthEnemy
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

SEND
who all
destination WorthEnemy
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

