17 for i
in range(difficulty):
20 VS.IOmessage (0,
"Extortionist",
"all",
"This is the milita: You must pay toll to pass through these parts")
21 VS.IOmessage (0,
"Extortionist",
"all",
"Power down your engines for 10 seconds and allow us to remove 2000 credits")
22 VS.IOmessage (5,
"Extortionist",
"all",
"Those pirates who do not reduce speed will be shot")
24 vel =playa.GetVelocity()
25 return (vel[0]>-.1
and vel[0] < .1
and vel[1]>-.1
and vel[1] < .1
and vel[2]>-.1
and vel[2] < .1)
27 playa.addCredits(-2000)
28 VS.IOmessage (0,
"Extortionist",
"all",
"We appreciate your donation and wish you safe passage through this system!")
29 VS.IOmessage (3,
"Extortionist",
"all",
"Thank you, come again!")
34 un.SetVelocity ((500,500,500))
39 if (VS.getSystemFile()!=self.
sysfile):
52 VS.IOmessage(0,
"Extortionist",
"all",
"Ok you asked for it! Die scoundrel!")
55 VS.IOmessage (0,
"Extortionist",
"all",
"*@&* taking work from honest securme($*@")
56 VS.IOmessage(0,
"game",
"news",
"ROGUE SECURITY FORCES CRUSHED: With the bulk of the Confederate Navy deployed in the war against the Aera, the protection and defense of civilian trade lines have been left to local militias in many systems. Recent events have proven, though, that some of these militias walk a very fine line between enforcing the law and breaking it. In the Heinlein System, the militia began charging outrageous toll fees for passage through the system. On those occasions when their demands weren't met, they opened fire. This prompted the Navy to dispatch the HCS Hangzhou to the system, and today the cruiser finally reported arresting the last member of the rogue security forces.")
57 l = faction_ships.capitols[faction_ships.confed]
63 tim = VS.GetGameTime()
64 if (tim-self.
mark>10):
66 elif (tim-self.
mark>5):
76 quest.quest_factory.__init__ (self,
"quest_rogue_militia")