Merge remote-tracking branch 'upstream/master' into ups
This commit is contained in:
51
Resources/Prototypes/Loadouts/Jobs/Civilian/bomzh.yml
Normal file
51
Resources/Prototypes/Loadouts/Jobs/Civilian/bomzh.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
# Jumpsuit
|
||||
- type: itemLoadout # WD
|
||||
id: BomzhJumpsuit
|
||||
equipment: BomzhJumpsuit
|
||||
- type: startingGear
|
||||
id: BomzhJumpsuit
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitWhiteBomzh
|
||||
|
||||
# PDA
|
||||
- type: itemLoadout # WD
|
||||
id: BomzhPDA
|
||||
equipment: BomzhPDA
|
||||
- type: startingGear
|
||||
id: BomzhPDA
|
||||
equipment:
|
||||
id: BomzhPDA
|
||||
|
||||
# Outer clothing
|
||||
- type: itemLoadout
|
||||
id: BomzhOverCoat
|
||||
equipment: BomzhOverCoat
|
||||
- type: startingGear
|
||||
id: BomzhOverCoat
|
||||
equipment:
|
||||
outerClothing: ClothingOuterOverCoatBomzh
|
||||
|
||||
# Job Trinkets
|
||||
- type: itemLoadout # WD
|
||||
id: BomzhTrashBag
|
||||
equipment: BomzhTrashBag
|
||||
- type: startingGear
|
||||
id: BomzhTrashBag
|
||||
inhand:
|
||||
- TrashBag
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: BomzhScalpelShiv
|
||||
equipment: BomzhScalpelShiv
|
||||
- type: startingGear
|
||||
id: BomzhScalpelShiv
|
||||
equipment:
|
||||
pocket1: ScalpelShiv
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: BomzhLantern
|
||||
equipment: BomzhLantern
|
||||
- type: startingGear
|
||||
id: BomzhLantern
|
||||
equipment:
|
||||
belt: Lantern
|
||||
97
Resources/Prototypes/Loadouts/Jobs/Command/maid.yml
Normal file
97
Resources/Prototypes/Loadouts/Jobs/Command/maid.yml
Normal file
@@ -0,0 +1,97 @@
|
||||
# Jumpsuit
|
||||
- type: itemLoadout # WD
|
||||
id: MaidJumpskirt
|
||||
equipment: MaidJumpskirt
|
||||
- type: startingGear
|
||||
id: MaidJumpskirt
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtMaid
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: MaidJumpskirtMini
|
||||
equipment: MaidJumpskirtMini
|
||||
- type: startingGear
|
||||
id: MaidJumpskirtMini
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtMaidMini
|
||||
|
||||
# Back
|
||||
- type: itemLoadout # WD
|
||||
id: MaidSatchel
|
||||
equipment: MaidSatchel
|
||||
- type: startingGear
|
||||
id: MaidSatchel
|
||||
equipment:
|
||||
back: ClothingBackpackSatchelFilled
|
||||
|
||||
# Gloves
|
||||
- type: itemLoadout # WD
|
||||
id: MaidGloves
|
||||
equipment: MaidGloves
|
||||
- type: startingGear
|
||||
id: MaidGloves
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesColorWhite
|
||||
|
||||
# PDA
|
||||
- type: itemLoadout # WD
|
||||
id: MaidPDA
|
||||
equipment: MaidPDA
|
||||
- type: startingGear
|
||||
id: MaidPDA
|
||||
equipment:
|
||||
id: MaidPDA
|
||||
|
||||
# Ears
|
||||
- type: itemLoadout # WD
|
||||
id: MaidEars
|
||||
equipment: MaidEars
|
||||
- type: startingGear
|
||||
id: MaidEars
|
||||
equipment:
|
||||
id: ClothingHeadsetCommand
|
||||
|
||||
# Shoes
|
||||
- type: itemLoadout # WD
|
||||
id: MaidShoes
|
||||
equipment: MaidShoes
|
||||
- type: startingGear
|
||||
id: MaidShoes
|
||||
equipment:
|
||||
shoes: ClothingShoesMaid
|
||||
|
||||
# Glasses
|
||||
- type: itemLoadout # WD
|
||||
id: MaidGlasses
|
||||
equipment: MaidGlasses
|
||||
- type: startingGear
|
||||
id: MaidGlasses
|
||||
equipment:
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
|
||||
# Job Trinkets
|
||||
- type: itemLoadout # WD
|
||||
id: MaidSpray
|
||||
equipment: MaidSpray
|
||||
- type: startingGear
|
||||
id: MaidSpray
|
||||
storage:
|
||||
back:
|
||||
- SprayBottleWater
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: MaidSoap
|
||||
equipment: MaidSoap
|
||||
- type: startingGear
|
||||
id: MaidSoap
|
||||
storage:
|
||||
back:
|
||||
- Soap
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: MaidMop
|
||||
equipment: MaidMop
|
||||
- type: startingGear
|
||||
id: MaidMop
|
||||
inhand:
|
||||
- MopItem
|
||||
@@ -2173,6 +2173,86 @@
|
||||
loadouts:
|
||||
- InspectorBriefcaseInhand
|
||||
|
||||
# Maid
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidGlasses
|
||||
name: loadout-group-eyes
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- MaidGlasses
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidJumpsuit
|
||||
name: loadout-group-jumpsuit
|
||||
loadouts:
|
||||
- MaidJumpskirt
|
||||
- MaidJumpskirtMini
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidBackpack
|
||||
name: loadout-group-backpack
|
||||
loadouts:
|
||||
- MaidSatchel
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidGloves
|
||||
name: loadout-group-gloves
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- MaidGloves
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidShoes
|
||||
name: loadout-group-shoes
|
||||
loadouts:
|
||||
- MaidShoes
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidPDA
|
||||
name: loadout-group-pda
|
||||
loadouts:
|
||||
- MaidPDA
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MaidJobTrinkets
|
||||
name: loadout-group-job-trinkets
|
||||
minLimit: 0
|
||||
maxLimit: 2
|
||||
loadouts:
|
||||
- MaidSpray
|
||||
- MaidSoap
|
||||
- MaidMop
|
||||
|
||||
# Bomzh
|
||||
- type: loadoutGroup # WD
|
||||
id: BomzhJumpsuit
|
||||
name: loadout-group-jumpsuit
|
||||
loadouts:
|
||||
- BomzhJumpsuit
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: BomzhPDA
|
||||
name: loadout-group-pda
|
||||
loadouts:
|
||||
- BomzhPDA
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: BomzhOuterclothing
|
||||
name: loadout-group-outerclothing
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- BomzhOverCoat
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: BomzhJobTrinkets
|
||||
name: loadout-group-job-trinkets
|
||||
minLimit: 0
|
||||
maxLimit: 3
|
||||
loadouts:
|
||||
- BomzhTrashBag
|
||||
- BomzhScalpelShiv
|
||||
- BomzhLantern
|
||||
|
||||
# Wildcards
|
||||
- type: loadoutGroup
|
||||
id: ReporterHat
|
||||
|
||||
@@ -40,6 +40,22 @@
|
||||
- CommonUnderwearBraHOP
|
||||
- CommonUnderwearSocks
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobMaid
|
||||
groups:
|
||||
- MaidGlasses # WD
|
||||
- CommonCommandHeadset # WD
|
||||
- MaidJumpsuit
|
||||
- MaidGloves # WD
|
||||
- MaidBackpack
|
||||
- MaidShoes
|
||||
- MaidPDA # WD
|
||||
- SelfDefenceDevices # WD
|
||||
- MaidJobTrinkets
|
||||
- CommonUnderwearBottom
|
||||
- CommonUnderwearBra
|
||||
- CommonUnderwearSocks
|
||||
|
||||
# Civilian
|
||||
- type: roleLoadout
|
||||
id: JobPassenger
|
||||
@@ -245,6 +261,16 @@
|
||||
- CommonUnderwearBra
|
||||
- CommonUnderwearSocks
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobBomzh
|
||||
groups:
|
||||
- BomzhJumpsuit
|
||||
- BomzhPDA
|
||||
- BomzhOuterclothing
|
||||
- BomzhJobTrinkets
|
||||
- CommonUnderwearBottom
|
||||
- CommonUnderwearBra
|
||||
|
||||
# Cargo
|
||||
- type: roleLoadout
|
||||
id: JobQuartermaster
|
||||
|
||||
Reference in New Issue
Block a user