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/Paragon | |
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/Paragon')
-rw-r--r-- | data/shatter/Galaxy/Paragon/Paragon.def | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/data/shatter/Galaxy/Paragon/Paragon.def b/data/shatter/Galaxy/Paragon/Paragon.def new file mode 100644 index 0000000..6911970 --- /dev/null +++ b/data/shatter/Galaxy/Paragon/Paragon.def @@ -0,0 +1,168 @@ +STARSYSTEM + +name: Paragon + +/*************************************/ + +sky: { + nebula: "Nebula-Paragon.mag", + poly_stars: "stars.mag" + } + +stars: 500 +dust: 300 + +/*************************************/ + +ambient: (30, 36, 38) + +star: { + name: Talpara + 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, 70, 100) // - nebula24 +} + +planet: { + name: Dorrath + map: "Paragon/dorrath_map.pcx" + image: "Paragon/dorrath_lo.pcx", + high_res:"Paragon/dorrath_hi.pcx", + radius: 3.9e6, + mass: 2.58e24, + orbit: 7.23e10, + atmosphere: (121,120,121), + rotation: 29.72 +} + +region: { + name: Dorrath, + radius: 480e3, + grid: 20e3, + orbit: 16e6, + inclination: 0.67 +} + +moon: { + name: Altos + map: "Borova/maraner_map.pcx" + image: "Borova/maraner_lo.pcx", + high_res:"Borova/maraner_hi.pcx", + radius: 0.85e6, + mass: 8e22, + orbit: 43e6, + retro: true, +} + +planet: { + name: Paragon + map: "Paragon/paragon_map.pcx" + image: "Paragon/paragon_lo.pcx", + high_res: "Paragon/paragon_hi.jpg", + gloss: "Paragon/paragon_gloss.jpg", + glow_high_res: "Paragon/paragon_lights.jpg", + radius: 5.8e6, + mass: 4.98e24, + atmosphere: (140,170,200), + orbit: 1.4e11, + rotation: 27 +} + +region: { + name: Paragon, + radius: 480e3, + grid: 20e3, + orbit: 20e6, + inclination: 0.5 +} + +moon: { + name: Porthos + map: "Jarnell/lanos_map.pcx" + image: "Jarnell/lanos_lo.pcx", + high_res:"Jarnell/lanos_hi.pcx", + radius: 1.1e6, + mass: 8e22, + orbit: 39e6 +} + +moon: { + name: Aramis, + map: "Jarnell/lanos_map.pcx" + image: "Jarnell/lanos_lo.pcx", + high_res:"Jarnell/lanos_hi.pcx", + radius: 0.5e6, + mass: 8e22, + orbit: 51e6 +} + +planet: { + name: "Bryn Mawr", + map: "Paragon/bryn_map.pcx" + image: "Paragon/bryn_hi.jpg", + radius: 3.3e6, + mass: 2.45e24, + orbit: 2.57e11, + rotation: 35 +} + +region: { + name: Bryn, + radius: 480e3, + grid: 20e3, + orbit: 12.0e6, + inclination: 0.7 +} + +planet: { + name: Atlan, + map: "Giants/GasGiant4_map.pcx" + image: "Giants/GasGiant4.jpg", + radius: 19e6, + mass: 2.1e26, + orbit: 4.8e11, + tscale: 2, + tilt: 0.23, + ring: "Giants/Ring3.pcx", + minrad: 1.4, + maxrad: 1.75, + rotation: 21.23 +} + +region: { + name: Atlan, + radius: 480e3, + grid: 20e3, + orbit: 1.15e8, + inclination: 0.42, + link: Tulkas, // Borova + link: Dawn, // Jarnell +} + +moon: { + name: Synad + map: "Moons/rock_map.pcx" + image: "Moons/rock_lo.pcx", + high_res:"Moons/rock_hi.pcx", + radius: 2.2e6, + mass: 1.9e22, + orbit: 1.44e8, + rotation: 30 +} + +moon: { + name: Olan, + map: "Moons/lunar_map.pcx" + image: "Moons/lunar_lo.pcx", + high_res:"Moons/lunar_hi.pcx", + radius: 3.2e6, + rotation: 19, + inclination: 0.0, + mass: 1.7e24, + orbit: 2.251e8 +} |