blob: fa497e343f76a7102b69174a654912c72a888504 (
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
|
;
; albion.ini
; world description for the Albion system
;
[zone]
name=Albion system
sky=sky05
; ------------------------------------------------------------------
; ORIGIN
[navpoint]
label=navpoint_origin
name=Navigation point Origin
location=0 0 0
; ------------------------------------------------------------------
; STAR
[star]
label=star
name=class F star
location=-1024 -512 0
color=255 238 158
radius=112
; ------------------------------------------------------------------
; PLANET ALBION
[planet]
label=albion
name=planet Albion
texture=planets/albion
radius=70
pitch=5
dock=yes
location=-224 0 0
[cargo]
label=carbosteel
price=300
[cargo]
label=iron
price=250
; ------------------------------------------------------------------
; LINDBLADE JUMPGATE
[navpoint]
label=navpoint_north
name=Navigation point North
location=762 0 -2
[jumpgate]
label=jumpgate_lindblade
target=lindblade:jumpgate_albion
faction=lindblade
location=768 0 0
yaw=180
; ------------------------------------------------------------------
; EAST END JUMPGATE
[navpoint]
label=navpoint_east
name=Navigation point East
location=64 -706 -2
[jumpgate]
label=jumpgate_eastend
target=eastend:jumpgate_albion
faction=lindblade
location=64 -712 0
yaw=90
; ------------------------------------------------------------------
; ANTWERP JUMPGATE
[navpoint]
label=navpoint_west
name=Navigation point West
location=-606 496 -2
[jumpgate]
label=jumpgate_antwerp
target=antwerp:jumpgate_albion
faction=lindblade
location=-612 532 0
yaw=270
|