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/Garrison/Garrison.def | 124 ++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 data/shatter/Galaxy/Garrison/Garrison.def (limited to 'data/shatter/Galaxy/Garrison') diff --git a/data/shatter/Galaxy/Garrison/Garrison.def b/data/shatter/Galaxy/Garrison/Garrison.def new file mode 100644 index 0000000..35002d5 --- /dev/null +++ b/data/shatter/Galaxy/Garrison/Garrison.def @@ -0,0 +1,124 @@ +STARSYSTEM + +name: Garrison + +/*************************************/ + +sky: { + nebula: "Nebula-Garrison.mag", + poly_stars: "stars.mag" +} + +stars: 500 +dust: 300 + +/*************************************/ + + +ambient: (30, 15, 8) + +star: { + name: Khaniset + map: "Suns/StarG_map.pcx" + image: "Suns/G3.pcx", + tscale: 6, + radius: 16e8, + mass: 2e30, + light: 2.6e11, + color: (255, 250, 238),// - standard yellow + back: ( 60, 30, 10),// - nebula8 +} + +planet: { + name: Rhofar + map: "Tarsus/oman_map.pcx" + image: "Tarsus/oman_lo.pcx", + high_res:"Tarsus/oman_hi.jpg", + radius: 3.1e6, + tilt: 0.03, + mass: 3.1e24, + orbit: 0.94e11, + rotation: 32.7 +} + +region: { + name: Rhofar, + radius: 480e3, + grid: 20e3, + orbit: 16e6, + inclination: 0.4, +} + + +planet: { + name: Garrison + map: "Garrison/garrison_map.pcx" + image: "Garrison/garrison_lo.pcx", + high_res:"Garrison/garrison_hi.jpg", + glow_high_res: "Garrison/garrison_fire.jpg", + gloss: "Garrison/garrison_gloss.jpg", + radius: 6e6, + tilt: 0.15, + ring: "Garrison/ring.pcx", + minrad: 1.5, + maxrad: 1.75, + mass: 5.1e24, + orbit: 1.4e11, + rotation: 21.7 +} + +region: { + name: Garrison, + radius: 480e3, + grid: 20e3, + orbit: 20e6, + inclination: 0.4, +} + + +planet: { + name: Korul + map: "Giants/GasGiant10_map.pcx" + image: "Giants/GasGiant10.jpg", + radius: 23e6, + tilt: 0.19, + ring: "Giants/Ring2.pcx", + minrad: 1.6, + maxrad: 1.666, + mass: 5.1e24, + orbit: 2.4e11, + rotation: 21.7 +} + +region: { + name: Korul, + radius: 480e3, + grid: 20e3, + orbit: 1e8, + inclination: 0.3, +} + + + +planet: { + name: Nerasil + map: "Haiche/kala_map.pcx" + image: "Haiche/kala_lo.pcx", + high_res:"Haiche/kala_hi.pcx", + radius: 4e6, + tilt: 0.15, + mass: 3.7e24, + orbit: 4.2e11, + rotation: 17.2 +} + +region: { + name: Nerasil, + radius: 480e3, + grid: 20e3, + orbit: 15e6, + inclination: 0.2, + link: Relay, // Isham + link: Cavenda, // Radix +} + -- cgit v1.1