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

STRATEGY

DESCRIPTION
name=InfantryVInfantryT2
frequency=4
mintech=2
maxtech=2
house=all
losses=100
reactive=1
ENDDESCRIPTION

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

// The TARGET:
TARGET
name EnemyInf
targettype Infantry
ENDTARGET

STEP

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

