Amber Station Overhaul (#34113)
* Step 01: Remade arrivals * Nearly finished, also added new beacons and a holopad * Wrapped up all changes, also added a beacon for the docking arm
This commit is contained in:
@@ -89,6 +89,7 @@ holopad-medical-paramedic = Medical - Paramedic
|
||||
holopad-medical-virology = Medical - Virology
|
||||
holopad-medical-front = Medical - Front
|
||||
holopad-medical-breakroom = Medical - Breakroom
|
||||
holopad-medical-clinic = Medical - Clinic
|
||||
|
||||
# Cargo
|
||||
holopad-cargo-front = Cargo - Front
|
||||
|
||||
@@ -9,6 +9,7 @@ station-beacon-hop = HOP
|
||||
|
||||
station-beacon-security = Security
|
||||
station-beacon-brig = Brig
|
||||
station-beacon-brig-med = Brig Med
|
||||
station-beacon-warden = Warden
|
||||
station-beacon-hos = HOS
|
||||
station-beacon-armory = Armory
|
||||
@@ -25,6 +26,8 @@ station-beacon-cryonics = Cryopods
|
||||
station-beacon-cmo = CMO
|
||||
station-beacon-morgue = Morgue
|
||||
station-beacon-surgery = Surgery
|
||||
station-beacon-psychology = Psychology
|
||||
station-beacon-clinic = Clinic
|
||||
|
||||
station-beacon-science = Science
|
||||
station-beacon-research-and-development = Research
|
||||
@@ -62,12 +65,16 @@ station-beacon-janitor = Janitor
|
||||
station-beacon-ai = AI
|
||||
station-beacon-ai-sat = AI Sat
|
||||
station-beacon-ai-core = AI Core
|
||||
station-beacon-ai-upload = AI Upload
|
||||
station-beacon-ai-power = AI Power
|
||||
|
||||
station-beacon-arrivals = Arrivals
|
||||
station-beacon-evac = Evac
|
||||
station-beacon-docking-arm = Docking Arm
|
||||
station-beacon-eva-storage = EVA Storage
|
||||
station-beacon-chapel = Chapel
|
||||
station-beacon-library = Library
|
||||
station-beacon-reporter = Reporter
|
||||
station-beacon-dorms = Dorms
|
||||
station-beacon-theater = Theater
|
||||
station-beacon-tools = Tools
|
||||
|
||||
86221
Resources/Maps/amber.yml
86221
Resources/Maps/amber.yml
File diff suppressed because it is too large
Load Diff
@@ -178,6 +178,14 @@
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-brig
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconSecurity
|
||||
id: DefaultStationBeaconBrigMed
|
||||
suffix: Brig Med
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-brig-med
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconSecurity
|
||||
id: DefaultStationBeaconWardensOffice
|
||||
@@ -299,6 +307,22 @@
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-surgery
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconMedical
|
||||
id: DefaultStationBeaconPsychology
|
||||
suffix: Psychology
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-psychology
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconMedical
|
||||
id: DefaultStationBeaconClinic
|
||||
suffix: Clinic
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-clinic
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconScience
|
||||
@@ -560,6 +584,22 @@
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-ai-core
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconAI
|
||||
id: DefaultStationBeaconAIUpload
|
||||
suffix: AI Upload
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-ai-upload
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconAI
|
||||
id: DefaultStationBeaconAIPower
|
||||
suffix: AI Power
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-ai-power
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconArrivals
|
||||
@@ -576,6 +616,14 @@
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-evac
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconDockingArm
|
||||
suffix: Docking Arm
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-docking-arm
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconEVAStorage
|
||||
@@ -600,6 +648,14 @@
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-library
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconReporter
|
||||
suffix: Reporter
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-reporter
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconTheater
|
||||
|
||||
@@ -485,6 +485,14 @@
|
||||
- type: Label
|
||||
currentLabel: holopad-medical-breakroom
|
||||
|
||||
- type: entity
|
||||
parent: Holopad
|
||||
id: HolopadMedicalClinic
|
||||
suffix: Med Clinic
|
||||
components:
|
||||
- type: Label
|
||||
currentLabel: holopad-medical-clinic
|
||||
|
||||
# Cargo
|
||||
- type: entity
|
||||
parent: Holopad
|
||||
|
||||
Reference in New Issue
Block a user