diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/courier.yml b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/courier.yml new file mode 100644 index 00000000000..609d6bb6c01 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/courier.yml @@ -0,0 +1,28 @@ +# Head +- type: loadout + id: CourierHead + equipment: CourierHead + +- type: startingGear + id: CourierHead + equipment: + head: ClothingHeadCourier + +# Jumpsuit +- type: loadout + id: CourierJumpsuit + equipment: CourierJumpsuit + +- type: startingGear + id: CourierJumpsuit + equipment: + jumpsuit: ClothingUniformCourier + +- type: loadout + id: CourierJumpskirt + equipment: CourierJumpskirt + +- type: startingGear + id: CourierJumpskirt + equipment: + jumpsuit: ClothingUniformSkirtCourier diff --git a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml new file mode 100644 index 00000000000..739d026dd46 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml @@ -0,0 +1,9 @@ +# Logistics +- type: roleLoadout + id: JobCourier + groups: + - CourierHead + - CourierJumpsuit + - CommonBackpack + - CargoTechnicianShoes + - Trinkets diff --git a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml b/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml new file mode 100644 index 00000000000..897fd522abf --- /dev/null +++ b/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml @@ -0,0 +1,14 @@ +# Logistics +# Courier +- type: loadoutGroup + id: CourierHead + name: loadout-group-courier-head + loadouts: + - CourierHead + +- type: loadoutGroup + id: CourierJumpsuit + name: loadout-group-courier-jumpsuit + loadouts: + - CourierJumpsuit + - CourierJumpskirt diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml index 707b2420f3c..91b9a2f24d7 100644 --- a/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml +++ b/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml @@ -14,13 +14,6 @@ - type: startingGear id: CourierGear equipment: - head: ClothingHeadCourier - jumpsuit: ClothingUniformCourier - back: ClothingBackpackFilled - shoes: ClothingShoesColorBlack id: MailCarrierPDA ears: ClothingHeadsetCargo belt: CourierBag - innerClothingSkirt: ClothingUniformSkirtCourier - satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled