blob: 53362976f9d29c8fe4edcda71fef1b294a0e2e9e (
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
178
179
180
181
182
183
|
;
; warsaw.ini
; world description for the Warsaw system
;
[zone]
name=Warsaw system
sky=sky16
; [x y z] galactic location
location=411 213 0
; faction
faction=colonies
; zone information
info=The Warsaw system is the headquarters of Micron Corporation.
; ------------------------------------------------------------------
; CLASS M STAR
[star]
; [string] entity label
label=star
; [string] entity name
name=class K star
location=120 1020 -16
; [float] entity radius (10 game units == 1km ingame)
radius=72
; [r g b] entity primary color, values in the 0-255 range
color=219 91 0
; ------------------------------------------------------------------
; KRONENBADEN JUMPGATE
[jumpgate]
label=jumpgate_kronenbaden
location=576 580 -32
angles=0 195 0
target=kronenbaden:jumpgate_warsaw
faction=colonies
; ------------------------------------------------------------------
; KHORSAND JUMPGATE
[jumpgate]
label=jumpgate_khorsand
location=-480 -860 -16
angles=0 75 0
target=khorsand:jumpgate_warsaw
faction=colonies
; ------------------------------------------------------------------
; GHANT JUMPGATE
[jumpgate]
label=jumpgate_ghant
location=704 -580 64
angles=0 135 0
target=ghant:jumpgate_warsaw
faction=colonies
; ------------------------------------------------------------------
; PLANET WARSAW
[planet]
label=warsaw
name=planet Warsaw
location=-444 324 8
angles=0 270 0
radius=62
dock=yes
; [string] globe texture name
texture=planets/warsaw
info=As the corporate headquarters of Micron Corporation, spaceship components are in high demand on planet Warsaw.
[cargo]
label=water
price=5
amount=-1
[cargo]
label=crates
price=30
amount=-1
[cargo]
label=superconductors
price=310
amount=0
[cargo]
label=optronics
price=500
amount=0
[cargo]
label=carbosteel
price=325
amount=0
[cargo]
label=niobium
price=210
; no initial supply
amount=0
; available ship types
[ship]
label=vector
[ship]
label=scalar
[ship]
label=matrix
; weapon trade definitions
[weapon]
label=mine_dumb
amount=-1
[weapon]
label=laser1
amount=-1
[weapon]
label=laser2
amount=-1
; ------------------------------------------------------------------
; MERCHANT TRADE ROUTE
[patrol]
label=convoy_merchants
location=14 -887 0
faction=merchants
profile=convoy
[npc]
name=Merchant
; ship model used by this NPC type
ship=vector
; the type of cannon this NPC type will use
cannon=laser1
; maximal amount of NPCs of this type to add
amount=3
[npc]
name=Merchant
ship=scalar
cannon=laser1
amount=2
[waypoint]
target=warsaw
; dock at this waypoint
dock=yes
; cargo to buy at this waypoint
cargo=crates
[waypoint]
target=jumpgate_ghant
dock=yes
[waypoint]
target=ghant:regula
dock=yes
cargo=niobium
[waypoint]
target=ghant:jumpgate_warsaw
dock=yes
; ------------------------------------------------------------------
; VOSTOK JUMPGATE
[jumpgate]
label=jumpgate_vostok
location=-1288 746 64
angles=0 -40 0
target=vostok:jumpgate_warsaw
faction=colonies
|