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