Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: edc3c1ca3b932b54684c0739a61643b407a976a4 (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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
;
; anara.ini
; world description for the Anara system
;

[zone]
name=Anara system
sky=sky11
ambient=0.1 0.2 0.1
location=410 487 0
faction=neutral
; zone information
info=The Anara system

; ------------------------------------------------------------------ 
; there's no star in the Anara system

[navpoint]
label=navpoint_origin
name=Navpoint Origin
location=0 0 0

; ------------------------------------------------------------------ 
; GALILEO OUTPOST

[station]
label=galileo
name=Galileo research facility
model=maps/independent/researchstation
faction=research
location=128 768 32
info=Research facility

	[ship]
	label=tyson

	[cargo]
	label=liquor
	price=500
	amount=0
	
	[cargo]
	label=medicines
	price=350
	amount=0

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

; ------------------------------------------------------------------ 
; this is the line of navpoints for leading ships through anara's gas clouds

[navpoint]
label=navpoint_path01
name=Safety Buoy
faction=research
location=128 -640 0

[navpoint]
label=navpoint_path02
name=Safety Buoy
faction=research
location=120 -512 0

[navpoint]
label=navpoint_path03
name=Safety Buoy
faction=research
location=112 -384 0

[navpoint]
label=navpoint_path04
name=Safety Buoy
faction=research
location=104 -256 0

[navpoint]
label=navpoint_path05
name=Safety Buoy
faction=research
location=96 -128 0

[navpoint]
label=navpoint_path06
name=Safety Buoy
faction=research
location=88 0 0

[navpoint]
label=navpoint_path07
name=Safety Buoy
faction=research
location=96 128 0

[navpoint]
label=navpoint_path08
name=Safety Buoy
faction=research
location=112 256 0

[navpoint]
label=navpoint_path09
name=Safety Buoy
faction=research
location=120 384 0

[navpoint]
label=navpoint_path10
name=Safety Buoy
faction=research
location=128 512 0

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

[navpoint]
label=navpoint_east
name=Navigation Point East
location=128 -768 0

[jumpgate]
label=jumpgate_caledonia
target=caledonia:jumpgate_anara
faction=research
location=120 -760 0
yaw=95

; ------------------------------------------------------------------ 
; KARELIA JUMPPOINT

[navpoint]
label=navpoint_south
name=Navigation Point South
location=-512 0 -64

[jumppoint]
label=jumppoint_karelia
target=karelia:jumppoint_anara
location=-524 0 64
yaw=0

; ------------------------------------------------------------------
; RESEARCH CONVOY

[patrol]
label=research_convoy
profile=convoy

	[npc]
	name=Universal Research transport
	ship=tyson
	
	[npc]
	name=Universal Research transport
	ship=galaxy
	amount=3
	
	[waypoint]
	target=anara:galileo
	dock=yes
	cargo=water
	
	[waypoint]
	target=anara:jumpgate_caledonia
	dock=yes
	
	[waypoint]
	target=caledonia:caledonia
	dock=yes
	cargo=medicines
	
	[waypoint]
	target=caledonia:jumpgate_anara
	dock=yes