;
; Events text for The Heartis D'Gorgo
; Copyright(c) 1998, MicroProse Studios Inc.
;
;

@BEGINEVENTS
@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF
@IF
Turn
Turn=1
@THEN
Text
^The mysterious Dark Lord, Nachar has broken the ward spells of the mountain and have
^released three dreaded Gorgons! In return for their freedom, the Gorgons have agreed
^to temporarily serve the Dark sorceror's will. So the Realms of the Southern Islands
^once again live in another age of terror. Will the knights of the South, armed with
^chivalry and virtue rid the world of these fearsome beasts and bring the downfall of
^Nachar?
EndText
@ENDIF
@IF
Turn
turn=every
@THEN
MakeAggression
who=Gorgos
whom=Lucilla
@ENDIF
@IF
Turn
turn=every
@THEN
MakeAggression
who=Gorgos
whom=Lucca
@ENDIF
@IF
Turn
turn=every
@THEN
MakeAggression
who=Gorgos
whom=Palazzo
@ENDIF
@IF
Turn
turn=every
@THEN
MakeAggression
who=Gorgos
whom=Buonarroti
@ENDIF
@IF
RandomTurn
denominator=20
@THEN
Text
The R'Lanci Academy has trained a Paladin to serve the Palazzo Order.
EndText
CreateUnit
owner=Palazzo
unit=Paladin
veteran=no
homecity=R'Lanci Academy
locations
20,28
endlocations
@ENDIF
@IF
UnitKilled
unit=Gorgon
attacker=anybody
defender=Gorgos
@THEN
Text
A dreaded Gorgon has been slain by a valiant knight of the South!
EndText
@ENDIF
@IF
CityTaken
city=Heartis D'Gorgo
attacker=anybody
defender=Gorgos
@THEN
Text
The city of Heartis D'Gorgo has been conquered! The threat of Nachar thus ends here.
EndText
@ENDIF
@IF
RandomTurn
denominator=10
@THEN
CreateUnit
owner=Gorgos
unit=Galleon
veteran=true
homecity=NONE
locations
46,4
43,7
44,18
49,15
57,19
57,23
56,28
endlocations
@ENDIF
@IF
RandomTurn
denominator=5
@THEN
CreateUnit
owner=Gorgos
unit=Mounted Archer
veteran=true
homecity=NONE
locations
51,11
endlocations
@ENDIF
@IF
RandomTurn
denominator=2
@THEN
CreateUnit
owner=Gorgos
unit=Archer
veteran=true
homecity=NONE
locations
51,11
endlocations
@ENDIF
@IF
RandomTurn
denominator=3
@THEN
CreateUnit
owner=Gorgos
unit=Swordsman
veteran=true
homecity=NONE
locations
51,11
endlocations
@ENDIF
@IF
RandomTurn
denominator=6
@THEN
CreateUnit
owner=Gorgos
unit=Knight of Winter
veteran=true
homecity=NONE
locations
51,11
endlocations
@ENDIF
@IF
RandomTurn
denominator=10
@THEN
ChangeMoney
receiver=Gorgos
amount=500
@ENDIF
@IF
RandomTurn
denominator=20
@THEN
Text
A Buonarroti Privateer has entered from the Northern Provinces.
EndText
CreateUnit
owner=Buonarrotis
unit=Privateer
veteran=true
homecity=NONE
locations
34,0
38,0
endlocations
@ENDIF
@IF
RandomTurn
denominator=25
@THEN
Text
Lucillan reinforcement warships have sailed in from the West.
EndText
CreateUnit
owner=Lucilla
unit=Warship
veteran=no
homecity=NONE
locations
0,16
0,20
endlocations
@ENDIF
@IF
RandomTurn
denominator=30
@THEN
Text
The Lucca council has employed the arts of a master conjuror of the Mainland.
EndText
CreateUnit
owner=Lucca
unit=Conjuror
veteran=true
homecity=NONE
locations
16,8
16,12
14,16
12,12
endlocations
@ENDIF
@ENDEVENTS