Delta loadout - Brigmedic
Signed-off-by: NullWanderer <56081759+NullWanderer@users.noreply.github.com>
This commit is contained in:
parent
990a3f54d1
commit
87d46da558
|
|
@ -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
|
||||
|
|
@ -7,3 +7,15 @@
|
|||
- CommonBackpack
|
||||
- CargoTechnicianShoes
|
||||
- Trinkets
|
||||
|
||||
# Security
|
||||
- type: roleLoadout
|
||||
id: JobBrigmedic
|
||||
groups:
|
||||
- BrigMedicHead
|
||||
- BrigMedicJumpsuit
|
||||
- BrigMedicBack
|
||||
- SecurityShoes
|
||||
- SecurityOuterClothing
|
||||
- MedicalGloves
|
||||
- Trinkets
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue