Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Delta V station beacons #767

Merged
merged 9 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
station-beacon-epistemics = Epistemics
DebugOk marked this conversation as resolved.
Show resolved Hide resolved
station-beacon-mystagogue = Mystagogue

station-beacon-logistics = Logistics
station-beacon-logistics-reception = Logistics Reception
station-beacon-lo = LO
IamVelcroboy marked this conversation as resolved.
Show resolved Hide resolved

station-beacon-conference-room = Conference Room

station-beacon-virology = Virology
station-beacon-metempsychosis = Metempsychosis
station-beacon-exam = Exam Room
station-beacon-med-outpost = Med Outpost
station-beacon-psych = Psychologist

station-beacon-glimmer-prober = Glimmer Prober
station-beacon-forensic-mantis = Forensic Mantis

station-beacon-mailroom = Mail

station-beacon-engi-outpost = Engi Outpost

station-beacon-janitor-office = Jani Office
station-beacon-janitor-closet = Jani closet
station-beacon-reporter = Reporter

station-beacon-camera-servers = Camera Servers

station-beacon-boxing-ring = Boxing Ring
station-beacon-park = Park

station-beacon-corpsman = Corpsman
10 changes: 5 additions & 5 deletions Resources/Locale/en-US/navmap-beacons/station-beacons.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ station-beacon-cmo = CMO
station-beacon-morgue = Morgue
station-beacon-surgery = Surgery

station-beacon-science = Epistemics
station-beacon-science = Science
station-beacon-research-and-development = Research
station-beacon-research-server = Server
station-beacon-research-director = MG
station-beacon-research-director = RD
station-beacon-robotics = Robotics
station-beacon-artifact-lab = Artifact
station-beacon-anomaly-gen = Anomaly

station-beacon-supply = Supply
station-beacon-cargo = Logistics
station-beacon-cargo-bay = Logistics Bay
station-beacon-qm = LO
station-beacon-cargo = Cargo
station-beacon-cargo-bay = Cargo Bay
station-beacon-qm = QM
station-beacon-salvage = Salvage

station-beacon-engineering = Engineering
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
#Command
- type: entity
parent: DefaultStationBeaconCommand
id: DefaultStationBeaconConferenceRoom
suffix: Conference Room
components:
- type: NavMapBeacon
text: station-beacon-conference-room

#Medical
- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconVirology
suffix: Virology
components:
- type: NavMapBeacon
text: station-beacon-virology

- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconMetempsychosis
suffix: Cloning #Metempsychosis
components:
- type: NavMapBeacon
text: station-beacon-metempsychosis

- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconExam
suffix: Exam Room
components:
- type: NavMapBeacon
text: station-beacon-exam

- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconMedicalOutpost
suffix: Medical Outpost
components:
- type: NavMapBeacon
text: station-beacon-med-outpost

- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconPsychologist
suffix: Psychologist
components:
- type: NavMapBeacon
text: station-beacon-psych

#Epistemics
- type: entity
parent: DefaultStationBeaconScience
id: DefaultStationBeaconProber
suffix: Glimmer Prober
components:
- type: NavMapBeacon
text: station-beacon-glimmer-prober

- type: entity
parent: DefaultStationBeaconScience
id: DefaultStationBeaconMantis
suffix: Forensic Mantis
components:
- type: NavMapBeacon
text: station-beacon-forensic-mantis

#Logistics
- type: entity
parent: DefaultStationBeaconSupply
id: DefaultStationBeaconMailroom
suffix: Mailroom
components:
- type: NavMapBeacon
text: station-beacon-mailroom

#Engineering
- type: entity
parent: DefaultStationBeaconEngineering
id: DefaultStationBeaconEngiOutpost
suffix: Engi Outpost
components:
- type: NavMapBeacon
text: station-beacon-engi-outpost

#Service
- type: entity
parent: DefaultStationBeaconService
id: DefaultStationBeaconJanitorsOffice
suffix: Janitor's Office
components:
- type: NavMapBeacon
text: station-beacon-janitor-office

