Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 10db7835292a01c2f4d09ed3156a85d881035bea (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
;
; eastend.ini
; world description for the East End system
;

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


[zone]
name=East End system
sky=sky08

[navpoint]
label=navpoint_origin
name=Navigation point Origin
location=0 0 0
model=maps/static/navpoint

; ------------------------------------------------------------------ 
; ENSOR STATION

[station]
label=ensor
name=Ensor station
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95
location=-32 32 2
direction=30
model=maps/independent/ensor
; this entity is the default zone view
default = yes

	[ship]
	label=avenger

	[ship]
	label=horizon

	[cargo]
	label=liquor
	price=350
	amount=5

; ------------------------------------------------------------------ 
; DOVER JUMPGATE

[navpoint]
label=navpoint_north
name=Navigation point North
location=504 0 0
model=maps/static/navpoint

[jumpgate]
label=jumpgate_dover
name=Jumpgate East End -> Dover
model=maps/colonial/jumpgate
target=dover:jumpgate_eastend
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95
location=520 0 0
direction=270

; ------------------------------------------------------------------ 
; BROGHA JUMPGATE

[navpoint]
label=navpoint_south
name=Navigation point South
location=-504 0 0
model=maps/static/navpoint

[jumpgate]
label=jumpgate_brogha
name=Jumpgate East End -> Brogha
model=maps/colonial/jumpgate
target=brogha:jumpgate_eastend
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95
location=-520 0 0
direction=0