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