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

STRATEGY

DESCRIPTION
name=T1TankFodderT2
frequency=1
mintech=2
maxtech=2
house=all
losses=100
reactive=0
ENDDESCRIPTION

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

