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/Garrison | |
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/Garrison')
-rw-r--r-- | data/shatter/Galaxy/Garrison/Garrison.def | 124 |
1 files changed, 124 insertions, 0 deletions
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 +} + |