diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/bridmedic.yml b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/bridmedic.yml new file mode 100644 index 00000000000..b042876be7f --- /dev/null +++ b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/bridmedic.yml @@ -0,0 +1,56 @@ +# Head +- type: loadout + id: CorpsmanBeret + equipment: CorpsmanBeret + +- type: startingGear + id: CorpsmanBeret + equipment: + head: ClothingHeadHatBeretCorpsman + +# Jumpsuit +- type: loadout + id: BrigMedicJumpsuit + equipment: CorpsmanJumpsuit + +- type: startingGear + id: BrigMedicJumpsuit + equipment: + jumpsuit: ClothingUniformJumpsuitBrigmedic + +- type: loadout + id: BrigMedicJumpskirt + equipment: BrigMedicJumpskirt + +- type: startingGear + id: BrigMedicJumpskirt + equipment: + jumpsuit: ClothingUniformJumpskirtBrigmedic + +# Back +- type: loadout + id: BrigMedicBackpack + equipment: BrigMedicBackpack + +- type: startingGear + id: BrigMedicBackpack + equipment: + back: ClothingBackpackBrigmedicDeltaVFilled + +- type: loadout + id: BrigMedicSatchel + equipment: BrigMedicSatchel + +- type: startingGear + id: BrigMedicSatchel + equipment: + back: ClothingBackpackSatchelBrigmedicDeltaVFilled + +- type: loadout + id: BrigMedicDuffel + equipment: BrigMedicDuffel + +- type: startingGear + id: BrigMedicDuffel + equipment: + back: ClothingBackpackDuffelBrigmedicDeltaVFilled diff --git a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml index 739d026dd46..ba04bf2bbca 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml @@ -7,3 +7,15 @@ - CommonBackpack - CargoTechnicianShoes - Trinkets + +# Security +- type: roleLoadout + id: JobBrigmedic + groups: + - BrigMedicHead + - BrigMedicJumpsuit + - BrigMedicBack + - SecurityShoes + - SecurityOuterClothing + - MedicalGloves + - Trinkets diff --git a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml b/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml index 897fd522abf..e75e0140829 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml @@ -1,5 +1,5 @@ # Logistics -# Courier +## Courier - type: loadoutGroup id: CourierHead name: loadout-group-courier-head @@ -12,3 +12,26 @@ loadouts: - CourierJumpsuit - CourierJumpskirt + +# Security +## Brig Medic +- type: loadoutGroup + id: BrigMedicHead + name: loadout-group-brig-medic-head + loadouts: + - BrigMedicBeret + +- type: loadoutGroup + id: BrigMedicJumpsuit + name: loadout-group-brig-medic-jumpsuit + loadouts: + - BrigMedicJumpsuit + - BrigMedicJumpskirt + +- type: loadoutGroup + id: BrigMedicBack + name: loadout-group-brig-medic-back + loadouts: + - BrigMedicBackpack + - BrigMedicSatchel + - BrigMedicDuffel diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml index adc6f95dfd4..9b378294610 100644 --- a/Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml +++ b/Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml @@ -30,17 +30,8 @@ - type: startingGear id: CorpsmanGear # see Prototypes/Roles/Jobs/Fun/misc_startinggear.yml for "BrigmedicGear" equipment: - jumpsuit: ClothingUniformJumpsuitBrigmedic - outerClothing: ClothingOuterArmorPlateCarrier - back: ClothingBackpackBrigmedicDeltaVFilled - shoes: ClothingShoesBootsCombatFilled - gloves: ClothingHandsGlovesNitrile eyes: ClothingEyesHudMedical - head: ClothingHeadHatBeretCorpsman id: CorpsmanPDA ears: ClothingHeadsetBrigmedic belt: ClothingBeltCorpsmanWebbingFilled pocket1: WeaponPistolMk58Nonlethal - innerClothingSkirt: ClothingUniformJumpskirtBrigmedic - satchel: ClothingBackpackSatchelBrigmedicDeltaVFilled - duffelbag: ClothingBackpackDuffelBrigmedicDeltaVFilled