From b7e2272d57c72a13186489ec14a96f177e4e3a6d Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 18 Feb 2024 20:37:34 +0100 Subject: Merged start.dat fighter changes to shatter.dat and content.dat --- data/content/Ships/Alliance_Fighters/Eagle.def | 2 +- data/content/Ships/Alliance_Fighters/Falcon.def | 2 +- data/content/Ships/Alliance_Fighters/Stormhawk.def | 2 +- data/content/Ships/Alliance_Fighters/Thunderbolt.def | 9 +++++---- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'data/content/Ships/Alliance_Fighters') diff --git a/data/content/Ships/Alliance_Fighters/Eagle.def b/data/content/Ships/Alliance_Fighters/Eagle.def index 72b2460..03f9be3 100644 --- a/data/content/Ships/Alliance_Fighters/Eagle.def +++ b/data/content/Ships/Alliance_Fighters/Eagle.def @@ -50,7 +50,7 @@ bridge: (0, 102, 23) power: { type: Fusion, max_output: 75, - fuel_range: 0.5, + fuel_range: 1.0, loc: (0, 0, -40), size: 32, diff --git a/data/content/Ships/Alliance_Fighters/Falcon.def b/data/content/Ships/Alliance_Fighters/Falcon.def index 81847d6..46155fb 100644 --- a/data/content/Ships/Alliance_Fighters/Falcon.def +++ b/data/content/Ships/Alliance_Fighters/Falcon.def @@ -50,7 +50,7 @@ bridge: (0, 131, 23) power: { type: Fusion, max_output: 65, - fuel_range: 0.5, + fuel_range: 0.75, loc: (0, 0, -40), size: 32, diff --git a/data/content/Ships/Alliance_Fighters/Stormhawk.def b/data/content/Ships/Alliance_Fighters/Stormhawk.def index 73d546c..6dd67b9 100644 --- a/data/content/Ships/Alliance_Fighters/Stormhawk.def +++ b/data/content/Ships/Alliance_Fighters/Stormhawk.def @@ -50,7 +50,7 @@ bridge: (0, 102, 23) power: { type: Fusion, max_output: 75, - fuel_range: 0.5, + fuel_range: 0.75, loc: (0, 0, -40), size: 32, diff --git a/data/content/Ships/Alliance_Fighters/Thunderbolt.def b/data/content/Ships/Alliance_Fighters/Thunderbolt.def index 0990ee1..ec53e56 100644 --- a/data/content/Ships/Alliance_Fighters/Thunderbolt.def +++ b/data/content/Ships/Alliance_Fighters/Thunderbolt.def @@ -47,10 +47,11 @@ chase: (0, -1000, 130) bridge: (0, 180, 20) power: { - type: Fusion - name: "Fusion Reactor" - design: "Fusion Reactor" - max_output: 75 + type: Fusion, + name: "Fusion Reactor", + design: "Fusion Reactor", + max_output: 75, + fuel_range: 0.75, loc: (0, 0, 0) size: 10 -- cgit v1.1