blob: 6286a8e663bd0e50a687104a659d4b6b51aae688 (
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
|
;
; 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
; 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
|