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:
Field Command 2026-03-21 21:00:17 +01:00 committed by GitHub
parent eedf9dbf68
commit 4882509c4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15413 additions and 2 deletions

View File

@ -12,5 +12,5 @@ public sealed partial class StationArrivalsComponent : Component
[DataField("shuttle")] [DataField("shuttle")]
public EntityUid 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
} }

View File

@ -82,7 +82,10 @@ voter_ghost_requirement = false
space_wind = true space_wind = true
[shuttle] [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 cooldown = 60 # 50 longer than the default
travel_time = 9.5 # 10.5 seconds less than the default travel_time = 9.5 # 10.5 seconds less than the default
emergency_dock_time = 240 emergency_dock_time = 240

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff