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:
@@ -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
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
node: machineFrame
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
|
||||
|
||||
- type: entity
|
||||
name: long-range holopad
|
||||
description: "A floor-mounted device for projecting holographic images to similar devices that are far away."
|
||||
@@ -117,7 +117,7 @@
|
||||
- Map
|
||||
- Unlimited
|
||||
ignoreTelephonesOnSameGrid: true
|
||||
|
||||
|
||||
- type: entity
|
||||
name: quantum entangling holopad
|
||||
description: "An floor-mounted device for projecting holographic images to similar devices at extreme distances."
|
||||
@@ -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