blob: 294226fb5394eedf0113c993f9c2fce91672bc5f (
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
|
;
; karelia.ini
; world description for the Karelia system
;
[zone]
name=Karelia system
sky=sky09
ambient=0 0 0
[star]
label=star
name=class A star
location=0 0 0
color=255 255 255
radius=45
corona=default
; ------------------------------------------------------------------
; ANARA JUMPPOINT
[navpoint]
label=navpoint_north
name=Navigation Point North
location=752 164 -64
[jumppoint]
label=jumppoint_anara
target=anara:jumppoint_karelia
location=764 164 64
yaw=180
; ------------------------------------------------------------------
; FINNMARK JUMPPOINT
[navpoint]
label=navpoint_south
name=Navigation Point South
location=-752 128 -64
[jumppoint]
label=jumppoint_finnmark
target=finnmark:jumppoint_karelia
location=-764 128 64
yaw=0
; ------------------------------------------------------------------
; CALEDONIA JUMPPOINT
[navpoint]
label=navpoint_east
name=Navigation Point East
location=-96 -500 12
[jumppoint]
label=jumppoint_caledonia
target=caledonia:jumppoint_karelia
location=-96 -512 12
yaw=80
|