From d289918bfdf7635ec3bb2c94d8255da2b2572aea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 6 Feb 2022 19:14:54 +0100 Subject: Added datafiles to the repository This includes only text files from the most common distribution of content.dat and shatter.dat. --- data/shatter/Galaxy/Athenar/Athenar.def | 83 +++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 data/shatter/Galaxy/Athenar/Athenar.def (limited to 'data/shatter/Galaxy/Athenar') 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 +} -- cgit v1.1