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/Nephrys/Nephrys.def | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 data/shatter/Galaxy/Nephrys/Nephrys.def (limited to 'data/shatter/Galaxy/Nephrys') diff --git a/data/shatter/Galaxy/Nephrys/Nephrys.def b/data/shatter/Galaxy/Nephrys/Nephrys.def new file mode 100644 index 0000000..4d2fe87 --- /dev/null +++ b/data/shatter/Galaxy/Nephrys/Nephrys.def @@ -0,0 +1,53 @@ +STARSYSTEM + +name: Nephrys + +/*************************************/ + +sky: { + nebula: "Nebula-Nephrys.mag", + poly_stars: "stars.mag" +} + +stars: 500 +dust: 300 + +/*************************************/ + +ambient: (8, 8, 10) + +star: { + name: Nephrys + map: "Suns/StarA_map.pcx" + image: "Suns/G3.pcx", + tscale: 6, + radius: 16e8, + mass: 3e30, + light: 2.6e11, + color: (245, 245, 255),// - A Blue-White + back: ( 43, 40, 46) // - nebula18 (dark gray) +} + +planet: { + name: Nergal + map: "Nephrys/nergal_map.pcx" + image: "Nephrys/nergal_lo.pcx", + high_res:"Nephrys/nergal_hi.jpg", + gloss: "Nephrys/nergal_gloss.jpg", + glow_high_res: "Nephrys/nergal_fire.jpg", + radius: 9e6, + mass: 5.6e28, + orbit: 4.8e11, + rotation: 160.3, +} + +region: { + name: Nergal, + radius: 480e3, + grid: 20e3, + orbit: 35e6, + inclination: 0.1, + link: Casalle, // Loris + link: Solnas, // Korius +} + -- cgit v1.1