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/Black/Black.def | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 data/shatter/Galaxy/Black/Black.def (limited to 'data/shatter/Galaxy/Black') diff --git a/data/shatter/Galaxy/Black/Black.def b/data/shatter/Galaxy/Black/Black.def new file mode 100644 index 0000000..5934ce3 --- /dev/null +++ b/data/shatter/Galaxy/Black/Black.def @@ -0,0 +1,50 @@ +STARSYSTEM + +name: Black + +/************************************* + +sky: { + nebula: "Nebula1.mag", + poly_stars: "stars.mag", + haze: "Janus/TerrainHaze.mag" + } + +stars: 500 +dust: 300 + +/*************************************/ + + +ambient: (32, 32, 32) + +star: { + name: BlackStar, + image: "Suns/G3.pcx", + tscale: 6, + radius: 16e8, + mass: 2e30, + light: 1.6e11, + color: (255, 250, 230),// - standard yellow + back: ( 70, 80, 130) // - nebula1 + } + +planet: { + name: Blackout, + image_west: "Moons/rock_w.pcx", + image_east: "Moons/rock_e.pcx", + radius: 3e3, + mass: 5.6e26, + orbit: 1.8e11, + tscale: 2, + rotation: 16.3 + } + +region: { + name: Medium, + radius: 480e3, + grid: 20e3, + orbit: 1.55e8, + inclination: 0.4 + } + -- cgit v1.1