Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: a089070c0a8b1e58294a8b236df4989433c9b37b (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
;
; 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=-512 -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

	[cargo]
	label=carbosteel
	price=300

	[cargo]
	label=iron
	price=250

; ------------------------------------------------------------------ 
; LINDBLADE JUMPGATE

[navpoint]
label=navpoint_north
name=Navigation point North
location=504 0 -2

[jumpgate]
label=jumpgate_lindblade
target=lindblade:jumpgate_albion
faction=lindblade
location=512 0 0
yaw=180

; ------------------------------------------------------------------ 
; EAST END JUMPGATE

[navpoint]
label=navpoint_east
name=Navigation point East
location=2 -504 -2

[jumpgate]
label=jumpgate_eastend
target=eastend:jumpgate_albion
faction=lindblade
location=0 -512 0
yaw=90

; ------------------------------------------------------------------ 
; ANTWERP JUMPGATE

[navpoint]
label=navpoint_west
name=Navigation point West
location=-34 496 -2

[jumpgate]
label=jumpgate_antwerp
target=antwerp:jumpgate_albion
faction=lindblade
location=-32 532 0
yaw=270