- type: entity
parent: DefaultStationBeaconService
id: DefaultStationBeaconReporter
suffix: Reporter
components:
- type: NavMapBeacon
text: station-beacon-reporter

#Surveilance
- type: entity
parent: DefaultStationBeaconAI
id: DefaultStationBeaconCameraServerRoom
suffix: Camera Servers
components:
- type: NavMapBeacon
text: station-beacon-camera-servers

#General
- type: entity
parent: DefaultStationBeacon
id: DefaultStationBeaconBoxing
suffix: Boxing Ring
components:
- type: NavMapBeacon
text: station-beacon-boxing-ring

- type: entity
parent: DefaultStationBeacon
id: DefaultStationBeaconPark
suffix: Park
components:
- type: NavMapBeacon
text: station-beacon-park

#Security
- type: entity
parent: DefaultStationBeaconSecurity
id: DefaultStationBeaconCorpsman
suffix: Corpsman
components:
- type: NavMapBeacon
text: station-beacon-corpsman
26 changes: 13 additions & 13 deletions Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
text: station-beacon-courtroom

- type: entity
parent: DefaultStationBeaconSecurity
parent: DefaultStationBeaconService #Delta V - Lawer is Service until Justice Dept is a thing
id: DefaultStationBeaconLawOffice
suffix: Law Office
components:
Expand Down Expand Up @@ -294,10 +294,10 @@
- type: entity
parent: DefaultStationBeacon
id: DefaultStationBeaconScience
suffix: Science
suffix: Epistemics #Delta V - Renamed
components:
- type: NavMapBeacon
text: station-beacon-science
text: station-beacon-epistemics #Delta V - Renamed
color: "#D381C9"

- type: entity
Expand All @@ -319,10 +319,10 @@
- type: entity
parent: DefaultStationBeaconScience
id: DefaultStationBeaconRDRoom
suffix: RD's Room
suffix: MG's Room
components:
- type: NavMapBeacon
text: station-beacon-research-director
text: station-beacon-mystagogue #Delta V - Renamed

- type: entity
parent: DefaultStationBeaconScience
Expand Down Expand Up @@ -351,19 +351,19 @@
- type: entity
parent: DefaultStationBeacon
id: DefaultStationBeaconSupply
suffix: Supply
suffix: Logistics #Delta V - Renamed
components:
- type: NavMapBeacon
text: station-beacon-supply
text: station-beacon-logistics #Delta V - Renamed
color: "#A46106"

- type: entity
parent: DefaultStationBeaconSupply
id: DefaultStationBeaconCargoReception
suffix: Cargo Reception
suffix: Logistics Reception #Delta V - Renamed
components:
- type: NavMapBeacon
text: station-beacon-cargo
text: station-beacon-logistics-reception #Delta V - Renamed

- type: entity
parent: DefaultStationBeaconSupply
Expand All @@ -376,10 +376,10 @@
- type: entity
parent: DefaultStationBeaconSupply
id: DefaultStationBeaconQMRoom
suffix: QM's Room
suffix: LO #Delta V - Renamed
components:
- type: NavMapBeacon
text: station-beacon-qm
text: station-beacon-lo #Delta V - Renamed

- type: entity
parent: DefaultStationBeaconSupply
Expand Down Expand Up @@ -517,7 +517,7 @@
suffix: Janitor's Closet
components:
- type: NavMapBeacon
text: station-beacon-janitor
text: station-beacon-janitor-closet #Delta V - Add for closet/outpost

- type: entity
parent: DefaultStationBeacon
Expand Down Expand Up @@ -569,7 +569,7 @@
text: station-beacon-eva-storage

- type: entity
parent: DefaultStationBeacon
parent: DefaultStationBeaconScience #Delta V - Chapel in Epi
id: DefaultStationBeaconChapel
suffix: Chapel
components:
Expand Down
Loading