-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Psychologist Loadout Improvements (#2459)
* Add new sprites for alternative psychologist PDAs * Add localizations for alternative psychologist job names * Add localizations for additional psychologist loadout groups * Expand psychologist loadout options Adds three new alternative job title PDAs: - Psychiatrist - Therapist (req. 4hrs psych) - Social Worker (req. 4hrs service) Adds head, outer clothing, scarf, and shoe loadout groups to the psychologist. Adds a blue folder to the psychologist's starting equipment. * Restore erroneous whitespace I hate YAML. This whitespace should not exist, but removing it would cause merge conflicts or something equally stupid. Signed-off-by: Michelle Szinger <[email protected]> * Restore erroneous trailing whitespace I hate YAML. This whitespace should not exist, but its removal would lead to merge conflicts or diff messiness or other such nonsense, so. Signed-off-by: Michelle Szinger <[email protected]> * Remove erroneously restored erroneous whitespace This one is actually my bad. Apologies. Signed-off-by: Michelle Szinger <[email protected]> * De-dent erroneously indented lines I hate YAML. Not even sure how this particular mistake happened, but I hate YAML. Note to self: stop using Rider for YAML changes. --------- Signed-off-by: Michelle Szinger <[email protected]>
- Loading branch information
Showing
12 changed files
with
200 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/psychologist.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# PDA | ||
- type: loadout | ||
id: PsychologistPDA | ||
equipment: | ||
id: PsychologistPDA | ||
|
||
- type: loadout | ||
id: PsychiatristPDA | ||
equipment: | ||
id: PsychiatristPDA | ||
|
||
- type: loadout | ||
id: TherapistPDA | ||
equipment: | ||
id: TherapistPDA | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobPsychologist | ||
time: 14400 # 4 hours psychologist | ||
|
||
- type: loadout | ||
id: SocialWorkerPDA | ||
equipment: | ||
id: SocialWorkerPDA | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:DepartmentTimeRequirement | ||
department: Civilian | ||
time: 14400 # 4 hours service | ||
|
||
# Head | ||
- type: loadout | ||
id: PsychologistFrenchBeret | ||
equipment: | ||
head: ClothingHeadHatBeretFrench | ||
|
||
- type: loadout | ||
id: PsychologistGreyFlatcap | ||
equipment: | ||
head: ClothingHeadHatGreyFlatcap | ||
|
||
- type: loadout | ||
id: PsychologistBrownFlatcap | ||
equipment: | ||
head: ClothingHeadHatBrownFlatcap | ||
|
||
# OuterClothing | ||
- type: loadout | ||
id: PsychologistMedicalWinterCoat | ||
equipment: | ||
outerClothing: ClothingOuterWinterMed | ||
|
||
- type: loadout | ||
id: PsychologistWinterCoat | ||
equipment: | ||
outerClothing: ClothingOuterWinterCoat | ||
|
||
- type: loadout | ||
id: PsychologistWinterCoatPlaid | ||
equipment: | ||
outerClothing: ClothingOuterWinterCoatPlaid | ||
|
||
- type: loadout | ||
id: PsychologistCoatBomber | ||
equipment: | ||
outerClothing: ClothingOuterCoatBomber | ||
|
||
- type: loadout | ||
id: PsychologistSweater | ||
equipment: | ||
outerClothing: ClothingOuterCoatHyenhSweater |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, added Hygiene Technician version by Radezolid", | ||
"copyright": "aPDA retexture by ZweiHawke @ zweihawke.net, added Hygiene Technician version by Radezolid, added Psychiatrist, Therapist, and Social Worker versions by alterae <[email protected]>", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
|
@@ -104,6 +104,9 @@ | |
{ | ||
"name": "pda-paramedic" | ||
}, | ||
{ | ||
"name": "pda-psychiatrist" | ||
}, | ||
{ | ||
"name": "pda-mime" | ||
}, | ||
|
@@ -128,6 +131,9 @@ | |
{ | ||
"name": "pda-security" | ||
}, | ||
{ | ||
"name": "pda-socialworker" | ||
}, | ||
{ | ||
"name": "pda-brigmedic" | ||
}, | ||
|
@@ -137,6 +143,9 @@ | |
{ | ||
"name": "pda-syndi-agent" | ||
}, | ||
{ | ||
"name": "pda-therapist" | ||
}, | ||
{ | ||
"name": "pda-centcom" | ||
}, | ||
|
Binary file added
BIN
+460 Bytes
Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-psychiatrist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+730 Bytes
Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-socialworker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+508 Bytes
Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-therapist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.