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