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