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/Tarsus/Tarsus.def | 82 +++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 data/shatter/Galaxy/Tarsus/Tarsus.def (limited to 'data/shatter/Galaxy/Tarsus') diff --git a/data/shatter/Galaxy/Tarsus/Tarsus.def b/data/shatter/Galaxy/Tarsus/Tarsus.def new file mode 100644 index 0000000..313d89a --- /dev/null +++ b/data/shatter/Galaxy/Tarsus/Tarsus.def @@ -0,0 +1,82 @@ +STARSYSTEM + +name: Tarsus + +/*************************************/ + +sky: { + nebula: "Nebula-Tarsus.mag", + poly_stars: "stars.mag", +} + +stars: 500 +dust: 220 + +/*************************************/ + +ambient: (25, 22, 20) + +star: { + name: Tarsus + map: "Suns/StarG_map.pcx" + image: "Suns/G3.pcx", + tscale: 6, + radius: 16e8, + mass: 2e30, + light: 1.5e11, + color: (255, 250, 230),// - standard yellow + back: (170, 110, 50),// - nebula7 +} + +region: { + name: Sintar, + radius: 480e3, + grid: 20e3, + orbit: 1.25e11, + inclination: 0.45, + asteroids: 200 +} + +planet: { + name: "Tarsus I" + map: "Tarsus/tarsus_map.pcx" + image: "Tarsus/tarsus_lo.pcx", + high_res:"Tarsus/tarsus_hi.jpg", + atmosphere: (90,70,60), + radius: 3.75e6, + mass: 5.6e26, + orbit: 1.95e11, + rotation: 21.3 +} + +region: { + name: Tarsus, + radius: 480e3, + grid: 20e3, + orbit: 17e6, + inclination: 0.45 +} + + +planet: { + name: "Tarsus II", + map: "Tarsus/oman_map.pcx" + image: "Tarsus/oman_lo.pcx", + high_res:"Tarsus/oman_hi.jpg", + radius: 2.15e6, + mass: 3.96e26, + orbit: 3.61e11, + rotation: 11.1 +} + +region: { + name: "Theramin", + radius: 480e3, + grid: 20e3, + orbit: 13e6, + inclination: 0.45, + link: Volova, // Kolchev + link: Aram, // Ostara + link: Cavenda, // Radix +} + -- cgit v1.1