You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialog "The <bunks> pilgrims get off the ship, but not before one of them hands you <payment>."
22
22
on fail
23
23
"pilgrim help" --
24
-
"left pilgrims" ++
24
+
"left pilgrims" ++
25
+
26
+
mission "Jibauni Kasim Cargo (pre-war)"
27
+
name "Cargo to <planet>"
28
+
description "Take these <cargo> to <planet> for Kasim Aboagye, a wealthy businessman. Payment will be <payment>."
29
+
job
30
+
repeat
31
+
cargo "Aboagye Shipyards Parts" 1 30
32
+
source
33
+
government "Jibauni" "Rebel Jibauni"
34
+
destination
35
+
government "Jibauni"
36
+
not planet Baitoon
37
+
not planet Lamalmuq
38
+
distance 1 5
39
+
to offer
40
+
not "event: jibauni rebel jibauni peace"
41
+
on complete
42
+
payment
43
+
payment 250
44
+
dialog phrase "generic jibauni shipyard delivery"
45
+
46
+
mission "Jibauni Kasim Cargo (post-war)"
47
+
name "Cargo to <planet>"
48
+
description "Take these <cargo> to <planet> for Kasim Aboagye, a wealthy businessman. Payment will be <payment>, which is one thousand extra because of you knowing Kasim."
49
+
job
50
+
repeat
51
+
cargo "Aboagye Shipyards Parts" 1 30
52
+
source
53
+
government "Jibauni" "Rebel Jibauni"
54
+
destination
55
+
government "Jibauni"
56
+
not planet Baitoon
57
+
not planet Lamalmuq
58
+
distance 1 5
59
+
to offer
60
+
has "event: jibauni rebel jibauni peace"
61
+
on complete
62
+
payment
63
+
payment 1250
64
+
dialog phrase "generic jibauni shipyard delivery"
65
+
66
+
mission "Jibauni Res-redi Cargo (pre-war)"
67
+
name "Cargo to <planet>"
68
+
description "Take these <cargo> to <planet> for the Shipyards of Res-redi, one of the most influential conpanies in history. When you complete the hauling, you will be paid <payment>."
69
+
job
70
+
repeat
71
+
cargo "Res-redi Shipyards Parts" 1 30
72
+
source
73
+
government "Jibauni" "Rebel Jibauni"
74
+
destination
75
+
system Huyya
76
+
system Hajay
77
+
system Almanhaq
78
+
not planet Lamalmuq
79
+
to offer
80
+
not "event: jibauni rebel jibauni peace"
81
+
on complete
82
+
payment
83
+
dialog phrase "generic jibauni shipyard delivery"
84
+
85
+
mission "Jibauni Res-redi Cargo (post-war)"
86
+
name "Cargo to <planet>"
87
+
description "Take these <cargo> to <planet> for the Shipyards of Res-redi, one of the most influential conpanies in history. When you complete the hauling, you will be paid <payment>, an additional 1500 credits for knowing Res-redi."
88
+
job
89
+
repeat
90
+
cargo "Res-redi Shipyards Parts" 1 30
91
+
source
92
+
government "Jibauni" "Rebel Jibauni"
93
+
destination
94
+
system Huyya
95
+
system Hajay
96
+
system Almanhaq
97
+
not planet Lamalmuq
98
+
to offer
99
+
has "event: jibauni rebel jibauni peace"
100
+
on complete
101
+
payment
102
+
payment 1500
103
+
dialog phrase "generic jibauni shipyard delivery"
104
+
105
+
mission "Jibauni Rebel Bounty Small"
106
+
name "Kill the <npc>"
107
+
description "The <npc>, a small Rebel Jibauni ship, is marauding near the <origin> system. Destroy it for <payment>, if you do it by <day>."
0 commit comments