blob: 8bba93ee1f4581ac7f6cc31f188e4cce526f349f (
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
|
;
; khorsand.ini
; world description for the Khorsand system
;
[zone]
name=Khorsand system
sky=sky15
; [x y z] galactic location
location=496 210 0
; faction
faction=colonies
; zone information
info=The Khorsand system is dominated by mining operations and industrial installations.
[navpoint]
label=navpoint_origin
name=Navigation point Origin
location=0 0 0
; ------------------------------------------------------------------
; CLASS K STAR
[star]
; [string] entity label
label=star
; [string] entity name
name=class F star
location=256 512 0
; [float] entity radius (10 game units == 1km ingame)
radius=130
; [r g b] entity primary color, values in the 0-255 range
color=255 214 120
; ------------------------------------------------------------------
; WARSAW JUMPGATE
[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_warsaw
location=-256 600 -2
angles=0 270 0
target=warsaw:jumpgate_khorsand
faction=colonies
; ------------------------------------------------------------------
; BROGHA JUMPGATE
[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_brogha
location=700 -500 12
angles=0 160 0
target=brogha:jumpgate_khorsand
faction=colonies
; ------------------------------------------------------------------
; KERMAN REFINERY
[station]
label=kerman
name=Kerman refinery
location=-448 -96 -12
angles=0 225 0
radius=5
model=maps/colonial/factory
color=0.7 0.7 0
info=Kerman refinery is the largest niobium processing facility in the Independent Colonies.
[ship]
label=vector
[cargo]
label=crates
price=45
amount=0
[cargo]
label=liquor
price=350
amount=0
[cargo]
label=niobium
price=280
amount=0
[cargo]
label=water
price=20
amount=0
[cargo]
label=superconductors
price=250
amount=-1
[weapon]
label=laser1
amount=-1
[entity]
template=storageunit
label=kerman_storage1
name=Storage unit
location=-448 -86 -12
angles=0 -90 0
color=0.9 0.9 0.1
[entity]
template=storageunit
label=kerman_storage2
name=Storage unit
location=-448 -106 -12
angles=0 90 0
color=0.9 0.9 0.1
; ------------------------------------------------------------------
; BROGHA JUMPGATE
[jumpgate]
label=jumpgate_yser
location=-316 -1096 14
angles=0 90 0
target=yser:jumpgate_khorsand
faction=colonies
|