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
|
STARSYSTEM
name: Athenar
/*************************************/
sky: {
nebula: "Nebula-Athenar.mag",
poly_stars: "stars.mag"
}
stars: 500
dust: 300
/*************************************/
ambient: (16, 17, 26)
star: {
name: Talvesta
map: "Suns/StarG_map.pcx"
image: "Suns/G3.pcx",
tscale: 6,
radius: 16e8,
mass: 2e30,
light: 1.6e11,
color: (255, 250, 230),// - standard yellow
back: ( 50, 50, 90) // - nebula6
}
planet: {
name: Athenar,
map: "Athenar/athenar_map.pcx"
image: "Athenar/athenar_lo.pcx",
high_res:"Athenar/athenar_hi.jpg",
gloss: "Athenar/athenar_gloss.jpg",
radius: 5.72e6,
mass: 3.53e24,
atmosphere: (150,160,210),
orbit: 1.95e11,
}
region: {
name: Athenar,
radius: 480e3,
grid: 20e3,
orbit: 18e6,
inclination: 0.4
}
moon: {
name: Nike
map: "Jarnell/lanos_map.pcx"
image: "Jarnell/lanos_lo.pcx",
high_res:"Jarnell/lanos_hi.pcx",
radius: 0.72e6,
mass: 4.1e22,
orbit: 81e6
}
planet: {
name: Pallas
map: "Silessia/nero_map.pcx"
image: "Silessia/nero_lo.pcx",
high_res:"Silessia/nero_hi.jpg",
radius: 3.35e6,
mass: 2.52e24,
atmosphere: (80,120,150),
orbit: 4.25e11,
}
region: {
name: Pallas,
radius: 480e3,
grid: 20e3,
orbit: 19e6,
inclination: 0.2,
link: Navara, // Janus
link: Dawn, // Jarnell
}
|