diff options
author | Aki <please@ignore.pl> | 2022-02-06 19:14:54 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-02-06 19:16:34 +0100 |
commit | d289918bfdf7635ec3bb2c94d8255da2b2572aea (patch) | |
tree | 6e9143cbfd63fd0e6a674d37a51a58ea85882929 /data/shatter/Galaxy/Marak | |
parent | ba64478a1aa1740da47ff0016dff6cc633900b73 (diff) | |
download | starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.zip starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.tar.gz starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.tar.bz2 |
Added datafiles to the repository
This includes only text files from the most common distribution of content.dat
and shatter.dat.
Diffstat (limited to 'data/shatter/Galaxy/Marak')
-rw-r--r-- | data/shatter/Galaxy/Marak/Marak.def | 70 |
1 files changed, 70 insertions, 0 deletions
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 +} + + |