summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Ships/Buildings
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/Ships/Buildings
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/Ships/Buildings')
-rw-r--r--data/shatter/Ships/Buildings/Barracks.def36
-rw-r--r--data/shatter/Ships/Buildings/BioDome.def23
-rw-r--r--data/shatter/Ships/Buildings/BioDome2.def23
-rw-r--r--data/shatter/Ships/Buildings/BioTrail.def22
-rw-r--r--data/shatter/Ships/Buildings/Bldg00.def37
-rw-r--r--data/shatter/Ships/Buildings/Bldg01.def35
-rw-r--r--data/shatter/Ships/Buildings/Bldg02.def35
-rw-r--r--data/shatter/Ships/Buildings/Bldg03.def35
-rw-r--r--data/shatter/Ships/Buildings/Bldg04.def35
-rw-r--r--data/shatter/Ships/Buildings/Bldg05.def35
-rw-r--r--data/shatter/Ships/Buildings/City00.def21
-rw-r--r--data/shatter/Ships/Buildings/City01.def21
-rw-r--r--data/shatter/Ships/Buildings/City02.def21
-rw-r--r--data/shatter/Ships/Buildings/City03.def21
-rw-r--r--data/shatter/Ships/Buildings/Cool00.def35
-rw-r--r--data/shatter/Ships/Buildings/Dsrt00.def35
-rw-r--r--data/shatter/Ships/Buildings/Dsrt01.def35
-rw-r--r--data/shatter/Ships/Buildings/Dsrt02.def35
-rw-r--r--data/shatter/Ships/Buildings/Dsrt03.def35
-rw-r--r--data/shatter/Ships/Buildings/Dsrt04.def35
-rw-r--r--data/shatter/Ships/Buildings/Dsrt05.def35
-rw-r--r--data/shatter/Ships/Buildings/Fact00.def35
-rw-r--r--data/shatter/Ships/Buildings/Fact01.def35
-rw-r--r--data/shatter/Ships/Buildings/Fact02.def35
-rw-r--r--data/shatter/Ships/Buildings/Fact03.def35
-rw-r--r--data/shatter/Ships/Buildings/Fact04.def35
-rw-r--r--data/shatter/Ships/Buildings/Platform.def35
-rw-r--r--data/shatter/Ships/Buildings/Reac01.def35
-rw-r--r--data/shatter/Ships/Buildings/Senate.def17
-rw-r--r--data/shatter/Ships/Buildings/Tank00.def35
30 files changed, 942 insertions, 0 deletions
diff --git a/data/shatter/Ships/Buildings/Barracks.def b/data/shatter/Ships/Buildings/Barracks.def
new file mode 100644
index 0000000..582d90e
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Barracks.def
@@ -0,0 +1,36 @@
+SHIP
+
+name: Barracks
+class: Building
+display_name: Barracks
+hud_icon: "hud_bldg05.pcx"
+
+detail_0: "Barracks-0.mag"
+feature_0: 1000
+detail_1: "Barracks-6.mag"
+feature_1: 6
+
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/BioDome.def b/data/shatter/Ships/Buildings/BioDome.def
new file mode 100644
index 0000000..d9e9bed
--- /dev/null
+++ b/data/shatter/Ships/Buildings/BioDome.def
@@ -0,0 +1,23 @@
+SHIP
+
+name: BioDome
+class: Building
+display_name: "BioDome"
+hud_icon: "hud_dome.pcx"
+secret: false
+
+detail_0: "A1-0.mag"
+feature_0: 1000
+detail_1: "A1-6.mag"
+feature_1: 6
+
+
+mass: 950e3
+integrity: 700e3
+scale: 10
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/BioDome2.def b/data/shatter/Ships/Buildings/BioDome2.def
new file mode 100644
index 0000000..1b021f8
--- /dev/null
+++ b/data/shatter/Ships/Buildings/BioDome2.def
@@ -0,0 +1,23 @@
+SHIP
+
+name: BioDome2
+class: Building
+display_name: "Utility Dome"
+hud_icon: "hud_util.pcx"
+secret: true
+
+detail_0: "A3-0.mag"
+feature_0: 1000
+detail_1: "A3-6.mag"
+feature_1: 6
+
+
+mass: 150e3
+integrity: 100e3
+scale: 6
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/BioTrail.def b/data/shatter/Ships/Buildings/BioTrail.def
new file mode 100644
index 0000000..dcea20c
--- /dev/null
+++ b/data/shatter/Ships/Buildings/BioTrail.def
@@ -0,0 +1,22 @@
+SHIP
+
+name: BioTrail
+class: Building
+display_name: "Elevated Bridge"
+hud_icon: "hud_trail.pcx"
+secret: false
+
+detail_0: "A2-0.mag"
+feature_0: 1000
+detail_1: "A2-6.mag"
+feature_1: 6
+
+mass: 10e3
+integrity: 10e3
+scale: 7
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/Bldg00.def b/data/shatter/Ships/Buildings/Bldg00.def
new file mode 100644
index 0000000..232fd4e
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Bldg00.def
@@ -0,0 +1,37 @@
+SHIP
+
+name: Bldg00
+class: Building
+display_name: "Office Complex"
+hud_icon: "hud_bldg00.pcx"
+
+detail_0: "Bldg00-0.mag"
+feature_0: 1000
+detail_1: "Bldg00-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+explosion_scale: 1.2
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6, // LARGE_BURST
+ final_loc: (0, 0, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Bldg01.def b/data/shatter/Ships/Buildings/Bldg01.def
new file mode 100644
index 0000000..f7efb02
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Bldg01.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Bldg01
+class: Building
+display_name: "Office Tower"
+hud_icon: "hud_bldg01.pcx"
+
+detail_0: "Bldg01-0.mag"
+feature_0: 1000
+detail_1: "Bldg01-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Bldg02.def b/data/shatter/Ships/Buildings/Bldg02.def
new file mode 100644
index 0000000..6308a92
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Bldg02.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Bldg02
+class: Building
+display_name: Building
+hud_icon: "hud_bldg02.pcx"
+
+detail_0: "Bldg02-0.mag"
+feature_0: 1000
+detail_1: "Bldg02-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6,
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
diff --git a/data/shatter/Ships/Buildings/Bldg03.def b/data/shatter/Ships/Buildings/Bldg03.def
new file mode 100644
index 0000000..684bad1
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Bldg03.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Bldg03
+class: Building
+display_name: Building
+hud_icon: "hud_bldg03.pcx"
+
+detail_0: "Bldg03-0.mag"
+feature_0: 1000
+detail_1: "Bldg03-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6, // HULL_FIRE
+ final_loc: (0, 0, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Bldg04.def b/data/shatter/Ships/Buildings/Bldg04.def
new file mode 100644
index 0000000..84d56b2
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Bldg04.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Bldg04
+class: Building
+display_name: "Office Tower"
+hud_icon: "hud_bldg04.pcx"
+
+detail_0: "Bldg04-0.mag"
+feature_0: 1000
+detail_1: "Bldg04-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6,
+ final_loc: (0, 11, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Bldg05.def b/data/shatter/Ships/Buildings/Bldg05.def
new file mode 100644
index 0000000..77bc5e5
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Bldg05.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Bldg05
+class: Building
+display_name: Building
+hud_icon: "hud_bldg05.pcx"
+
+detail_0: "Bldg05-0.mag"
+feature_0: 1000
+detail_1: "Bldg05-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6,
+ final_loc: (0, 14, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/City00.def b/data/shatter/Ships/Buildings/City00.def
new file mode 100644
index 0000000..c41d864
--- /dev/null
+++ b/data/shatter/Ships/Buildings/City00.def
@@ -0,0 +1,21 @@
+SHIP
+
+name: City00
+class: Building
+display_name: "City Block"
+hud_icon: "hud_bldg01.pcx"
+
+detail_0: "City00-0.mag"
+feature_0: 1000
+detail_1: "City00-6.mag"
+feature_1: 6
+
+mass: 50e3
+integrity: 500e3
+scale: 3
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/City01.def b/data/shatter/Ships/Buildings/City01.def
new file mode 100644
index 0000000..22e383e
--- /dev/null
+++ b/data/shatter/Ships/Buildings/City01.def
@@ -0,0 +1,21 @@
+SHIP
+
+name: City01
+class: Building
+display_name: "City Block"
+hud_icon: "hud_bldg01.pcx"
+
+detail_0: "City01-0.mag"
+feature_0: 1000
+detail_1: "City01-6.mag"
+feature_1: 6
+
+mass: 50e3
+integrity: 500e3
+scale: 3
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/City02.def b/data/shatter/Ships/Buildings/City02.def
new file mode 100644
index 0000000..1a88b3b
--- /dev/null
+++ b/data/shatter/Ships/Buildings/City02.def
@@ -0,0 +1,21 @@
+SHIP
+
+name: City02
+class: Building
+display_name: "City Block"
+hud_icon: "hud_bldg01.pcx"
+
+detail_0: "City02-0.mag"
+feature_0: 1000
+detail_1: "City02-6.mag"
+feature_1: 6
+
+mass: 50e3
+integrity: 500e3
+scale: 3
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/City03.def b/data/shatter/Ships/Buildings/City03.def
new file mode 100644
index 0000000..a15bdfa
--- /dev/null
+++ b/data/shatter/Ships/Buildings/City03.def
@@ -0,0 +1,21 @@
+SHIP
+
+name: City03
+class: Building
+display_name: "City Block"
+hud_icon: "hud_bldg01.pcx"
+
+detail_0: "Vesta02-0.mag"
+feature_0: 1000
+detail_1: "Vesta02-6.mag"
+feature_1: 6
+
+mass: 950e3
+integrity: 500e3
+scale: 2.7
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/Cool00.def b/data/shatter/Ships/Buildings/Cool00.def
new file mode 100644
index 0000000..a57e830
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Cool00.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Cool00
+class: Building
+display_name: "Cooling Tower"
+hud_icon: "hud_cool00.pcx"
+
+detail_0: "Cool00-0.mag"
+feature_0: 1000
+detail_1: "Cool00-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 5e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 6,
+ final_loc: (0, 4, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Dsrt00.def b/data/shatter/Ships/Buildings/Dsrt00.def
new file mode 100644
index 0000000..c49db8b
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Dsrt00.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Dsrt00
+class: Building
+display_name: Building
+hud_icon: "hud_dsrt00.pcx"
+
+detail_0: "Dsrt00-0.mag"
+feature_0: 1000
+detail_1: "Dsrt00-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Dsrt01.def b/data/shatter/Ships/Buildings/Dsrt01.def
new file mode 100644
index 0000000..3152e7c
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Dsrt01.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Dsrt01
+class: Building
+display_name: Building
+hud_icon: "hud_dsrt01.pcx"
+
+detail_0: "Dsrt01-0.mag"
+feature_0: 1000
+detail_1: "Dsrt01-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Dsrt02.def b/data/shatter/Ships/Buildings/Dsrt02.def
new file mode 100644
index 0000000..a911493
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Dsrt02.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Dsrt02
+class: Building
+display_name: Building
+hud_icon: "hud_dsrt02.pcx"
+
+detail_0: "Dsrt02-0.mag"
+feature_0: 1000
+detail_1: "Dsrt02-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Dsrt03.def b/data/shatter/Ships/Buildings/Dsrt03.def
new file mode 100644
index 0000000..b5c59e9
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Dsrt03.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Dsrt03
+class: Building
+display_name: Building
+hud_icon: "hud_dsrt03.pcx"
+
+detail_0: "Dsrt03-0.mag"
+feature_0: 1000
+detail_1: "Dsrt03-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 8e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Dsrt04.def b/data/shatter/Ships/Buildings/Dsrt04.def
new file mode 100644
index 0000000..4c1a394
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Dsrt04.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Dsrt04
+class: Building
+display_name: Outpost
+hud_icon: "hud_dsrt04.pcx"
+
+detail_0: "Dsrt04-0.mag"
+feature_0: 1000
+detail_1: "Dsrt04-6.mag"
+feature_1: 6
+
+mass: 512e3
+integrity: 320e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Dsrt05.def b/data/shatter/Ships/Buildings/Dsrt05.def
new file mode 100644
index 0000000..78ee2a3
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Dsrt05.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Dsrt05
+class: Building
+display_name: Minehead
+hud_icon: "hud_dsrt05.pcx"
+
+detail_0: "Dsrt05-0.mag"
+feature_0: 1000
+detail_1: "Dsrt05-6.mag"
+feature_1: 6
+
+mass: 512e3
+integrity: 320e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Fact00.def b/data/shatter/Ships/Buildings/Fact00.def
new file mode 100644
index 0000000..0539ecd
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Fact00.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Fact00
+class: Building
+display_name: "Factory"
+hud_icon: "hud_fact00.pcx"
+
+detail_0: "Fact00-0.mag"
+feature_0: 1000
+detail_1: "Fact00-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 10e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Fact01.def b/data/shatter/Ships/Buildings/Fact01.def
new file mode 100644
index 0000000..1342a8a
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Fact01.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Fact01
+class: Building
+display_name: "Factory"
+hud_icon: "hud_fact01.pcx"
+
+detail_0: "Fact01-0.mag"
+feature_0: 1000
+detail_1: "Fact01-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 10e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Fact02.def b/data/shatter/Ships/Buildings/Fact02.def
new file mode 100644
index 0000000..20a7f2a
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Fact02.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Fact02
+class: Building
+display_name: "Factory"
+hud_icon: "hud_fact02.pcx"
+
+detail_0: "Fact02-0.mag"
+feature_0: 1000
+detail_1: "Fact02-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 10e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Fact03.def b/data/shatter/Ships/Buildings/Fact03.def
new file mode 100644
index 0000000..195d0f0
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Fact03.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Fact03
+class: Building
+display_name: "Factory"
+hud_icon: "hud_fact03.pcx"
+
+detail_0: "Fact03-0.mag"
+feature_0: 1000
+detail_1: "Fact03-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 10e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Fact04.def b/data/shatter/Ships/Buildings/Fact04.def
new file mode 100644
index 0000000..087c119
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Fact04.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Fact04
+class: Building
+display_name: "Factory"
+hud_icon: "hud_fact04.pcx"
+
+detail_0: "Fact04-0.mag"
+feature_0: 1000
+detail_1: "Fact04-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 10e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Platform.def b/data/shatter/Ships/Buildings/Platform.def
new file mode 100644
index 0000000..e2237dc
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Platform.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Platform
+class: Building
+display_name: Platform
+hud_icon: "hud_platform.pcx"
+
+detail_0: "Platform-0.mag"
+feature_0: 1000
+detail_1: "Platform-6a.mag"
+feature_1: 6
+
+mass: 15e3
+integrity: 35e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Reac01.def b/data/shatter/Ships/Buildings/Reac01.def
new file mode 100644
index 0000000..943c422
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Reac01.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Reac01
+class: Building
+display_name: Generator
+hud_icon: "hud_reac01.pcx"
+
+detail_0: "Reactor-0.mag"
+feature_0: 1000
+detail_1: "Reactor-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 5e3
+scale: 2
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+
diff --git a/data/shatter/Ships/Buildings/Senate.def b/data/shatter/Ships/Buildings/Senate.def
new file mode 100644
index 0000000..fcd1d6d
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Senate.def
@@ -0,0 +1,17 @@
+SHIP
+
+name: Senate
+class: Building
+display_name: "Senate"
+
+model: "senate2-6.mag"
+
+mass: 550e4
+integrity: 500e4
+scale: 3
+acs: 0
+pcs: 0
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
diff --git a/data/shatter/Ships/Buildings/Tank00.def b/data/shatter/Ships/Buildings/Tank00.def
new file mode 100644
index 0000000..99b1134
--- /dev/null
+++ b/data/shatter/Ships/Buildings/Tank00.def
@@ -0,0 +1,35 @@
+SHIP
+
+name: Tank00
+class: Building
+display_name: "Cryo Tank"
+hud_icon: "hud_tank00.pcx"
+
+detail_0: "Tank00-0.mag"
+feature_0: 1000
+detail_1: "Tank00-6.mag"
+feature_1: 6
+
+mass: 5e3
+integrity: 5e3
+scale: 3
+acs: 50e3
+
+chase: (0, -1200, 250)
+bridge: (0, 0, 32)
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+
+ final_type: 8, // smoke trail
+ final_loc: (0, 0, 0),
+ }
+
+
+