From 484eca5137f312aa70ca4fcc7f298e43f4ee9ee1 Mon Sep 17 00:00:00 2001 From: Velcroboy Date: Mon, 6 Jan 2025 15:00:31 -0600 Subject: [PATCH] Adds Additional holopads --- .../Locale/en-US/_DV/holopad/holopad.ftl | 29 ++++ .../Entities/Structures/Machines/holopad.yml | 158 ++++++++++++++++++ 2 files changed, 187 insertions(+) diff --git a/Resources/Locale/en-US/_DV/holopad/holopad.ftl b/Resources/Locale/en-US/_DV/holopad/holopad.ftl index b52c38dee15..df3ca1c2d4b 100644 --- a/Resources/Locale/en-US/_DV/holopad/holopad.ftl +++ b/Resources/Locale/en-US/_DV/holopad/holopad.ftl @@ -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 @@ -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 diff --git a/Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml index e16052b16f3..9f4704a8991 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml @@ -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 @@ -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