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 Additional Holopads #2634

Merged
merged 1 commit into from
Jan 7, 2025
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
29 changes: 29 additions & 0 deletions Resources/Locale/en-US/_DV/holopad/holopad.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
holopad-command-lo = Command - LO
holopad-command-mysta = Command - Mysta
holopad-command-cj = Command - CJ
holopad-command-evac = Command - Evac

# Epistemics
holopad-epistemics-anomaly = Epistemics - Anomaly
Expand Down Expand Up @@ -30,3 +31,31 @@ holopad-justice-clerk = Justice - Clerk

# Security
holopad-security-corpsman = Security - Corpsman

# General
holopad-general-park = General - Park
holopad-general-nitrogen-lounge = General - Nitrogen Lounge
holopad-general-shipyard-dock = General - Shipyard Dock

# Medical
holopad-medical-psychologist = Medical - Psychologist
holopad-medical-outpost = Medical - Outpost

# Engineering
holopad-engineering-pa-control = Engineering - PA Control

# Service
holopad-service-toolroom = Service - Toolroom
holopad-service-barber-shop = Service - Barber Shop

# Station Specific
holopad-security-perma-kitchen = Security - Perma Kitchen
holopad-security-perma-botany = Security - Perma Botany
holopad-security-perma-yard-one = Security - Perma Yard One
holopad-security-perma-yard-two = Security - Perma Yard Two
holopad-security-perma-workshop = Security - Perma Workshop
holopad-security-perma-guard-complex = Security - Perma Guard Complex
holopad-security-perma-mineshaft = Security - Perma Mineshaft
holopad-security-perma-arena = Security - Arena
holopad-security-perma-gladiator-lounge = Security - Gladiator Lounge
holopad-general-spesscar-track = General - Spesscar Track
158 changes: 158 additions & 0 deletions Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
- type: Label
currentLabel: holopad-command-cj

- type: entity
parent: Holopad
id: HolopadCommandEvac
suffix: Command Evac
components:
- type: Label
currentLabel: holopad-command-evac

#Justice
- type: entity
parent: Holopad
Expand Down Expand Up @@ -67,3 +75,153 @@
components:
- type: Label
currentLabel: holopad-security-corpsman

#Station Specific - Security
- type: entity
parent: Holopad
id: HolopadSecurityPermaKitchen
suffix: Perma Kitchen
components:
- type: Label
currentLabel: holopad-security-perma-kitchen

- type: entity
parent: Holopad
id: HolopadSecurityPermaBotany
suffix: Perma Botany
components:
- type: Label
currentLabel: holopad-security-perma-botany

- type: entity
parent: Holopad
id: HolopadSecurityPermaYardOne
suffix: Perma Yard One
components:
- type: Label
currentLabel: holopad-security-perma-yard-one

- type: entity
parent: Holopad
id: HolopadSecurityPermaYardTwo
suffix: Perma Yard Two
components:
- type: Label
currentLabel: holopad-security-perma-yard-two

- type: entity
parent: Holopad
id: HolopadSecurityPermaWorkshop
suffix: Perma Workshop
components:
- type: Label
currentLabel: holopad-security-perma-workshop

- type: entity
parent: Holopad
id: HolopadSecurityPermaGuardComplex
suffix: Perma Guard Complex
components:
- type: Label
currentLabel: holopad-security-perma-guard-complex

- type: entity
parent: Holopad
id: HolopadSecurityPermaMineshaft
suffix: Perma Mineshaft
components:
- type: Label
currentLabel: holopad-security-perma-mineshaft

- type: entity
parent: Holopad
id: HolopadSecurityArena
suffix: Arena
components:
- type: Label
currentLabel: holopad-security-perma-arena

- type: entity
parent: Holopad
id: HolopadSecurityGladiatorLounge
suffix: Gladiator Lounge
components:
- type: Label
currentLabel: holopad-security-perma-gladiator-lounge

#General
- type: entity
parent: Holopad
id: HolopadGeneralPark
suffix: Park
components:
- type: Label
currentLabel: holopad-general-park

- type: entity
parent: Holopad
id: HolopadGeneralVoxNitrogenLounge
suffix: Nitrogen Lounge
components:
- type: Label
currentLabel: holopad-general-nitrogen-lounge

- type: entity
parent: Holopad
id: HolopadGeneralShipyardDock
suffix: Shipyard Dock
components:
- type: Label
currentLabel: holopad-general-shipyard-dock

#Station Specific - General
- type: entity
parent: Holopad
id: HolopadGeneralSpesscarTrack
suffix: Spesscar Track
components:
- type: Label
currentLabel: holopad-general-spesscar-track

#Medical
- type: entity
parent: Holopad
id: HolopadMedicalOutpost
suffix: Outpost
components:
- type: Label
currentLabel: holopad-medical-outpost

- type: entity
parent: Holopad
id: HolopadMedicalPsychologist
suffix: Psychologist
components:
- type: Label
currentLabel: holopad-medical-psychologist

#Engineering
- type: entity
parent: Holopad
id: HolopadEngineeringParticleAccelerator
suffix: PA Control
components:
- type: Label
currentLabel: holopad-engineering-pa-control

#Service
- type: entity
parent: Holopad
id: HolopadServiceToolroom
suffix: Service Toolroom
components:
- type: Label
currentLabel: holopad-service-toolroom

- type: entity
parent: Holopad
id: HolopadServiceBarberShop
suffix: Barber Shop
components:
- type: Label
currentLabel: holopad-service-barber-shop
Loading