Change FTL times (#5257)
This partially reverts #3309 because the changed startup_time made the FTL sound end way before FTL actually happens.
This commit is contained in:
parent
61a236698a
commit
c608211019
|
|
@ -84,8 +84,7 @@ space_wind = true
|
|||
[shuttle]
|
||||
arrivals = false
|
||||
cooldown = 60 # 50 longer than the default
|
||||
startup_time = 10 # 4.5 seconds longer than the default
|
||||
travel_time = 5 # 15 seconds less than the default
|
||||
travel_time = 9.5 # 10.5 seconds less than the default
|
||||
emergency_dock_time = 240
|
||||
emergency_transit_time_min = 30
|
||||
auto_call_time = 120 # rounds are longer
|
||||
|
|
|
|||
Loading…
Reference in New Issue