blob: cd1db5540a7ff024e35f470e1c1ad6b7b024817b (
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
|
;
; antwerp.ini
; world description for the Antwerp system
;
; ------------------------------------------------------------------
; ZONE IDENTIFICATION
[zone]
name=Antwerp system
sky=sky01
; ------------------------------------------------------------------
; STAR
[star]
; [string] entity label
label=star
; [string] entity name
name=class O star
location=256 -1512 0
; [r g b] entity primary color, values in the 0-255 range
color=248 248 255
; [float] entity radius (10 game units == 1km ingame)
radius=88
corona=plain
; ------------------------------------------------------------------
; STARBASE HELIANTHOS
[station]
label=helianthos
name=Starbase Helianthos
model=maps/colonial/helianthos
faction=militia
; override faction secnodary color
colorsecond=0 1 0
location=512 -512 0
[ship]
label=sharkan
[ship]
label=custodian
[cargo]
label=liquor
price=425
amount=0
; ------------------------------------------------------------------
; BUCCANEERS' DEN
[station]
label=buccaneers
name=Buccaneers' Den
model=maps/pirate/juggernaut
faction=pirates
location=-768 1280 0
[ship]
label=raider
[ship]
label=juggernaut
[cargo]
label=gold
price=1100
amount=-1
[cargo]
label=liquor
price=450
amount=0
[cargo]
label=carbosteel
price=500
amount=0
; ------------------------------------------------------------------
; GHANT JUMPGATE
[navpoint]
label=navpoint_south
name=Navigation point South
location=-1024 0 0
[jumpgate]
label=jumpgate_ghant
; override default model
model=maps/pirate/jumpgate
target=ghant:jumpgate_antwerp
faction=pirates
location=-1048 0 8
yaw=0
; ------------------------------------------------------------------
; ALBION JUMPGATE
[navpoint]
label=navpoint_north
name=Navigation point North
location=1096 -256 0
[jumpgate]
label=jumpgate_albion
model=maps/colonial/jumpgate
target=albion:jumpgate_antwerp
faction=colonies
location=1124 -302 0
yaw=-160
; ------------------------------------------------------------------
; FINNMARK JUMPGATE
[navpoint]
label=navpoint_west
name=Navigation point West
location=256 1024 16
[jumpgate]
label=jumpgate_finnmark
target=finnmark:jumpgate_antwerp
faction=colonies
location=384 1056 16
yaw=275
|