;
; Events text for Mars2! Ancient Mars Scenario
; Copyright(c) 2008 John Valdez
;
; Civilization II, Conflicts in Civilization,
; Fantastic Worlds, and Multiplayer Gold Edition
; Copyright(c) 1997, MicroProse Studios Inc.
; 
;

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
21
DONTPLAYWONDERS
@ENDIF

@IF
NOSCHISM
defender=ANYBODY
@THEN
@ENDIF

@IF
CITYTAKEN
city=Marsopolis
attacker=ANYBODY
defender=MARTIANS
@THEN
TEXT
^
^^=MARS TODAY=
^
The Supreme Unitor has been captured! 
The Imperial Fleet Arrives in time to 
rescue their ultimate leader. 
^
ENDTEXT
CREATEUNIT
unit=Saucer
owner=Martians
veteran=yes
homecity=None
locations
70,50
70,52
71,51
75,49
76,50
endlocations
@ENDIF

@IF
UNITKILLED
unit=ORB
attacker=ANYBODY
defender=ANYBODY
@THEN
TEXT
^^=MARS TODAY=
^
The dreaded alien ORB has finally been destroyed! 
Martian Defense Protocol has been suspended. A
bounty of 500 credits has been received from
aligned factions. All citizens are commanded to 
celebrate this accomplishment!
^
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
@ENDIF

@IF
TURN
Turn=2
@THEN
TEXT
^^=Save the Planet!=
^
^One million years ago an alien orb crash landed on Mars. The orb began to transform
^the planet and breed strange mutant creatures to dominate the planet's ecosystem. 
^The surviving population on Mars must now terraform portions of the planet to
^rebuild their future.
^
^But politics, ideas and religion have separated them to a point no one can be trusted. 
^Choose one of these six factions to rebuild the red planet and unify Mars by force 
^if necessary. Your best efforts may be to discover a way to defeat the alien orb that 
^threatens the red planet's future.
^
^CAUTION: Mars has become an unfriendly planet, overrun with Oculas, Tentacles and
^Nauticals on land and sea. These unfriendly creatures are powerful beasts that appear
^without warning and will challenge your exploration! Good luck!
^
ENDTEXT
PLAYWAVFILE
LARGEXPL.wav
@ENDIF

@IF
RANDOMTURN
Denominator=25
@THEN
JUSTONCE
PLAYWAVEFILE
barracks.wav
TEXT
^^=MARS TODAY=
^
Bioscanners report Ocula freaks ravaging sector 12,44. 
Martian Defense protocol 512 in effect. All citizens 
are advised to arm themselves.
^
ENDTEXT
CREATEUNIT
unit=Ocula
owner=Barbarians
veteran=yes
homecity=None
locations
12,42
11,43
10,44
9,45
10,46
11,45
12,44
13,43
13,45
endlocations
@ENDIF

@IF
RANDOMTURN
Denominator=25
@THEN
JUSTONCE
PLAYWAVEFILE
barracks.wav
TEXT
^^=MARS TODAY=
^
Bioscanners report freak Tentacles ravaging sector 95,65. 
Martian Defense protocol 1024 in effect. All citizens 
are advised to arm themselves.
^
ENDTEXT
CREATEUNIT
unit=Tentacles
owner=Barbarians
veteran=yes
homecity=None
locations
95,63
96,64
94,62
93,63
94,64
95,65
94,66
93,65
92,66
endlocations
@ENDIF

@IF
RANDOMTURN
Denominator=25
@THEN
JUSTONCE
PLAYWAVEFILE
barracks.wav
TEXT
^^=MARS TODAY=
^
Bioscanners report unnatural Nauticals menacing sector 88,46. 
Martian Defense protocol 2048 in effect. All citizens are
advised to arm themselves.
^
ENDTEXT
CREATEUNIT
unit=Nauticals
owner=Barbarians
veteran=yes
homecity=None
locations
90,46
89,45
88,46
87,45
86,46
85,45
84,46
85,47
86,48
endlocations
@ENDIF

@IF
TURN
turn=40
@THEN
CREATEUNIT
unit=Ocula
owner=Barbarians
veteran=yes
homecity=None
locations
40,112
39,111
40,110
41,111
42,110
43,111
43,113
44,110
45,113
endlocations
@ENDIF

@IF
TURN
turn=50
@THEN
CREATEUNIT
unit=Nauticals
owner=Barbarians
veteran=yes
homecity=None
locations
58,88
59,87
60,88
58,90
59,91
60,90
61,89
62,88
63,89
endlocations
JUSTONCE
@ENDIF



@ENDEVENTS
