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/Stations/Relay1.def | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/shatter/Ships/Stations/Relay1.def (limited to 'data/shatter/Ships/Stations') diff --git a/data/shatter/Ships/Stations/Relay1.def b/data/shatter/Ships/Stations/Relay1.def new file mode 100644 index 0000000..cc8df3f --- /dev/null +++ b/data/shatter/Ships/Stations/Relay1.def @@ -0,0 +1,33 @@ +SHIP + +name: Relay1 +display_name: Relay +class: COMSAT +hud_icon: "hud_relay.pcx" + +model: "Relay1.mag" + +mass: 500e3 +integrity: 50e3 +scale: 6 +acs: 1 +degrees: true + +chase: (0, -800, 50) +bridge: (0, 0, 0) + + +map: { + sprite: "map_relay.pcx" +} + +death_spiral: { + time: 0.0, + + final_type: 11, // LARGE_EXPLOSION + final_loc: (0, 0, 0), + + final_type: 12, // LARGE_BURST + final_loc: (0, 0, 0), +} + -- cgit v1.1