From 5c9d9875a6950e0d6655befc7de29c92f5432f8f Mon Sep 17 00:00:00 2001 From: Radezolid Date: Sun, 23 Mar 2025 21:21:26 -0300 Subject: [PATCH] Reduce FTL cooldown + increase range (#3293) * Lower the FTL time * Doubled the range of FTL travel * Changed cooldown --- Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs | 2 +- Resources/ConfigPresets/DeltaV/deltav.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs b/Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs index b4034686d9..da868b61f7 100644 --- a/Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs +++ b/Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs @@ -19,7 +19,7 @@ public abstract partial class SharedShuttleSystem : EntitySystem [Dependency] protected readonly SharedTransformSystem XformSystem = default!; [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; - public const float FTLRange = 256f; + public const float FTLRange = 512f; // DeltaV - Was 256f. public const float FTLBufferRange = 8f; private EntityQuery _gridQuery; diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index 023207d674..bd7c864fca 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -80,7 +80,7 @@ space_wind = true [shuttle] arrivals = false -cooldown = 120 # 110 longer than default +cooldown = 90 # 80 longer than default emergency_dock_time = 360 # an extra 2 minutes over the default emergency_transit_time_min = 90 auto_call_time = 120 # rounds are longer