Skip to content

Commit

Permalink
Adds Additional holopads
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningRash committed Jan 6, 2025
1 parent 134e373 commit 484eca5
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 0 deletions.
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

0 comments on commit 484eca5

Please sign in to comment.