forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Medical Loadout Groups (DeltaV-Station#902)
# Description This PR creates Loadout Groups specific to Medical jobs, and provides a discount on all medical loadout items in return for having the group limit behavior. # Changelog :cl: - add: Medical Job related items are now part of a Medical loadout group, and have all been significantly discounted. --------- Signed-off-by: VMSolidus <[email protected]> Co-authored-by: DEATHB4DEFEAT <[email protected]>
- Loading branch information
1 parent
6a40446
commit ea88caf
Showing
3 changed files
with
253 additions
and
75 deletions.
There are no files selected for viewing
101 changes: 101 additions & 0 deletions
101
Resources/Prototypes/CharacterItemGroups/medicalGroups.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,101 @@ | ||
- type: characterItemGroup | ||
id: LoadoutUniformsMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsBlue | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsGreen | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsPurple | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsCyan | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsBlack | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsPink | ||
- type: loadout | ||
id: LoadoutMedicalUniformScrubsCybersun | ||
- type: loadout | ||
id: LoadoutMedicalUniformParamedicJumpsuit | ||
- type: loadout | ||
id: LoadoutMedicalUniformParamedicJumpskirt | ||
- type: loadout | ||
id: LoadoutMedicalUniformJumpskirtSenior | ||
- type: loadout | ||
id: LoadoutMedicalUniformJumpsuitSenior | ||
- type: loadout | ||
id: LoadoutMedicalUniformJumpsuitChemShirt | ||
|
||
- type: characterItemGroup | ||
id: LoadoutOuterMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalOuterLabcoat | ||
- type: loadout | ||
id: LoadoutMedicalOuterCybersunWindbreaker | ||
- type: loadout | ||
id: LoadoutMedicalOuterLabcoatChem | ||
- type: loadout | ||
id: LoadoutMedicalOuterApronChemist | ||
|
||
- type: characterItemGroup | ||
id: LoadoutGlovesMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalGlovesNitrile | ||
- type: loadout | ||
id: LoadoutMedicalHandsGlovesChemist | ||
|
||
- type: characterItemGroup | ||
id: LoadoutNeckMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalNeckStethoscope | ||
- type: loadout | ||
id: LoadoutMedicalBedsheetMedical | ||
- type: loadout | ||
id: LoadoutMedicalNeckTieChem | ||
|
||
- type: characterItemGroup | ||
id: LoadoutHeadMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalHeadNurse | ||
- type: loadout | ||
id: LoadoutMedicalHeadBeretSeniorPhysician | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapBlue | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapPurple | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapGreen | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapCyan | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapBlack | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapPink | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapWhite | ||
- type: loadout | ||
id: LoadoutMedicalHeadSurgcapCybersun | ||
|
||
- type: characterItemGroup | ||
id: LoadoutEyesMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalEyesHudMedical | ||
- type: loadout | ||
id: LoadoutMedicalEyesEyepatchHudMedical | ||
- type: loadout | ||
id: LoadoutMedicalEyesHudMedicalPrescription | ||
- type: loadout | ||
id: LoadoutMedicalEyesGlassesChemical | ||
- type: loadout | ||
id: LoadoutMedicalEyesGlassesChemist | ||
|
||
- type: characterItemGroup | ||
id: LoadoutShoesMedical | ||
items: | ||
- type: loadout | ||
id: LoadoutMedicalShoesEnclosedChem |
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
Oops, something went wrong.