Arrival terminal and arrival shuttle returns. (#5000)
* Arrival Shuttle * Add transit hub * Transit hub is now in space. * final edit * Added timer * Changes requested from mapping * Added anti meteor zone to arrival shuttle * Buffed anti meteor zone to full * Last minute edits. * Set arrivals timer from 60 to 90
This commit is contained in:
parent
eedf9dbf68
commit
4882509c4c
|
|
@ -12,5 +12,5 @@ public sealed partial class StationArrivalsComponent : Component
|
|||
[DataField("shuttle")]
|
||||
public EntityUid Shuttle;
|
||||
|
||||
[DataField("shuttlePath")] public ResPath ShuttlePath = new("/Maps/Shuttles/arrivals.yml");
|
||||
[DataField("shuttlePath")] public ResPath ShuttlePath = new("/Maps/_DV/nt_runner.yml"); // DeltaV - Made arrival shuttle DV specific, Was: /Maps/Shuttles/arrivals.yml
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,7 +82,10 @@ voter_ghost_requirement = false
|
|||
space_wind = true
|
||||
|
||||
[shuttle]
|
||||
arrivals = false
|
||||
arrivals = true
|
||||
arrivals_planet = false
|
||||
arrivals_map = "/Maps/_DV/transit_hub.yml"
|
||||
arrivals_cooldown = 90 # Need to be longer than cooldown
|
||||
cooldown = 60 # 50 longer than the default
|
||||
travel_time = 9.5 # 10.5 seconds less than the default
|
||||
emergency_dock_time = 240
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue