16 aer=faction_ships.factions[faction_ships.aera]
17 conf=faction_ships.factions[faction_ships.confed]
18 for i
in range(difficulty):
20 self.
devil=launch.launch_wave_around_significant (
'Devils_Fort',aer,
'starfortress',
'default',1,50000,100000,4)
24 VS.IOmessage (0,
"game",
"all",
"[Aera] Scanning for terran capships... [ping] [ping]")
25 VS.IOmessage (3,
"game",
"all",
"[Computer] Analysis of pattern focuses on scan for attacks on Devils Fort...")
26 VS.IOmessage (4,
"game",
"all",
"[Computer] Area class fighter vessels outfitted with powerful radar appear to be used as scouts in the aera...")
32 if (len (self.
aera)==0):
33 if (VS.getSystemFile()!=self.
sysfile):
35 if (len (self.
aera)==0):
36 VS.IOmessage (0,
"game",
"all",
"[Aera Burst Transmission] No targets detected--resistance encountered ca--&$&(*!@^6")
41 if (self.
aera[0].isNull()):
44 if (VS.GetGameTime()-self.
gametime>100):
45 if (
not self.devil.isNull()):
46 self.devil.DealDamageToHull((10,0,0),self.devil.GetHull()*100)
47 VS.IOmessage (0,
"game",
"all",
"[Computer] Large energy release detected...")
48 VS.IOmessage (0,
"game",
"all",
"[Computer] Aera Starbase destroyed!")
49 VS.IOmessage (0,
"game",
"all",
"[Computer] Star Confederacy Starships detected on far side of planet!")
50 VS.IOmessage (5,
"game",
"all",
"[Computer] Message from Rescue Fleet")
51 VS.IOmessage (6,
"RescueFleet",
"all",
"Thank you for your help, privateer...we owe our victory to your cunning kill of those scouts. We offer you 24,000 credits for this critical act!")
52 playa.addCredits (24000)
59 quest.quest_factory.__init__ (self,
"quest_racene")