blob: ad6a78be4b324b81619f86e76377961991b26bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
|
;
; finnmark.ini
; world description for the Finnmark system
;
; ------------------------------------------------------------------
; ZONE IDENTIFICATION
[zone]
name=Finnmark system
sky=sky07
ambient=.1 .1 .12
; [x y z] galactic location
location=392 369 0
; faction
faction=neutral
; zone information
info=The Finnmark system.
; ------------------------------------------------------------------
; STAR
[star]
; [string] entity label
label=star
; [string] entity name
name=class B star
location=256 1012 64
; [float] entity radius (10 game units == 1km ingame)
radius=90
; [r g b] entity primary color, values in the 0-255 range
color=221 224 255
; ------------------------------------------------------------------
; PLANET FINNMARK
[planet]
label=finnmark
name=planet Finnmark
location=320 -60 0
angles=0 130 0
radius=70
texture=planets/finnmark
default=yes
faction=miners
;override faction color
color=1.0 1.0 1.0
dock=yes
info=As final act in a series of trade wars, the headquarters of the Miners Union was founded conveniently outside the jurisdiction and taxation of the colonies and the central planets.
info=Nobody objected when the miners colonized this inhospitable frozen world and they tend to keep good relations with their customers. They're also prepared and capable to defend their interests when necessary.
[ship]
label=miningfreighter
[ship]
label=miningdefender
[ship]
label=miningcruiser
[cargo]
label=iron
price=75
[cargo]
label=liquor
price=500
amount=0
[cargo]
label=gold
price=1250
[cargo]
label=water
price=4
amount=-1
[weapon]
label=laser1
[weapon]
label=laser2
[weapon]
label=turretlaser1
[weapon]
label=turretlaser2
[weapon]
label=blaster1
[weapon]
label=blaster2
; ------------------------------------------------------------------
; KVALSUND MINING OPERATIONS
[station]
label=kvalsund
name=Kvalsund mining facility
location=-556 52 0
angles=0 20 0
radius=10
model=maps/miners/kvalsund
faction=miners
info=The Kvalsund facility is built on top of an iron-rich asteroid.
[ship]
label=miningsurveyor
[ship]
label=miningprotector
[cargo]
label=iron
price=50
[cargo]
label=water
price=10
amount=0
[cargo]
label=liquor
price=260
amount=0
[weapon]
label=laser1
[weapon]
label=laser2
[weapon]
label=turretlaser1
[weapon]
label=blaster1
; ------------------------------------------------------------------
; ANTWERP JUMPGATE
[navpoint]
label=navpoint_east
name=Navigation Point East
location=2 -644 0
angles=0 90 0
[jumpgate]
label=jumpgate_antwerp
location=-82 -725 4
angles=0 95 0
target=antwerp:jumpgate_finnmark
faction=miners
; ------------------------------------------------------------------
; KARELIA JUMPPOINT
[navpoint]
label=navpoint_north
name=Navigation Point North
location=897 -1 0
[jumppoint]
label=jumppoint_karelia
location=780 652 8
angles=0 -135 0
target=karelia:jumppoint_finnmark
; ------------------------------------------------------------------
[entity]
label=jumpgate_unfinished
name=Jumpgate Finnmark -> Kronenbaden
location=-587 889 0
radius=8
model=maps/common/jumpgate_construction
faction=miners
info=Jumpgate under construction
[jumppoint]
label=jumppoint_kronenbaden
location=-710 836 0
target=kronenbaden:jumppoint_finnmark
[station]
label=jumpgate_construction
name=Jumpgate Construction
location=-572 902 0
angles=0 -90 0
radius=6
model=maps/colonial/outpost
faction=miners
info=Jumpgate construction site
[cargo]
label=gateparts
price=1025
amount=0
[cargo]
label=water
price=20
amount=0
; ------------------------------------------------------------------
; CALEDONIA JUMPGATE
[jumpgate]
label=jumpgate_caledonia
location=740 -824 -32
angles=0 149 0
target=caledonia:jumpgate_finnmark
faction=neutral
; ------------------------------------------------------------------
; MINER TRADE ROUTE
[patrol]
location=964 -840 0
profile=convoy
faction=miners
[npc]
name=Miners Union transport
ship=miningfreighter
cannon=laser2
turret=turretlaser2
amount=2
[waypoint]
target=kvalsund
dock=yes
cargo=iron
[waypoint]
target=finnmark
dock=yes
cargo=water
; ------------------------------------------------------------------
; MINER PATROL
[patrol]
location=968 -976 0
profile=patrol
faction=miners
[npc]
name=Miners Union scout
ship=miningprotector
cannon=blaster2
amount=1
[npc]
name=Miners Union scout
ship=miningprotector
cannon=blaster1
amount=3
[waypoint]
target=finnmark
dock=yes
[waypoint]
target=jumppoint_karelia
[waypoint]
target=jumpgate_caledonia
[waypoint]
target=jumpgate_antwerp
[waypoint]
target=kvalsund
dock=yes
[waypoint]
target=jumpgate_construction
|