Skip to content

Commit

Permalink
Adds Delta V station beacons
Browse files Browse the repository at this point in the history
  • Loading branch information
Velcroboy committed Feb 3, 2024
1 parent 1e416a7 commit 06f325d
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 10 deletions.
28 changes: 28 additions & 0 deletions Resources/Locale/en-US/deltav/navmap-beacons/station-beacons.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
station-beacon-epistemics = Epistemics
station-beacon-logistics = Logistics
station-beacon-logistics-reception = Logistics Reception
station-beacon-lo = LO's Room
station-beacon-conference-room = Conference Room
station-beacon-virology = Virology
station-beacon-metempsychosis = Cloning
station-beacon-exam = Exam Room
station-beacon-med-outpost = Medical Outpost
station-beacon-psych-office = Psychologist's Office
station-beacon-glimmer-prober = Glimmer Prober Room
station-beacon-mailroom = Mailroom
station-beacon-engi-outpost = Engineering Outpost
station-beacon-janitor-office = Janitor's Office
station-beacon-reporter-office = Reporter's Office
station-beacon-server-room = Server Room
station-beacon-boxing-ring = Boxing Ring
station-beacon-park = Park
station-beacon-escape-pod = Escape Pod
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
#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 #change locale file when metem added

- 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's Office
components:
- type: NavMapBeacon
text: station-beacon-psych-office

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

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

#Engineering
- type: entity
parent: DefaultStationBeaconEngineering
id: DefaultStationBeaconEngineeringOutpost
suffix: Engineering 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: DefaultStationBeaconReportersOffice
suffix: Reporter's Office
components:
- type: NavMapBeacon
text: station-beacon-reporter-office

#Surveilance
- type: entity
parent: DefaultStationBeaconAI
id: DefaultStationBeaconServerRoom
suffix: Server Room
components:
- type: NavMapBeacon
text: station-beacon-server-room

#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

- type: entity
parent: DefaultStationBeacon
id: DefaultStationBeaconEscapePod
suffix: Escape Pod
components:
- type: NavMapBeacon
text: station-beacon-escape-pod
20 changes: 10 additions & 10 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 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's Room #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 @@ -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

0 comments on commit 06f325d

Please sign in to comment.