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

Add a new janitor PDA - Hygiene technician #2448

Merged
merged 4 commits into from
Dec 15, 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
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
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.
Loading