// ******************************************************************************************
// Cliff Defence with ranged weapons
// Straightforward defence of a cliff
// ******************************************************************************************

STRATEGY

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

// The TEAMS:
TEAM
name OnlyTeam
teamtype Infantry
minunits 3
maxunits 4
ENDTEAM

STAGING
name Cliff
relative DefenceCliff
stagingtype front
distance near
threat lowthreat
ENDSTAGING

STEP

SEND
who OnlyTeam
destination Cliff
route lowthreat
encounter attack
endstate attack
ENDSEND

ENDSTEP

STEP
WAIT
ticks 500
ENDWAIT
ENDSTEP

STEP
GOTO
value 0
ENDGOTO
ENDSTEP

// and thats your lot
ENDSTRATEGY

