summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Galaxy/Black/Black.def
diff options
context:
space:
mode:
Diffstat (limited to 'data/shatter/Galaxy/Black/Black.def')
-rw-r--r--data/shatter/Galaxy/Black/Black.def50
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
+ }
+