; ; Events text for Atlantis Scenario ; Copyright(c) 1997, MicroProse Studios Inc. ; ; @BEGINEVENTS @IF SCENARIOLOADED @THEN PLAYCDTRACK 19 DONTPLAYWONDERS @ENDIF @IF NOSCHISM DEFENDER=anybody @THEN @ENDIF @IF RANDOMTURN denominator=401 @THEN JUSTONCE TEXT The great volcano Thera explodes destroying the two islands of Atlantis. ENDTEXT CHANGETERRAIN terraintype=10 maprect 26,18,60,18,60,54,26,54 PLAYWAVEFILE volcano.wav @ENDIF @IF RANDOMTURN denominator=400 @THEN JUSTONCE TEXT A large volcano erupts in the Aegean sea ENDTEXT CHANGETERRAIN terraintype=10 maprect 130,62,130,62,130,62,130,62 PLAYWAVEFILE volcano.wav @ENDIF @IF RANDOMTURN denominator=399 @THEN JUSTONCE TEXT A large volcano erupts in Sicily. ENDTEXT CHANGETERRAIN terraintype=7 maprect 110,60,110,60,110,60,110,60 PLAYWAVEFILE volcano.wav @ENDIF @IF RANDOMTURN denominator=397 @THEN JUSTONCE TEXT A large volcano erupts in the Appenine peninsula. ENDTEXT CHANGETERRAIN terraintype=7 maprect 111,53,111,53,111,53,111,53 PLAYWAVEFILE volcano.wav @ENDIF @IF RANDOMTURN denominator=398 @THEN JUSTONCE TEXT A large volcano erupts in Anatolia. ENDTEXT CHANGETERRAIN terraintype=7 maprect 156,52,156,52,156,52,156,52 PLAYWAVEFILE volcano.wav @ENDIF @IF RANDOMTURN denominator=200 @THEN JUSTONCE TEXT Rumors persist of a large mythical beast guarding a great treasure at the edge of the Sahara. ENDTEXT CREATEUNIT owner=Lemurians unit=Dragon veteran=false homecity=none locations 50,84 60,78 76.74 88,92 endlocations @ENDIF @IF UNITKILLED unit=Dragon attacker=anybody defender=Lemurians @THEN JUSTONCE TEXT The Dragon is slain and the victor discovers both a manuscript describing in great detail the secret of Mechanical Physics and a pile of gold. ENDTEXT CHANGEMONEY receiver=TRIGGERATTACKER amount=1400 GIVETECHNOLOGY receiver=TRIGGERATTACKER technology=95 PLAYCDTRACK 3 @ENDIF @IF RANDOMTURN denominator=200 @THEN JUSTONCE TEXT ^Stories reach your ears of a large mythical beast somewhere ^near the Black Sea who guards the Golden Fleece. ENDTEXT CREATEUNIT owner=Lemurians unit=Serpent veteran=false homecity=none locations 145,39 130,34 103,37 85,45 endlocations @ENDIF @IF UNITKILLED unit=Serpent attacker=anybody defender=Lemurians @THEN JUSTONCE TEXT The Serpent has been dealt a mortal blow. The victor discovers a Golden Fleece worth 1000 gold draped on the branch of a tree directly behind the lair of the dead serpent. A special technology is also discovered. ENDTEXT CHANGEMONEY receiver=TRIGGERATTACKER amount=1400 GIVETECHNOLOGY receiver=TRIGGERATTACKER technology=60 PLAYCDTRACK 3 @ENDIF @IF RANDOMTURN denominator=200 @THEN JUSTONCE TEXT There is much barracks talk of a large beast who will dispense treasure or death depending upon the answer to his riddle. ENDTEXT CREATEUNIT owner=Lemurians unit=Sphinx veteran=false homecity=none locations 157,95 153,89 140,82 145,89 endlocations @ENDIF @IF UNITKILLED unit=Sphinx attacker=anybody defender=Lemurians @THEN JUSTONCE TEXT The Sphinx suffers two ignominies - a fatal spear through its heart and the correct answer to its riddle. The victor discovers a cave underneath the dead Sphinx filled with 1600 gold. A special technology is also discovered. ENDTEXT CHANGEMONEY receiver=TRIGGERATTACKER amount=1600 GIVETECHNOLOGY receiver=TRIGGERATTACKER technology=67 PLAYCDTRACK 3 @ENDIF @IF RANDOMTURN denominator=200 @THEN JUSTONCE TEXT You begin to hear strange tales of a large mythical beast guarding a great treasure somewhere in the wastelands of Arabia. ENDTEXT CREATEUNIT owner=Lemurians unit=Phoenix veteran=false homecity=none locations 162,88 178,56 174,76 161,75 endlocations @ENDIF @IF UNITKILLED unit=Phoenix attacker=anybody defender=Lemurians @THEN JUSTONCE TEXT The Phoenix is defeated and disappears in a burst of flames. The conquerer is shocked and ecstatic when the flames solidify into 1000 gold pieces. A special technology is also discovered. ENDTEXT CHANGEMONEY receiver=TRIGGERATTACKER amount=1500 GIVETECHNOLOGY receiver=TRIGGERATTACKER technology=23 PLAYCDTRACK 3 @ENDIF @IF RANDOMTURN denominator=200 @THEN JUSTONCE TEXT You hear sea traders describe a dreaded beast guarding a golden orchard somewhere near the shores of the Mediterranean sea. ENDTEXT CREATEUNIT owner=Lemurians unit=Hydra veteran=false homecity=none locations 99,53 110,62 120,52 137,59 endlocations @ENDIF @IF UNITKILLED unit=Hydra attacker=anybody defender=Lemurians @THEN JUSTONCE TEXT The Hydra is destroyed. Each of its nine decapitated heads magically transform into a solid gold apple which the victor rapaciously gathers up. A special technology is also discovered. ENDTEXT CHANGEMONEY receiver=TRIGGERATTACKER amount=1730 GIVETECHNOLOGY receiver=TRIGGERATTACKER technology=92 PLAYCDTRACK 3 @ENDIF @IF RANDOMTURN denominator=200 @THEN JUSTONCE TEXT ^Hundreds of refugees appear in town fearfully describing a half-man ^half-beast terrorizing one of the islands in the Atlantic ocean. ENDTEXT CREATEUNIT owner=Lemurians unit=Minotaur veteran=false homecity=none locations 49,27 46,26 38,22 36,28 endlocations @ENDIF @IF UNITKILLED unit=Minotaur attacker=anybody defender=Lemurians @THEN JUSTONCE TEXT The Minotaur is captured along with the 1500 gold pieces it was hoarding. The Minotaur will, henceforth, be held in an elaborate labyrinth at Knossos. A special technology is also discovered. ENDTEXT CHANGEMONEY receiver=TRIGGERATTACKER amount=1500 GIVETECHNOLOGY receiver=TRIGGERATTACKER technology=42 CREATEUNIT owner=Atlanteans unit=Minotaur veteran=false homecity=none locations 46,50 endlocations PLAYCDTRACK 3 @ENDIF @IF RANDOMTURN denominator=200 @THEN TEXT A sea monster emerges from the ocean depths to offer its services to the Atlantean cause. ENDTEXT CREATEUNIT owner=Atlanteans unit=Sea Monster veteran=false homecity=none locations 2,86 3,37 48,6 endlocations @ENDIF @ENDEVENTS