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/Archaelith/Archaelith.def | 79 ++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 data/shatter/Ships/Archaelith/Archaelith.def (limited to 'data/shatter/Ships/Archaelith') diff --git a/data/shatter/Ships/Archaelith/Archaelith.def b/data/shatter/Ships/Archaelith/Archaelith.def new file mode 100644 index 0000000..d3bb94a --- /dev/null +++ b/data/shatter/Ships/Archaelith/Archaelith.def @@ -0,0 +1,79 @@ +SHIP + +name: Archaelith +display_name: Archaelith +class: Drone + +model: "Archaelith.mag" + +mass: 14.5 +integrity: 4e12 +vlimit: 290 +agility: 130 +air_factor: 0.25 +roll_rate: 1900 +scale: 0.24 +acs: 1.1 +detet: 250e3 + +trans_x: 2e3 +trans_y: 1e3 +trans_z: 2e3 + +arcade_drag: 0.1 +drag: 3.0e-5 +roll_drag: 10 +pitch_drag: 10 +yaw_drag: 10 + +CL: 1.3e-2 +CD: 0.7e-1 +stall: 0.40 + +prep_time: 15 +avoid_fighter: 7 + +chase: (0, -750, 200) +bridge: (0, 131, 23) + +power: { + type: Fusion, + max_output: 500, + fuel_range: 5, + + loc: (0, 0, -40), + size: 32, + hull_factor: 0.75 + } + +drive: { + type: Stealth + thrust: 20, + augmenter: 50, + port: ( 0, 0, -155), + + loc: (0, 0, -130), + size: 16, + hull_factor: 0.85 + } + +sensor: { + pcs: 0 + active_efficiency: 2e10 + passive_efficiency: 2e10 + + range: 100e3 + range: 250e3 + range: 500e3 + + loc: (0, 0, 10), + size: 25, + hull_factor: 0.25 + } + +nav: { + loc: (0, 0, 60), + size: 16, + hull_factor: 0.1 + } + -- cgit v1.1