
// ******************************************************************************************
// OrValleyLaser Patrol
// Patrol between valleys attack anything in sight, uses laser tanks
// ******************************************************************************************

STRATEGY

DESCRIPTION
name=ValleyLaserPatrolT8
frequency=2
mintech=7
maxtech=8
house=Ordos
losses=100
reactive=0
ENDDESCRIPTION

// The TEAMS:
TEAM
name patrol1
teamtype T3Tanks
minunits 5
maxunits 10
ENDTEAM

STAGING
name Valley1
relative DefenceValley
stagingtype front
distance near
threat lowthreat
ENDSTAGING

STAGING
name Valley2
relative AttackValley
stagingtype front
distance near
threat lowthreat
ENDSTAGING

STEP

SEND
who patrol1
destination Valley1
route highthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP
WAIT
ticks 400
ENDWAIT
ENDSTEP

STEP

SEND
who patrol1
destination Valley2
route highthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP
STEP
WAIT
ticks 400
ENDWAIT
ENDSTEP

STEP
GOTO
value 0
ENDGOTO
ENDSTEP

// and thats your lot
ENDSTRATEGY

