@BEGINEVENTS

@IF
UNITKILLED
unit=Lost City
attacker=ANYBODY
defender=ANYBODY
@THEN
TEXT
A lost city has been found in the Martian deserts!  Scientific methods of the Martian forefathers
are found and many rare artifacts are quickly sold for a lucrative profit.
ENDTEXT
CREATEUNIT
unit=Earth Weapon
owner=TRIGGERATTACKER
veteran=yes
homecity=Aaanthor
locations
137,85
endlocations
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=2000
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=77
@ENDIF

@IF
UNITKILLED
unit=Sunken City
attacker=ANYBODY
defender=ANYBODY
@THEN
TEXT
A strange sunken city is ransacked by your forces.  The mysterious locale appears to be a run
of the mill ruined city except for a collection of scrolls found within.
ENDTEXT
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=59
@ENDIF

@IF
UNITKILLED
unit=Polar Beast
attacker=ANYBODY
defender=Monster Mash
@THEN
TEXT
A huge Polar Beast has been slain, the hide is sold for a respectable amount of money.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=200
@ENDIF

@IF
UNITKILLED
unit=Abducted Dino
attacker=ANYBODY
defender=ANYBODY
@THEN
TEXT
One of the rare dinosaurs on Mars; a survivor of past experiments, is found and subdued.
This prized delicacy is sold to the Food Consortium for a hefty sum of 1000 gold.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=1000
@ENDIF

@IF
UNITKILLED
unit=Cave Monster
attacker=ANYBODY
defender=Monster Mash
@THEN
TEXT
A Cave Monster has been killed by your forces!  It's young have been captured and they will
be trained in captivity for gladiatorial games.  5000 gold is collected from the local games agency.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=5000
@ENDIF

@IF
TURN
turn=-1
@THEN
TEXT
Rumors have spread that a small party of the technologically inferior species known as
Earthlings have landed somewhere close to the pole
ENDTEXT
@ENDIF

@IF
SCENARIOLOADED
@THEN
DONTPLAYWONDERS
@ENDIF

@IF
CITYTAKEN
city=Aaanthor
attacker=ANYBODY
defender=Great Barsoom Imperium
@THEN
TEXT
The great city of Aaanthor has been captured!
ENDTEXT
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=76
receiver=ANYBODY
@THEN
TEXT
A preliminary expedition sent to test the capabilities of space flight has landed on Earth!
Although the expeditionary force was barely armed, many gains were made.  Money has been
sent back to Mars as well as a captured Earth device.
ENDTEXT
JUSTONCE
HASTRIGGERED
@ENDIF

@IF
RANDOMTURN
denominator=10
@THEN
TEXT
   A First Born raiding party sent to the third planet from the sun has abducted a party of buxom 
Earth women!  They are quickly dispatched to toil in the red fields as slave workers.
ENDTEXT
CREATEUNIT
unit=Abductee Wrkr
owner=First Born
veteran=yes
homecity=Aaanthor
locations
42,80
43,81
43,85
45,77
45,75
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=5
@THEN
TEXT
     A raiding party sent to the third planet from the sun has come back with a party of abducted 
earth women!  They have been assigned to work in the fields.
ENDTEXT
CREATEUNIT
unit=Abductee Wrkr
owner=Great Barsoom Imperium
veteran=yes
homecity=Aaanthor
locations
111,99
112,98
endlocations
@ENDIF

@ENDEVENTS
