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/Ships/Buildings/Dsrt03.def | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 data/shatter/Ships/Buildings/Dsrt03.def (limited to 'data/shatter/Ships/Buildings/Dsrt03.def') 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), + } + + + -- cgit v1.1