Fix loadouts 4 (#461)
* add detective pda * add mime gloves * add appraisal tool and clipboard for cargo * more limits * rename and folders fix
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretMerc
|
||||
|
||||
# Ears
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: CargoHeadset
|
||||
equipment: CargoHeadset
|
||||
- type: startingGear
|
||||
id: CargoHeadset
|
||||
equipment:
|
||||
ears: ClothingHeadsetCargo
|
||||
|
||||
# Eyes
|
||||
|
||||
- type: itemLoadout # WD
|
||||
@@ -129,12 +139,13 @@
|
||||
equipment:
|
||||
back: ClothingBackpackMerc
|
||||
|
||||
# Ears
|
||||
# Job Trinkets
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: CargoHeadset
|
||||
equipment: CargoHeadset
|
||||
id: CargoAppraisalTool
|
||||
equipment: CargoAppraisalTool
|
||||
- type: startingGear
|
||||
id: CargoHeadset
|
||||
equipment:
|
||||
ears: ClothingHeadsetCargo
|
||||
id: CargoAppraisalTool
|
||||
storage:
|
||||
back:
|
||||
- AppraisalTool
|
||||
|
||||
@@ -5,37 +5,42 @@
|
||||
equipment: FolderBlack
|
||||
- type: startingGear
|
||||
id: FolderBlack
|
||||
equipment:
|
||||
id: BoxFolderBlack
|
||||
storage:
|
||||
back:
|
||||
- BoxFolderBlack
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: FolderWhite
|
||||
equipment: FolderWhite
|
||||
- type: startingGear
|
||||
id: FolderWhite
|
||||
equipment:
|
||||
id: BoxFolderWhite
|
||||
storage:
|
||||
back:
|
||||
- BoxFolderWhite
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: FolderRed
|
||||
equipment: FolderRed
|
||||
- type: startingGear
|
||||
id: FolderRed
|
||||
equipment:
|
||||
id: BoxFolderRed
|
||||
storage:
|
||||
back:
|
||||
- BoxFolderRed
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: Clipboard
|
||||
equipment: Clipboard
|
||||
- type: startingGear
|
||||
id: Clipboard
|
||||
equipment:
|
||||
id: BoxFolderClipboard
|
||||
storage:
|
||||
back:
|
||||
- BoxFolderClipboard
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: JudgeHammer
|
||||
equipment: JudgeHammer
|
||||
- type: startingGear
|
||||
id: JudgeHammer
|
||||
equipment:
|
||||
id: OmntnsHammer
|
||||
storage:
|
||||
back:
|
||||
- OmntnsHammer
|
||||
|
||||
@@ -82,13 +82,22 @@
|
||||
equipment:
|
||||
outerClothing: ClothingOuterCoatDetective
|
||||
|
||||
|
||||
# Gloves
|
||||
|
||||
- type: itemLoadout
|
||||
- type: itemLoadout # WD
|
||||
id: GlovesForensic
|
||||
equipment: GlovesForensic
|
||||
- type: startingGear
|
||||
id: GlovesForensic
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesForensic
|
||||
|
||||
# PDA
|
||||
|
||||
- type: itemLoadout # WD
|
||||
id: DetectivePDA
|
||||
equipment: DetectivePDA
|
||||
- type: startingGear
|
||||
id: DetectivePDA
|
||||
equipment:
|
||||
id: DetectivePDA
|
||||
|
||||
@@ -173,6 +173,14 @@
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
- type: itemLoadout
|
||||
id: GlovesColorWhite
|
||||
equipment: GlovesColorWhite
|
||||
- type: startingGear
|
||||
id: GlovesColorWhite
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesColorWhite
|
||||
|
||||
- type: itemLoadout
|
||||
id: GlovesLatex
|
||||
equipment: GlovesLatex
|
||||
|
||||
@@ -595,6 +595,15 @@
|
||||
loadouts:
|
||||
- MimeWintercoat
|
||||
|
||||
- type: loadoutGroup
|
||||
id: MimeGloves
|
||||
name: loadout-group-gloves
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- GlovesColorWhite
|
||||
- GlovesColorBlack
|
||||
- GlovesFingerless
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: MimePDA
|
||||
name: loadout-group-pda
|
||||
@@ -949,11 +958,20 @@
|
||||
- SalvagePDA
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: CommonCargoEars
|
||||
id: CommonCargoHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- CargoHeadset
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: CommonCargoJobTrinkets
|
||||
name: loadout-group-job-trinkets
|
||||
minLimit: 0
|
||||
maxLimit: 2
|
||||
loadouts:
|
||||
- CargoAppraisalTool
|
||||
- Clipboard
|
||||
|
||||
# Engineering
|
||||
- type: loadoutGroup
|
||||
id: ChiefEngineerHead
|
||||
@@ -1518,6 +1536,12 @@
|
||||
- ShoesLeather
|
||||
- BootsJack
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: DetectivePDA
|
||||
name: loadout-group-pda
|
||||
loadouts:
|
||||
- DetectivePDA
|
||||
|
||||
- type: loadoutGroup
|
||||
id: SecurityCadetJumpsuit
|
||||
name: loadout-group-jumpsuit
|
||||
|
||||
@@ -173,6 +173,7 @@
|
||||
- MimeJumpsuit
|
||||
- MimeBackpack
|
||||
- MimeOuterClothing
|
||||
- MimeGloves # WD
|
||||
- CommonShoes # WD
|
||||
- MimePDA
|
||||
- Trinkets
|
||||
@@ -205,13 +206,14 @@
|
||||
- CommonGloves # WD
|
||||
- QuartermasterShoes
|
||||
- QuartermasterPDA # WD
|
||||
- CommonCargoJobTrinkets
|
||||
- Trinkets
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobCargoTechnician
|
||||
groups:
|
||||
- CargoTechnicianHead
|
||||
- CommonCargoEars # WD
|
||||
- CommonCargoHeadset # WD
|
||||
- CommonGlasses # WD
|
||||
- CargoTechnicianJumpsuit
|
||||
- CargoTechnicianBackpack
|
||||
@@ -219,6 +221,7 @@
|
||||
- CommonGloves # WD
|
||||
- CargoTechnicianShoes
|
||||
- CargoTechnicianPDA
|
||||
- CommonCargoJobTrinkets
|
||||
- Trinkets
|
||||
|
||||
- type: roleLoadout
|
||||
@@ -435,6 +438,7 @@
|
||||
- DetectiveOuterClothing
|
||||
- DetectiveGloves
|
||||
- DetectiveShoes
|
||||
- DetectivePDA # WD
|
||||
- Trinkets
|
||||
|
||||
- type: roleLoadout
|
||||
|
||||
Reference in New Issue
Block a user