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
|
STARSYSTEM
name: Marak
/*************************************/
sky: {
nebula: "Nebula-Marak.mag",
poly_stars: "stars.mag"
}
stars: 500
dust: 300
/*************************************/
ambient: (36, 6, 6)
star: {
name: Marakanis
map: "Suns/StarF_map.pcx"
image: "Suns/F8.pcx",
tscale: 6,
radius: 16e8,
mass: 2e30,
light: 1.6e11,
color: (255, 255, 255),// - F White
back: (120, 20, 14) // - nebula21
}
region: {
name: Xanthe,
radius: 480e3,
grid: 20e3,
orbit: 4.38e11,
inclination: 0.13,
asteroids: 70,
link: Path, // Trocanther
}
planet: {
name: Marak
map: "Marak/marak_map.pcx"
image: "Marak/marak_hi.jpg",
gloss: "Marak/marak_gloss.jpg",
atmosphere: (90,90,130),
radius: 6.1e6,
mass: 5.3e24,
orbit: 1.1e11,
rotation: 23.7
}
region: {
name: Marak,
radius: 480e3,
grid: 20e3,
orbit: 21e6,
inclination: 0.4,
}
moon: {
name: Manarkan,
map: "Moons/Moon3_map.pcx",
image: "Moons/Moon3.jpg",
radius: 1e6,
mass: 8e22,
orbit: 42e6
}
|