Skip to content

Commit aaa27b4

Browse files
authored
Create jobs.txt
1 parent fe1246b commit aaa27b4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

data/jobs.txt

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Copyright (c) 2024 by Loymdayddaud
2+
#
3+
# Rumskib is free software: you can redistribute it and/or modify it under the
4+
# terms of the GNU General Public License as published by the Free Software
5+
# Foundation, either version 3 of the License, or (at your option) any later version.
6+
#
7+
# Rumskib is distributed in the hope that it will be useful, but WITHOUT ANY
8+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+
11+
12+
mission "Rumskib: Large Pirate Fleet Elimination"
13+
job
14+
repeat
15+
name "Warfleet Elimination"
16+
description "Eliminate a large fleet of advanced pirates who have been harassing law enforcement ships near <system>. Payment is <payment>."
17+
"apparent payment" 2500000
18+
source
19+
government "Free Worlds" "Neutral" "Republic" "Syndicate"
20+
to offer
21+
"combat rating" > 5000
22+
random < 2
23+
"reputation: Pirate" < -100
24+
npc kill
25+
government "Pirate"
26+
personality heroic
27+
fleet "Pirate Variants"
28+
ship "Scrapper" "Ali Baba"
29+
on kill
30+
payment 2500000

0 commit comments

Comments
 (0)