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

Holopads Patch and Additions #2536

Merged
merged 2 commits into from
Dec 26, 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
32 changes: 32 additions & 0 deletions Resources/Locale/en-US/deltav/holopad/holopad.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Command
holopad-command-lo = Command - LO
holopad-command-mysta = Command - Mysta
holopad-command-cj = Command - CJ

# Epistemics
holopad-epistemics-anomaly = Epistemics - Anomaly
holopad-epistemics-artifact = Epistemics - Artifact
holopad-epistemics-robotics = Epistemics - Robotics
holopad-epistemics-rnd = Epistemics - R&D
holopad-epistemics-front = Epistemics - Front
holopad-epistemics-breakroom = Epistemics - Breakroom
holopad-epistemics-mantis = Epistemics - Mantis
holopad-epistemics-oracle = Epistemics - Oracle

# Logistics
holopad-logistics-front = Logistics - Front
holopad-logistics-cargo-bay = Logistics - Cargo Bay
holodpad-logistics-mailroom = Logistics - Mailroom
holodpad-logistics-mailfront = Logistics - Mail Front
holopad-logistics-salvage-bay = Logistics - Salvage Bay
holopad-logistics-breakroom = Logistics - Breakroom
holopad-logistics-ats = Logistics - ATS
holopad-logistics-shuttle = Logistics - Shuttle

# Justice
holopad-justice-prosecutor = Justice - Prosecutor
holopad-justice-attorney = Justice - Attorney
holopad-justice-clerk = Justice - Clerk

# Security
holopad-security-corpsman = Security - Corpsman
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
## Mapping prototypes
#Command
- type: entity
parent: Holopad
id: HolopadJusticeCJ
suffix: Chief Justice
components:
- type: Label
currentLabel: holopad-command-cj

#Justice
- type: entity
parent: Holopad
id: HolopadJusticeProsecutor
suffix: Prosecutor
components:
- type: Label
currentLabel: holopad-justice-prosecutor

- type: entity
parent: Holopad
id: HolopadJusticeClerk
suffix: Clerk
components:
- type: Label
currentLabel: holopad-justice-clerk

#Logistics
- type: entity
parent: Holopad
id: HolopadCargoMail
suffix: Mailroom
components:
- type: Label
currentLabel: holodpad-logistics-mailroom

- type: entity
parent: Holopad
id: HolopadCargoMailFront
suffix: Mail Front
components:
- type: Label
currentLabel: holodpad-logistics-mailfront

#Epistemics
- type: entity
parent: Holopad
id: HolopadEpistemicsMantis
suffix: Mantis
components:
- type: Label
currentLabel: holopad-epistemics-mantis

- type: entity
parent: Holopad
id: HolopadEpistemicsOracle
suffix: Oracle
components:
- type: Label
currentLabel: holopad-epistemics-oracle

#Security
- type: entity
parent: Holopad
id: HolopadSecurityCorpsman
suffix: Corpsman
components:
- type: Label
currentLabel: holopad-security-corpsman
40 changes: 20 additions & 20 deletions Resources/Prototypes/Entities/Structures/Machines/holopad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@
- type: entity
parent: Holopad
id: HolopadCommandQm
suffix: QM
suffix: LO # DeltaV - QM > LO
components:
- type: Label
currentLabel: holopad-command-qm
currentLabel: holopad-command-lo # DeltaV - QM > LO

- type: entity
parent: Holopad
Expand All @@ -334,10 +334,10 @@
- type: entity
parent: Holopad
id: HolopadCommandRd
suffix: RD
suffix: Mysta # DeltaV - RD > Mysta
components:
- type: Label
currentLabel: holopad-command-rd
currentLabel: holopad-command-mysta # DeltaV - RD > Mysta

- type: entity
parent: Holopad
Expand All @@ -354,47 +354,47 @@
suffix: Anomaly
components:
- type: Label
currentLabel: holopad-science-anomaly
currentLabel: holopad-epistemics-anomaly # DeltaV - Science > Epistemics

- type: entity
parent: Holopad
id: HolopadScienceArtifact
suffix: Artifact
components:
- type: Label
currentLabel: holopad-science-artifact
currentLabel: holopad-epistemics-artifact # DeltaV - Science > Epistemics

- type: entity
parent: Holopad
id: HolopadScienceRobotics
suffix: Robotics
components:
- type: Label
currentLabel: holopad-science-robotics
currentLabel: holopad-epistemics-robotics # DeltaV - Science > Epistemics

- type: entity
parent: Holopad
id: HolopadScienceRnd
suffix: R&D
components:
- type: Label
currentLabel: holopad-science-rnd
currentLabel: holopad-epistemics-rnd # DeltaV - Science > Epistemics

- type: entity
parent: Holopad
id: HolopadScienceFront
suffix: Sci Front
suffix: Epi Front # DeltaV - Science > Epistemics
components:
- type: Label
currentLabel: holopad-science-front
currentLabel: holopad-epistemics-front # DeltaV - Science > Epistemics

- type: entity
parent: Holopad
id: HolopadScienceBreakroom
suffix: Sci Breakroom
suffix: Epi Breakroom # DeltaV - Science > Epistemics
components:
- type: Label
currentLabel: holopad-science-breakroom
currentLabel: holopad-epistemics-breakroom # DeltaV - Science > Epistemics

# Medical
- type: entity
Expand Down Expand Up @@ -473,34 +473,34 @@
- type: entity
parent: Holopad
id: HolopadCargoFront
suffix: Cargo Front
suffix: Logistics Front # DeltaV - Cargo > Logistics
components:
- type: Label
currentLabel: holopad-cargo-front
currentLabel: holopad-logistics-front # DeltaV - Cargo > Logistics

- type: entity
parent: Holopad
id: HolopadCargoBay
suffix: Cargo Bay
components:
- type: Label
currentLabel: holopad-cargo-bay
currentLabel: holopad-logistics-cargo-bay # DeltaV - Cargo > Logistics

- type: entity
parent: Holopad
id: HolopadCargoSalvageBay
suffix: Salvage Bay
components:
- type: Label
currentLabel: holopad-cargo-salvage-bay
currentLabel: holopad-logistics-salvage-bay # DeltaV - Cargo > Logistics

- type: entity
parent: Holopad
id: HolopadCargoBreakroom
suffix: Cargo Breakroom
suffix: Logistics Breakroom
components:
- type: Label
currentLabel: holopad-cargo-breakroom
currentLabel: holopad-logistics-breakroom # DeltaV - Cargo > Logistics

# Engineering
- type: entity
Expand Down Expand Up @@ -635,10 +635,10 @@
- type: entity
parent: Holopad
id: HolopadSecurityLawyer
suffix: Lawyer
suffix: Attorney # DeltaV - Lawyer > Attorney
components:
- type: Label
currentLabel: holopad-security-lawyer
currentLabel: holopad-justice-attorney # DeltaV - Lawyer > Attorney

- type: entity
parent: Holopad
Expand Down
Loading