//******************************************************************************************
// Contaminator - Threat attack with Contaminator
//******************************************************************************************

STRATEGY

DESCRIPTION
Name=Contaminator
frequency=2
mintech=1
maxtech=10
house=all
losses=100
reactive=1
ENDDESCRIPTION

// The TEAMS:
TEAM
name InfantryTeam
teamtype TLContaminator
minunits 3
maxunits 10
ENDTEAM

// The TARGET:
TARGET
name Enemy
targettype threat
ENDTARGET

// Staging
STAGING
name stagFront
relative Enemy
stagingtype front
distance medium
threat lowthreat
ENDSTAGING

STEP

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

ENDSTEP

STEP

SEND
who all
destination Enemy
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP

SEND
who all
destination homebase
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

// and thats your lot
ENDSTRATEGY

