summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Galaxy/Athenar/Athenar.def
diff options
context:
space:
mode:
Diffstat (limited to 'data/shatter/Galaxy/Athenar/Athenar.def')
-rw-r--r--data/shatter/Galaxy/Athenar/Athenar.def83
1 files changed, 83 insertions, 0 deletions
diff --git a/data/shatter/Galaxy/Athenar/Athenar.def b/data/shatter/Galaxy/Athenar/Athenar.def
new file mode 100644
index 0000000..e10ffd8
--- /dev/null
+++ b/data/shatter/Galaxy/Athenar/Athenar.def
@@ -0,0 +1,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
+}