From cc9ee5bf1a2ee29f2c643158dbe57fa1d14e0dae Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Fri, 9 Aug 2013 16:17:13 +0100 Subject: [PATCH] [Change] Lowered requirements on collective missions. --- dat/mission.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dat/mission.xml b/dat/mission.xml index 6441210..bf8d52e 100644 --- a/dat/mission.xml +++ b/dat/mission.xml @@ -45,7 +45,7 @@ <unique>1</unique> </flags> <avail> -<cond>var.peek("es_cargo") == true and space.jumpDist("NCG-1791") < 5 and player.getFaction("Empire") > 30 and player.getRating() > 50</cond> +<cond>var.peek("es_cargo") == true and space.jumpDist("NCG-1791") < 5 and player.getFaction("Empire") > 5 and player.getRating() > 10</cond> <chance>60</chance> <location>Bar</location> <faction>Empire</faction> @@ -59,7 +59,7 @@ <avail> <cond>player.getFaction("Empire") > 30</cond> <done>Collective Scouting</done> -<chance>70</chance> +<chance>100</chance> <location>Bar</location> <planet>Omega Station</planet> </avail>