blob: 06ebe3232e660dca2f0fa0636fa9dc760be4e0c1 (
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
|
;
; kronenbaden.ini
; world description for the Kronenbaden System
;
[zone]
name=Kronenbaden system
sky=sky13
; ------------------------------------------------------------------
; STAR
[star]
location=450 1320 512
name=class F star
radius=58
color=1.0 1.0 0.9
; ------------------------------------------------------------------
; PLANET BADEN
[planet]
label=Baden
name=planet Baden
location=1024 -512 -64
texture=planets/baden
yaw=90
faction=colonies
color=1.0 1.0 1.0
; ------------------------------------------------------------------
; PLANET KRONE
[planet]
label=krone
name=planet Krone
location=-768 840 128
texture=planets/krone
yaw=210
faction=colonies
color=1.0 1.0 1.0
; ------------------------------------------------------------------
; ANTWERP JUMPGATE
[jumpgate]
label=jumpgate_antwerp
target=antwerp:jumpgate_kronenbaden
faction=lindblade
location=256 -1280 -72
yaw=120
faction=colonies
; ------------------------------------------------------------------
; GHANT JUMPGATE
[jumpgate]
label=jumpgate_ghant
target=ghant:jumpgate_kronenbaden
faction=lindblade
location=-300 -768 32
yaw=30
faction=colonies
|