Skip to content

Commit

Permalink
Surgeon scrubops (#2756)
Browse files Browse the repository at this point in the history
* vulcan sprites

* fixs surgeon loadout + adds DeltaV scrubs

* Revert "vulcan sprites"

Ignore this IDK how this fucking got here

* Typos fix
  • Loading branch information
HTMLSystem authored Jan 16, 2025
1 parent bf649a9 commit 90c7953
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 56 deletions.
108 changes: 52 additions & 56 deletions Resources/Prototypes/_DV/Loadouts/Jobs/Medical/surgeon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,59 +5,55 @@
equipment:
id: SurgeonPDA

# Clothing

- type: loadoutGroup
id: SurgeonHead
name: loadout-group-surgeon-head
loadouts:
- BlueSurgeryCap
- GreenSurgeryCap
- PurpleSurgeryCap

- type: loadoutGroup
id: SurgeonScrubs
name: loadout-group-surgeon-scrubs
loadouts:
- MedicalBlueScrubs
- MedicalGreenScrubs
- MedicalPurpleScrubs

- type: loadoutGroup
id: SurgeonPDA
name: loadout-group-surgeon-id
loadouts:
- SurgeonPDA

- type: loadoutGroup
id: SurgeonGloves
name: loadout-group-surgeon-gloves
loadouts:
- LatexGloves
- NitrileGloves

- type: loadoutGroup
id: SurgeonMask
name: loadout-group-surgeon-mask
loadouts:
- SterileMask

# Loadout

- type: roleLoadout
id: JobSurgeon
groups:
- GroupTankHarness
- SurgeonHead
- MedicalDoctorNeck
- SurgeonMask
- SurgeonScrubs
- SurgeonGloves
- MedicalBackpack
- MedicalDoctorOuterClothing
- MedicalShoes
- SurgeonPDA
- Glasses
- SurvivalMedical
- Trinkets
- GroupSpeciesBreathToolMedical
# Head
- type: loadout
id: BlackSurgeryCap
equipment:
head: ClothingHeadHatSurgcapBlack

- type: loadout
id: CyanSurgeryCap
equipment:
head: ClothingHeadHatSurgcapCyan

- type: loadout
id: PinkSurgeryCap
equipment:
head: ClothingHeadHatSurgcapPink

- type: loadout
id: WhiteSurgeryCap
equipment:
head: ClothingHeadHatSurgcapWhite

- type: loadout
id: RainbowSurgeryCap
equipment:
head: ClothingHeadHatSurgcapRainbow

# Jumpsuit
- type: loadout
id: MedicalBlackScrubs
equipment:
jumpsuit: UniformScrubsColorBlack

- type: loadout
id: MedicalCyanScrubs
equipment:
jumpsuit: UniformScrubsColorCyan

- type: loadout
id: MedicalPinkScrubs
equipment:
jumpsuit: UniformScrubsColorPink

- type: loadout
id: MedicalWhiteScrubs
equipment:
jumpsuit: UniformScrubsColorWhite

- type: loadout
id: MedicalRainbowScrubs
equipment:
jumpsuit: UniformScrubsColorRainbow

46 changes: 46 additions & 0 deletions Resources/Prototypes/_DV/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,52 @@
- ChemistWinterBoots
- ChemistShoes

## Surgeon
- type: loadoutGroup
id: SurgeonHead
name: loadout-group-surgeon-head
loadouts:
- BlueSurgeryCap
- GreenSurgeryCap
- PurpleSurgeryCap
- BlackSurgeryCap
- CyanSurgeryCap
- PinkSurgeryCap
- WhiteSurgeryCap
- RainbowSurgeryCap

- type: loadoutGroup
id: SurgeonScrubs
name: loadout-group-surgeon-scrubs
loadouts:
- MedicalBlueScrubs
- MedicalGreenScrubs
- MedicalPurpleScrubs
- MedicalBlackScrubs
- MedicalCyanScrubs
- MedicalPinkScrubs
- MedicalWhiteScrubs
- MedicalRainbowScrubs

- type: loadoutGroup
id: SurgeonMask
name: loadout-group-surgeon-mask
loadouts:
- SterileMask

- type: loadoutGroup
id: SurgeonGloves
name: loadout-group-surgeon-gloves
loadouts:
- LatexGloves
- NitrileGloves

- type: loadoutGroup
id: SurgeonPDA
name: loadout-group-surgeon-id
loadouts:
- SurgeonPDA

# Justice
## Chief Justice
- type: loadoutGroup
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/_DV/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,25 @@
- SecurityFirearm
- SecurityFirearmAmmo

# Medical
- type: roleLoadout
id: JobSurgeon
groups:
- GroupTankHarness
- SurgeonHead
- MedicalDoctorNeck
- SurgeonMask
- SurgeonScrubs
- SurgeonGloves
- MedicalBackpack
- MedicalDoctorOuterClothing
- MedicalShoes
- SurgeonPDA
- Glasses
- SurvivalMedical
- Trinkets
- GroupSpeciesBreathToolMedical

# Justice
- type: roleLoadout
id: JobChiefJustice
Expand Down

0 comments on commit 90c7953

Please sign in to comment.