[Change] Lowered requirements on collective missions.
This commit is contained in:
parent
4d53076677
commit
cc9ee5bf1a
@ -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") < 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>
|
<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") > 30</cond>
|
<cond>player.getFaction("Empire") > 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user