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/Marak/Marak.def | 70 +++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 data/shatter/Galaxy/Marak/Marak.def (limited to 'data/shatter/Galaxy/Marak') diff --git a/data/shatter/Galaxy/Marak/Marak.def b/data/shatter/Galaxy/Marak/Marak.def new file mode 100644 index 0000000..ef25578 --- /dev/null +++ b/data/shatter/Galaxy/Marak/Marak.def @@ -0,0 +1,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 +} + + -- cgit v1.1