blob: d57e254d06d754e380ca25c76e6cd76827fcfd43 (
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
|
;
; camorra.ini
; world description for the Camorra system
;
; ------------------------------------------------------------------
; ZONE IDENTIFICATION
;
[zone]
name=Camorra system
sky=sky25
; [x y z] galactic location
location=807 451 0
ambient=0.1 0.1 0.1
faction=rogue
info=The Camorra system.
; ------------------------------------------------------------------
; RED GIANT STAR
;
[star]
label=star
name=class G star
location=1700 -388 0
angles=0 140 0
radius=102
color=255 191 127
; ------------------------------------------------------------------
; ORAN JUMPGATE
;
[jumpgate]
label=jumpgate_oran
faction=neutral
location=192 896 0
angles=0 -90 0
target=oran:jumpgate_camorra
; ------------------------------------------------------------------
; PLANET NAPLES
;
[planet]
label=naples
name=planet Naples
faction=camorra
location=-312 -432 0
angles=0 60 0
color=255 255 255
[cargo]
label=gold
price=1800
amount=-1
[cargo]
label=liquor
price=650
amount=0
[cargo]
label=water
price=40
amount=0
|