diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index 89b4266ddc..2d5deb8bb6 100644 --- a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl @@ -47,6 +47,14 @@ station-beacon-engineering = Engineering station-beacon-ce = CE station-beacon-ame = AME station-beacon-solars = Solars +station-beacon-solars-N = Solars N +station-beacon-solars-NE = Solars NE +station-beacon-solars-E = Solars E +station-beacon-solars-SE = Solars SE +station-beacon-solars-S = Solars S +station-beacon-solars-SW = Solars SW +station-beacon-solars-W = Solars W +station-beacon-solars-NW = Solars NW station-beacon-gravgen = Grav station-beacon-pa = PA Control station-beacon-smes = SMES @@ -81,4 +89,12 @@ station-beacon-tools = Tools station-beacon-disposals = Disposals station-beacon-cryosleep = Cryosleep station-beacon-escape-pod = Escape Pod +station-beacon-escape-pod-N = Escape Pod N +station-beacon-escape-pod-NE = Escape Pod NE +station-beacon-escape-pod-E = Escape Pod E +station-beacon-escape-pod-SE = Escape Pod SE +station-beacon-escape-pod-S = Escape Pod S +station-beacon-escape-pod-SW = Escape Pod SW +station-beacon-escape-pod-W = Escape Pod W +station-beacon-escape-pod-NW = Escape Pod NW station-beacon-vox = Vox Break Room diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 569fd47d00..870e66654f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -456,6 +456,70 @@ - type: NavMapBeacon defaultText: station-beacon-solars +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsN + suffix: Solars, North + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-N + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsNE + suffix: Solars, Northeast + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-NE + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsE + suffix: Solars, East + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-E + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsSE + suffix: Solars, Southeast + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-SE + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsS + suffix: Solars, South + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-S + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsSW + suffix: Solars, Southwest + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-SW + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsW + suffix: Solars, West + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-W + +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconSolarsNW + suffix: Solars, Northwest + components: + - type: NavMapBeacon + defaultText: station-beacon-solars-NW + - type: entity parent: DefaultStationBeaconEngineering id: DefaultStationBeaconGravGen @@ -706,6 +770,70 @@ - type: NavMapBeacon defaultText: station-beacon-escape-pod +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodN + suffix: Escape Pod, North + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-N + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodNE + suffix: Escape Pod, Northeast + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-NE + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodE + suffix: Escape Pod, East + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-E + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodSE + suffix: Escape Pod, Southeast + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-SE + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodS + suffix: Escape Pod, South + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-S + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodSW + suffix: Escape Pod, Southwest + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-SW + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodW + suffix: Escape Pod, West + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-W + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePodNW + suffix: Escape Pod, Northwest + components: + - type: NavMapBeacon + defaultText: station-beacon-escape-pod-NW + - type: entity parent: DefaultStationBeacon id: DefaultStationBeaconVox