Delta loadout - Courier
Signed-off-by: NullWanderer <56081759+NullWanderer@users.noreply.github.com>
This commit is contained in:
parent
b5982aaa66
commit
dfb645ee64
|
|
@ -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
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# Logistics
|
||||
- type: roleLoadout
|
||||
id: JobCourier
|
||||
groups:
|
||||
- CourierHead
|
||||
- CourierJumpsuit
|
||||
- CommonBackpack
|
||||
- CargoTechnicianShoes
|
||||
- Trinkets
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue