Skip to content

Commit 3811477

Browse files
authored
Add Cryogenics Specialist as an alternative job title for senior physician (DeltaV-Station#3363)
* Add cryo specialist alternative job title for senior phisician * Fixes and stuff * Awesome PDA sprite + make it selectable * Make stuff be like other stuff+ * fix dumb inheritance * copyright fix * Don't drink and code
1 parent d936bfa commit 3811477

7 files changed

Lines changed: 44 additions & 1 deletion

File tree

Resources/Locale/en-US/_DV/job/job-names.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ job-alt-title-resident = Resident
3131
3232
job-alt-title-senior-physician = Senior Physician
3333
job-alt-title-clinician = Clinician
34+
job-alt-title-cryogenics-specialist = Cryogenics Specialist
3435
3536
job-alt-title-life-support = Life Support Technician
3637
job-alt-title-plasma-scientist = Plasma Scientist

Resources/Prototypes/Loadouts/loadout_groups.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@
13671367
- MedicalDoctorPDA
13681368
- SeniorPhysicianPDA
13691369
- ClinicianPDA # DeltaV
1370+
- CryogenicsSpecialistPDA # DeltaV
13701371

13711372
- type: loadoutGroup
13721373
id: MedicalGloves

Resources/Prototypes/_DV/Entities/Objects/Devices/pda.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,25 @@
413413
enum.PdaVisuals.PdaType: !type:String
414414
pda-phys
415415

416+
# Senior Physician
417+
418+
- type: entity
419+
parent: MedicalPDA
420+
id: CryogenicsSpecialistPDA
421+
name: cryogenics specialist PDA
422+
description: Cold to the touch, it seems to have a thin layer of frost on it.
423+
components:
424+
- type: Pda
425+
id: CryogenicsSpecialistIDCard
426+
- type: Appearance
427+
appearanceDataInit:
428+
enum.PdaVisuals.PdaType: !type:String
429+
pda-cryospecialist
430+
- type: PdaBorderColor
431+
borderColor: "#d7d7d0"
432+
accentHColor: "#447987"
433+
accentVColor: "#85c2e6"
434+
416435
# Psychologist
417436

418437
- type: entity

Resources/Prototypes/_DV/Entities/Objects/Misc/identification_cards.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,16 @@
178178
- type: IdCard
179179
jobTitle: job-alt-title-clinician
180180

181+
# Senior Physician
182+
183+
- type: entity
184+
parent: SeniorPhysicianIDCard
185+
id: CryogenicsSpecialistIDCard
186+
name: cryogenics specialist ID card
187+
components:
188+
- type: IdCard
189+
jobTitle: job-alt-title-cryogenics-specialist
190+
181191
# Psychologist
182192

183193
- type: entity

Resources/Prototypes/_DV/Loadouts/Jobs/Medical/medical_doctor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@
99
id: Stethoscope
1010
equipment:
1111
neck: ClothingNeckStethoscope
12+
13+
# Senior Physician alt title
14+
- type: loadout
15+
id: CryogenicsSpecialistPDA
16+
effects:
17+
- !type:GroupLoadoutEffect
18+
proto: SeniorPhysician
19+
equipment:
20+
id: CryogenicsSpecialistPDA

Resources/Textures/_DV/Objects/Devices/pda.rsi/meta.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"license": "CC-BY-SA-3.0",
4-
"copyright": "aPDA retexture by ZweiHawke @ zweihawke.net, added Hygiene Technician, modified interntech, added admin assistant and added the cargo assistant by Radezolid, added Psychiatrist, Therapist, and Social Worker versions by alterae <chell@alterae.online>, surgeon by Janet Blackquill <uhhadd@gmail.com> 2024. Security PDAs modified by TJohnson.",
4+
"copyright": "aPDA retexture by ZweiHawke @ zweihawke.net, added Hygiene Technician, modified interntech, added admin assistant and added the cargo assistant by Radezolid, added Psychiatrist, Therapist, and Social Worker versions by alterae <chell@alterae.online>, surgeon by Janet Blackquill <uhhadd@gmail.com> 2024. Security PDAs modified by TJohnson. Cryogenics Specialist PDA by willow_de_luna.",
55
"size": {
66
"x": 32,
77
"y": 32
@@ -200,6 +200,9 @@
200200
{
201201
"name": "pda-seniorphysician"
202202
},
203+
{
204+
"name": "pda-cryospecialist"
205+
},
203206
{
204207
"name": "pda-seniorofficer"
205208
},
1.35 KB
Loading

0 commit comments

Comments
 (0)