summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Galaxy/Tarsus
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-06 19:14:54 +0100
committerAki <please@ignore.pl>2022-02-06 19:16:34 +0100
commitd289918bfdf7635ec3bb2c94d8255da2b2572aea (patch)
tree6e9143cbfd63fd0e6a674d37a51a58ea85882929 /data/shatter/Galaxy/Tarsus
parentba64478a1aa1740da47ff0016dff6cc633900b73 (diff)
downloadstarshatter-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/Tarsus')
-rw-r--r--data/shatter/Galaxy/Tarsus/Tarsus.def82
1 files changed, 82 insertions, 0 deletions
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
+}
+