blob: b6f7c17eccdbdee65a66fc19bf0aa699bddd014d (
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
|
;
; khorsand.ini
; world description for the Khorsand system
;
[zone]
name=Khorsand system
sky=sky15
[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 K star
location=256 512 0
; [r g b] entity primary color, values in the 0-255 range
color=255 214 120
; [float] entity radius (10 game units == 1km ingame)
radius=130
; ------------------------------------------------------------------
; WARSAW JUMPGATE
[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_warsaw
target=warsaw:jumpgate_khorsand
faction=colonies
location=-256 600 -2
yaw=90
; ------------------------------------------------------------------
; BROGHA JUMPGATE
[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_brogha
target=brogha:jumpgate_khorsand
faction=colonies
location=700 -500 12
yaw=160
; ------------------------------------------------------------------
; KERMAN STATION
[station]
label=kerman
name=Kerman Station
model=maps/colonial/factory
location=-448 -96 -12
color=0.7 0.7 0
yaw=225
radius=5
info=Kerman station is the largest niobium refinery of the Independent Colonies.
[ship]
label=vector
[ship]
label=scalar
[cargo]
label=crates
price=45
amount=0
[cargo]
label=niobium
price=280
amount=0
[cargo]
label=water
price=20
amount=0
[cargo]
label=superconductors
price=250
amount=-1
[entity]
label=kerman_storage1
name=Storage tanks
model=maps/colonial/regula_storage
location=-448 -86 -12
color=0.9 0.9 0.1
[entity]
label=kerman_storage2
name=Storage tanks
model=maps/colonial/regula_storage
location=-448 -106 -12
yaw=180
color=0.9 0.9 0.1
|