[Change] Lowered requirements on collective missions.

This commit is contained in:
Allanis 2013-08-09 16:17:13 +01:00
parent 4d53076677
commit cc9ee5bf1a

View File

@ -45,7 +45,7 @@
<unique>1</unique> <unique>1</unique>
</flags> </flags>
<avail> <avail>
<cond>var.peek("es_cargo") == true and space.jumpDist("NCG-1791") &lt; 5 and player.getFaction("Empire") &gt; 30 and player.getRating() &gt; 50</cond> <cond>var.peek("es_cargo") == true and space.jumpDist("NCG-1791") &lt; 5 and player.getFaction("Empire") &gt; 5 and player.getRating() &gt; 10</cond>
<chance>60</chance> <chance>60</chance>
<location>Bar</location> <location>Bar</location>
<faction>Empire</faction> <faction>Empire</faction>
@ -59,7 +59,7 @@
<avail> <avail>
<cond>player.getFaction("Empire") &gt; 30</cond> <cond>player.getFaction("Empire") &gt; 30</cond>
<done>Collective Scouting</done> <done>Collective Scouting</done>
<chance>70</chance> <chance>100</chance>
<location>Bar</location> <location>Bar</location>
<planet>Omega Station</planet> <planet>Omega Station</planet>
</avail> </avail>