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