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
|
STARSYSTEM
name: Garrison
/*************************************/
sky: {
nebula: "Nebula-Garrison.mag",
poly_stars: "stars.mag"
}
stars: 500
dust: 300
/*************************************/
ambient: (30, 15, 8)
star: {
name: Khaniset
map: "Suns/StarG_map.pcx"
image: "Suns/G3.pcx",
tscale: 6,
radius: 16e8,
mass: 2e30,
light: 2.6e11,
color: (255, 250, 238),// - standard yellow
back: ( 60, 30, 10),// - nebula8
}
planet: {
name: Rhofar
map: "Tarsus/oman_map.pcx"
image: "Tarsus/oman_lo.pcx",
high_res:"Tarsus/oman_hi.jpg",
radius: 3.1e6,
tilt: 0.03,
mass: 3.1e24,
orbit: 0.94e11,
rotation: 32.7
}
region: {
name: Rhofar,
radius: 480e3,
grid: 20e3,
orbit: 16e6,
inclination: 0.4,
}
planet: {
name: Garrison
map: "Garrison/garrison_map.pcx"
image: "Garrison/garrison_lo.pcx",
high_res:"Garrison/garrison_hi.jpg",
glow_high_res: "Garrison/garrison_fire.jpg",
gloss: "Garrison/garrison_gloss.jpg",
radius: 6e6,
tilt: 0.15,
ring: "Garrison/ring.pcx",
minrad: 1.5,
maxrad: 1.75,
mass: 5.1e24,
orbit: 1.4e11,
rotation: 21.7
}
region: {
name: Garrison,
radius: 480e3,
grid: 20e3,
orbit: 20e6,
inclination: 0.4,
}
planet: {
name: Korul
map: "Giants/GasGiant10_map.pcx"
image: "Giants/GasGiant10.jpg",
radius: 23e6,
tilt: 0.19,
ring: "Giants/Ring2.pcx",
minrad: 1.6,
maxrad: 1.666,
mass: 5.1e24,
orbit: 2.4e11,
rotation: 21.7
}
region: {
name: Korul,
radius: 480e3,
grid: 20e3,
orbit: 1e8,
inclination: 0.3,
}
planet: {
name: Nerasil
map: "Haiche/kala_map.pcx"
image: "Haiche/kala_lo.pcx",
high_res:"Haiche/kala_hi.pcx",
radius: 4e6,
tilt: 0.15,
mass: 3.7e24,
orbit: 4.2e11,
rotation: 17.2
}
region: {
name: Nerasil,
radius: 480e3,
grid: 20e3,
orbit: 15e6,
inclination: 0.2,
link: Relay, // Isham
link: Cavenda, // Radix
}
|