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
|
STARSYSTEM
name: Tarsus
/*************************************/
sky: {
nebula: "Nebula-Tarsus.mag",
poly_stars: "stars.mag",
}
stars: 500
dust: 220
/*************************************/
ambient: (25, 22, 20)
star: {
name: Tarsus
map: "Suns/StarG_map.pcx"
image: "Suns/G3.pcx",
tscale: 6,
radius: 16e8,
mass: 2e30,
light: 1.5e11,
color: (255, 250, 230),// - standard yellow
back: (170, 110, 50),// - nebula7
}
region: {
name: Sintar,
radius: 480e3,
grid: 20e3,
orbit: 1.25e11,
inclination: 0.45,
asteroids: 200
}
planet: {
name: "Tarsus I"
map: "Tarsus/tarsus_map.pcx"
image: "Tarsus/tarsus_lo.pcx",
high_res:"Tarsus/tarsus_hi.jpg",
atmosphere: (90,70,60),
radius: 3.75e6,
mass: 5.6e26,
orbit: 1.95e11,
rotation: 21.3
}
region: {
name: Tarsus,
radius: 480e3,
grid: 20e3,
orbit: 17e6,
inclination: 0.45
}
planet: {
name: "Tarsus II",
map: "Tarsus/oman_map.pcx"
image: "Tarsus/oman_lo.pcx",
high_res:"Tarsus/oman_hi.jpg",
radius: 2.15e6,
mass: 3.96e26,
orbit: 3.61e11,
rotation: 11.1
}
region: {
name: "Theramin",
radius: 480e3,
grid: 20e3,
orbit: 13e6,
inclination: 0.45,
link: Volova, // Kolchev
link: Aram, // Ostara
link: Cavenda, // Radix
}
|