Skip to content

Commit

Permalink
Add a new janitor PDA - Hygiene technician (DeltaV-Station#2448)
Browse files Browse the repository at this point in the history
* Add the hygiene tech PDA + ID + locale

* Add loadout

* Untouch

* Wrong star
  • Loading branch information
Radezolid authored Dec 15, 2024
1 parent f9efc75 commit dd2813d
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/deltav/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ job-alt-title-senior-officer = Senior Officer
job-alt-title-jester = Jester
job-alt-title-fool = Fool
job-alt-title-hygiene-technician = Hygiene Technician
# Role timers
JobMedicalBorg = Medical Cyborg
JobCourier = Courier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ loadout-group-passenger-id-delta = Passenger PDA
loadout-group-bartender-id-delta = Bartender PDA
loadout-group-chef-id-delta = Chef PDA
loadout-group-clown-id-delta = Clown PDA
loadout-group-janitor-id-delta = Janitor PDA
loadout-group-serviceworker-head = Service Worker head
loadout-group-serviceworker-jumpsuit = Service Worker jumpsuit
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,3 +445,15 @@
- type: Pda
id: FoolIDCard
state: pda-fool # - aPDA Sprite Rework

# Janitor

- type: entity
parent: JanitorPDA
id: HygieneTechnicianPDA
name: hygiene technician PDA
description: It sounded better than it is or so Jeffrey said.
components:
- type: Pda
id: HygieneTechnicianIDCard
state: pda-hygienetechnician
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,13 @@
components:
- type: IdCard
jobTitle: job-alt-title-fool

# Janitor

- type: entity
parent: JanitorIDCard
id: HygieneTechnicianIDCard
name: hygiene technician ID card
components:
- type: IdCard
jobTitle: job-alt-title-hygiene-technician
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# PDA
- type: loadout
id: JanitorPDA
equipment:
id: JanitorPDA

- type: loadout
id: HygieneTechnicianPDA
equipment:
id: HygieneTechnicianPDA
7 changes: 7 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,13 @@
loadouts:
- RoboticistPDA

- type: loadoutGroup
id: JanitorPDADelta
name: loadout-group-janitor-id-delta
loadouts:
- JanitorPDA
- HygieneTechnicianPDA

# Misc
- type: loadoutGroup
id: Scarfs
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
- JanitorNeck # DeltaV
- JanitorJumpsuit
- JanitorGloves
- JanitorPDADelta # DeltaV
- CommonBackpack
- JanitorOuterClothing
- Glasses
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
id: JanitorGear
equipment:
shoes: ClothingShoesGaloshes
id: JanitorPDA
#id: JanitorPDA # DeltaV - Choose a PDA from the loadouts
ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled
#storage:
Expand Down
5 changes: 4 additions & 1 deletion Resources/Textures/DeltaV/Objects/Devices/pda.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "aPDA retexture by ZweiHawke @ zweihawke.net",
"copyright": "aPDA retexture by ZweiHawke @ zweihawke.net, added Hygiene Technician version by Radezolid",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -86,6 +86,9 @@
{
"name": "pda-hydro"
},
{
"name": "pda-hygienetechnician"
},
{
"name": "pda-janitor"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd2813d

Please sign in to comment.