Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: d15f5514f90a8d8038c7cf5252c512c58dc2b6b1 (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
;
; lindblade.ini
; world description for the Lindblade system
;

; ------------------------------------------------------------------ 
; ZONE IDENTIFICATION

[zone]
name=Lindblade system
sky=sky10
; [x y z] galactic location
location=504 432 0
; faction
faction=lindblade
; zone information
info=The Lindblade system.

; ------------------------------------------------------------------ 
; STAR

[star]
label=star
name=class G star
location=0 -512 0
color=1 .9 .5
radius=96

; ------------------------------------------------------------------ 
; PLANET LINDBLADE

[planet]
label=lindblade
name=planet Lindblade
texture=planets/lindblade
location=362 780 16
yaw=90
pitch=-7.5
rotationspeed=1.5
;color=200 0 0
radius=74

; ------------------------------------------------------------------ 
; LINDBLADE CENTRAL

[station]
label=lindblade_central
name=Lindblade Central
model=maps/lindblade/lindblade_central
faction=lindblade
location=464 564 18
yaw=250
pitch=0
radius=10


	[ship]
	label=halcyon

	[ship]
	label=avatar

	[cargo]
	label=gold
	price=1500
	amount=0

	[cargo]
	label=diamonds
	price=2500
	amount=0

	[cargo]
	label=niobium
	price=300
	amount=0

	[cargo]
	label=water
	price=8
	amount=0

; ------------------------------------------------------------------ 
; STATION 15

[station]
label=station15
name=Station 15
model=maps/lindblade/station15
faction=lindblade
location=-548 -68 8
radius=8
yaw=315

	[ship]
	label=supertanker

	[cargo]
	label=gold
	price=1425
	amount=0

	[cargo]
	label=niobium
	price=285
	amount=0

	[cargo]
	label=water
	price=10
	amount=0

[navpoint]
label=navpoint_15
name=Navigation point 15
location=-290 -60 6

; ------------------------------------------------------------------ 
; ALBION JUMPGATE

[navpoint]
label=navpoint_south
name=Navigation point South
location=-580 -768 12

[jumpgate]
label=jumpgate_albion
target=albion:jumpgate_lindblade
faction=lindblade
location=-588 -768 16
yaw=90

; ------------------------------------------------------------------ 
; CALEDONIA JUMPGATE

[navpoint]
label=navpoint_west
name=Navigation point West
location=752 1264 15

[jumpgate]
label=jumpgate_caledonia
target=caledonia:jumpgate_lindblade
faction=lindblade
location=768 1280 16
yaw=250

; ------------------------------------------------------------------ 
; BURTON JUMPGATE

[navpoint]
label=navpoint_east
name=Navigation point East
location=1022 -248 14

[jumpgate]
label=jumpgate_burton
target=burton:jumpgate_lindblade
faction=lindblade
location=1024 -256 16
yaw=110