Merge 625dc1a2c2 into c3c6a6abd9
This commit is contained in:
commit
4928fc4f95
|
|
@ -9,11 +9,13 @@
|
||||||
id: CargoTechnicianJumpsuit
|
id: CargoTechnicianJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCargo
|
jumpsuit: ClothingUniformJumpsuitCargo
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CargoTechnicianJumpskirt
|
id: CargoTechnicianJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCargo
|
jumpsuit: ClothingUniformJumpskirtCargo
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -36,9 +38,11 @@
|
||||||
id: CargoTechnicianWintercoat
|
id: CargoTechnicianWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCargo
|
outerClothing: ClothingOuterWinterCargo
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CargoWinterBoots
|
id: CargoWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterCargo
|
shoes: ClothingShoesBootsWinterCargo
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#- type: loadoutEffectGroup # Delta-V - No time requirements
|
#- type: loadoutEffectGroup # Delta-V - No time requirements
|
||||||
# id: MasterQM
|
# id: MasterQM
|
||||||
# effects:
|
# effects:
|
||||||
# - !type:JobRequirementLoadoutEffect
|
# - !type:JobRequirementLoadoutEffect
|
||||||
# requirement:
|
# requirement:
|
||||||
# !type:RoleTimeRequirement
|
# !type:RoleTimeRequirement
|
||||||
# role: JobQuartermaster
|
# role: JobQuartermaster
|
||||||
|
|
@ -13,26 +13,31 @@
|
||||||
id: QuartermasterJumpsuit
|
id: QuartermasterJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitQM
|
jumpsuit: ClothingUniformJumpsuitQM
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: QuartermasterJumpskirt
|
id: QuartermasterJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtQM
|
jumpsuit: ClothingUniformJumpskirtQM
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: QuartermasterTurtleneck
|
id: QuartermasterTurtleneck
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitQMTurtleneck
|
jumpsuit: ClothingUniformJumpsuitQMTurtleneck
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: QuartermasterTurtleneckSkirt
|
id: QuartermasterTurtleneckSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtQMTurtleneck
|
jumpsuit: ClothingUniformJumpskirtQMTurtleneck
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: QuartermasterFormalSuit
|
id: QuartermasterFormalSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitQMFormal
|
jumpsuit: ClothingUniformJumpsuitQMFormal
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -69,3 +74,4 @@
|
||||||
id: QuartermasterWintercoat
|
id: QuartermasterWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterQM
|
outerClothing: ClothingOuterWinterQM
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
id: SalvageSpecialistWintercoat
|
id: SalvageSpecialistWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterMiner
|
outerClothing: ClothingOuterWinterMiner
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -23,16 +23,19 @@
|
||||||
id: BartenderJumpsuit
|
id: BartenderJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitBartender
|
jumpsuit: ClothingUniformJumpsuitBartender
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BartenderJumpskirt
|
id: BartenderJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtBartender
|
jumpsuit: ClothingUniformJumpskirtBartender
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BartenderJumpsuitPurple
|
id: BartenderJumpsuitPurple
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitBartenderPurple
|
jumpsuit: ClothingUniformJumpsuitBartenderPurple
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
# Outer clothing
|
# Outer clothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -49,6 +52,7 @@
|
||||||
id: BartenderWintercoat
|
id: BartenderWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterBar
|
outerClothing: ClothingOuterWinterBar
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -14,16 +14,19 @@
|
||||||
id: BotanistJumpsuit
|
id: BotanistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHydroponics
|
jumpsuit: ClothingUniformJumpsuitHydroponics
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BotanistJumpskirt
|
id: BotanistJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHydroponics
|
jumpsuit: ClothingUniformJumpskirtHydroponics
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BotanistOveralls
|
id: BotanistOveralls
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformOveralls
|
jumpsuit: ClothingUniformOveralls
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -51,3 +54,4 @@
|
||||||
id: BotanistWintercoat
|
id: BotanistWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterHydro
|
outerClothing: ClothingOuterWinterHydro
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -65,21 +65,25 @@
|
||||||
id: ChaplainJumpsuit
|
id: ChaplainJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChaplain
|
jumpsuit: ClothingUniformJumpsuitChaplain
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChaplainJumpskirt
|
id: ChaplainJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChaplain
|
jumpsuit: ClothingUniformJumpskirtChaplain
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChaplainRobesDark
|
id: ChaplainRobesDark
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitMonasticRobeDark
|
jumpsuit: ClothingUniformJumpsuitMonasticRobeDark
|
||||||
|
groupBy: "robes" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChaplainRobesLight
|
id: ChaplainRobesLight
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitMonasticRobeLight
|
jumpsuit: ClothingUniformJumpsuitMonasticRobeLight
|
||||||
|
groupBy: "robes" #DeltaV
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -132,7 +136,7 @@
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- BibleNanoTrasen
|
- BibleNanoTrasen
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BibleNarsie
|
id: BibleNarsie
|
||||||
storage:
|
storage:
|
||||||
|
|
|
||||||
|
|
@ -15,11 +15,13 @@
|
||||||
id: ChefJumpsuit
|
id: ChefJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChef
|
jumpsuit: ClothingUniformJumpsuitChef
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChefJumpskirt
|
id: ChefJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChef
|
jumpsuit: ClothingUniformJumpskirtChef
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Outer clothing
|
# Outer clothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -36,3 +38,4 @@
|
||||||
id: ChefWintercoat
|
id: ChefWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterChef
|
outerClothing: ClothingOuterWinterChef
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -14,16 +14,19 @@
|
||||||
id: ClownSuit
|
id: ClownSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitClown
|
jumpsuit: ClothingUniformJumpsuitClown
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: JesterSuit
|
id: JesterSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitJester
|
jumpsuit: ClothingUniformJumpsuitJester
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: JesterAltSuit
|
id: JesterAltSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitJesterAlt
|
jumpsuit: ClothingUniformJumpsuitJesterAlt
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -62,3 +65,4 @@
|
||||||
id: ClownWintercoat
|
id: ClownWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterClown
|
outerClothing: ClothingOuterWinterClown
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -18,27 +18,32 @@
|
||||||
id: JanitorJumpsuit
|
id: JanitorJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitJanitor
|
jumpsuit: ClothingUniformJumpsuitJanitor
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: JanitorJumpskirt
|
id: JanitorJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtJanitor
|
jumpsuit: ClothingUniformJumpskirtJanitor
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Gloves
|
# Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: JanitorRubberGloves
|
id: JanitorRubberGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesJanitor
|
gloves: ClothingHandsGlovesJanitor
|
||||||
|
groupBy: "glove" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeGloves
|
id: OrangeGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorOrange
|
gloves: ClothingHandsGlovesColorOrange
|
||||||
|
groupBy: "glove" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleGloves
|
id: PurpleGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorPurple
|
gloves: ClothingHandsGlovesColorPurple
|
||||||
|
groupBy: "glove" #DeltaV
|
||||||
|
|
||||||
|
|
||||||
# Outer clothing
|
# Outer clothing
|
||||||
|
|
@ -46,3 +51,4 @@
|
||||||
id: JanitorWintercoat
|
id: JanitorWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterJani
|
outerClothing: ClothingOuterWinterJani
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -3,51 +3,61 @@
|
||||||
id: LawyerJumpsuit
|
id: LawyerJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitLawyerBlack
|
jumpsuit: ClothingUniformJumpsuitLawyerBlack
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpskirt
|
id: LawyerJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtLawyerBlack
|
jumpsuit: ClothingUniformJumpskirtLawyerBlack
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpsuitBlue
|
id: LawyerJumpsuitBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitLawyerBlue
|
jumpsuit: ClothingUniformJumpsuitLawyerBlue
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpskirtBlue
|
id: LawyerJumpskirtBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtLawyerBlue
|
jumpsuit: ClothingUniformJumpskirtLawyerBlue
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpsuitPurple
|
id: LawyerJumpsuitPurple
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitLawyerPurple
|
jumpsuit: ClothingUniformJumpsuitLawyerPurple
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpskirtPurple
|
id: LawyerJumpskirtPurple
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtLawyerPurple
|
jumpsuit: ClothingUniformJumpskirtLawyerPurple
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpsuitRed
|
id: LawyerJumpsuitRed
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitLawyerRed
|
jumpsuit: ClothingUniformJumpsuitLawyerRed
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpskirtRed
|
id: LawyerJumpskirtRed
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtLawyerRed
|
jumpsuit: ClothingUniformJumpskirtLawyerRed
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpsuitGood
|
id: LawyerJumpsuitGood
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitLawyerGood
|
jumpsuit: ClothingUniformJumpsuitLawyerGood
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LawyerJumpskirtGood
|
id: LawyerJumpskirtGood
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtLawyerGood
|
jumpsuit: ClothingUniformJumpskirtLawyerGood
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,18 +3,22 @@
|
||||||
id: LibrarianJumpsuit
|
id: LibrarianJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitLibrarian
|
jumpsuit: ClothingUniformJumpsuitLibrarian
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LibrarianJumpskirt
|
id: LibrarianJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtLibrarian
|
jumpsuit: ClothingUniformJumpskirtLibrarian
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CuratorJumpsuit
|
id: CuratorJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCurator
|
jumpsuit: ClothingUniformJumpsuitCurator
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CuratorJumpskirt
|
id: CuratorJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCurator
|
jumpsuit: ClothingUniformJumpskirtCurator
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -35,11 +35,13 @@
|
||||||
id: MimeJumpsuit
|
id: MimeJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitMime
|
jumpsuit: ClothingUniformJumpsuitMime
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MimeJumpskirt
|
id: MimeJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtMime
|
jumpsuit: ClothingUniformJumpskirtMime
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -62,6 +64,7 @@
|
||||||
id: MimeWintercoat
|
id: MimeWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterMime
|
outerClothing: ClothingOuterWinterMime
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Belt
|
# Belt
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,14 +3,17 @@
|
||||||
id: MusicianJumpsuit
|
id: MusicianJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitMusician
|
jumpsuit: ClothingUniformJumpsuitMusician
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MusicianJumpskirt
|
id: MusicianJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtMusician
|
jumpsuit: ClothingUniformJumpskirtMusician
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Outerclothing
|
# Outerclothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MusicianWintercoat
|
id: MusicianWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterMusician
|
outerClothing: ClothingOuterWinterMusician
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -33,11 +33,13 @@
|
||||||
id: GreyJumpsuit
|
id: GreyJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorGrey
|
jumpsuit: ClothingUniformJumpsuitColorGrey
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyJumpskirt
|
id: GreyJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorGrey
|
jumpsuit: ClothingUniformJumpskirtColorGrey
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Rainbow
|
# Rainbow
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -47,6 +49,7 @@
|
||||||
proto: GreyTider
|
proto: GreyTider
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformColorRainbow
|
jumpsuit: ClothingUniformColorRainbow
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
# Rainbow Jumpskirt
|
# Rainbow Jumpskirt
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -56,6 +59,7 @@
|
||||||
proto: GreyTider
|
proto: GreyTider
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorRainbow
|
jumpsuit: ClothingUniformJumpskirtColorRainbow
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Ancient
|
# Ancient
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -110,14 +114,17 @@
|
||||||
id: PassengerWintercoat
|
id: PassengerWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCoat
|
outerClothing: ClothingOuterWinterCoat
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackShoes
|
id: BlackShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorBlack
|
shoes: ClothingShoesColorBlack
|
||||||
|
groupBy: "coloredshoe" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterBoots
|
id: WinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinter
|
shoes: ClothingShoesBootsWinter
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# For mantles
|
# For mantles
|
||||||
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
||||||
# id: MasterCap
|
# id: MasterCap
|
||||||
# effects:
|
# effects:
|
||||||
# - !type:JobRequirementLoadoutEffect
|
# - !type:JobRequirementLoadoutEffect
|
||||||
# requirement:
|
# requirement:
|
||||||
# !type:RoleTimeRequirement
|
# !type:RoleTimeRequirement
|
||||||
|
|
@ -13,21 +13,25 @@
|
||||||
id: CaptainJumpsuit
|
id: CaptainJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCaptain
|
jumpsuit: ClothingUniformJumpsuitCaptain
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CaptainJumpskirt
|
id: CaptainJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCaptain
|
jumpsuit: ClothingUniformJumpskirtCaptain
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CaptainFormalSuit
|
id: CaptainFormalSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCapFormal
|
jumpsuit: ClothingUniformJumpsuitCapFormal
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CaptainFormalSkirt
|
id: CaptainFormalSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCapFormalDress
|
jumpsuit: ClothingUniformJumpskirtCapFormalDress
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -77,3 +81,4 @@
|
||||||
id: CaptainWintercoat
|
id: CaptainWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCap
|
outerClothing: ClothingOuterWinterCap
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# For mantles
|
# For mantles
|
||||||
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
||||||
# id: MasterHoP
|
# id: MasterHoP
|
||||||
# effects:
|
# effects:
|
||||||
# - !type:JobRequirementLoadoutEffect
|
# - !type:JobRequirementLoadoutEffect
|
||||||
# requirement:
|
# requirement:
|
||||||
# !type:RoleTimeRequirement
|
# !type:RoleTimeRequirement
|
||||||
|
|
@ -23,11 +23,13 @@
|
||||||
id: HoPJumpsuit
|
id: HoPJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHoP
|
jumpsuit: ClothingUniformJumpsuitHoP
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HoPJumpskirt
|
id: HoPJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHoP
|
jumpsuit: ClothingUniformJumpskirtHoP
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -65,3 +67,4 @@
|
||||||
id: HoPWintercoat
|
id: HoPWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterHoP
|
outerClothing: ClothingOuterWinterHoP
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -3,16 +3,19 @@
|
||||||
id: AtmosphericTechnicianJumpsuit
|
id: AtmosphericTechnicianJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitAtmos
|
jumpsuit: ClothingUniformJumpsuitAtmos
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: AtmosphericTechnicianJumpskirt
|
id: AtmosphericTechnicianJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtAtmos
|
jumpsuit: ClothingUniformJumpskirtAtmos
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: AtmosphericTechnicianJumpsuitCasual
|
id: AtmosphericTechnicianJumpsuitCasual
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitAtmosCasual
|
jumpsuit: ClothingUniformJumpsuitAtmosCasual
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -35,9 +38,11 @@
|
||||||
id: AtmosphericTechnicianWintercoat
|
id: AtmosphericTechnicianWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterAtmos
|
outerClothing: ClothingOuterWinterAtmos
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteShoes
|
id: WhiteShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorWhite
|
shoes: ClothingShoesColorWhite
|
||||||
|
groupBy: "coloredshoe" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# For mantles
|
# For mantles
|
||||||
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
||||||
# id: MasterCE
|
# id: MasterCE
|
||||||
# effects:
|
# effects:
|
||||||
# - !type:JobRequirementLoadoutEffect
|
# - !type:JobRequirementLoadoutEffect
|
||||||
# requirement:
|
# requirement:
|
||||||
# !type:RoleTimeRequirement
|
# !type:RoleTimeRequirement
|
||||||
|
|
@ -13,21 +13,25 @@
|
||||||
id: ChiefEngineerJumpsuit
|
id: ChiefEngineerJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChiefEngineer
|
jumpsuit: ClothingUniformJumpsuitChiefEngineer
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefEngineerJumpskirt
|
id: ChiefEngineerJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChiefEngineer
|
jumpsuit: ClothingUniformJumpskirtChiefEngineer
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefEngineerTurtleneck
|
id: ChiefEngineerTurtleneck
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChiefEngineerTurtle
|
jumpsuit: ClothingUniformJumpsuitChiefEngineerTurtle
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefEngineerTurtleneckSkirt
|
id: ChiefEngineerTurtleneckSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChiefEngineerTurtle
|
jumpsuit: ClothingUniformJumpskirtChiefEngineerTurtle
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -55,14 +59,17 @@
|
||||||
id: ChiefEngineerWintercoat
|
id: ChiefEngineerWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCE
|
outerClothing: ClothingOuterWinterCE
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownShoes
|
id: BrownShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorBrown
|
shoes: ClothingShoesColorBrown
|
||||||
|
groupBy: "coloredshoe" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefEngineerWinterBoots
|
id: ChiefEngineerWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterChiefEngineer
|
shoes: ClothingShoesBootsWinterChiefEngineer
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -52,16 +52,19 @@
|
||||||
id: StationEngineerJumpsuit
|
id: StationEngineerJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitEngineering
|
jumpsuit: ClothingUniformJumpsuitEngineering
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: StationEngineerJumpskirt
|
id: StationEngineerJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtEngineering
|
jumpsuit: ClothingUniformJumpskirtEngineering
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: StationEngineerHazardsuit
|
id: StationEngineerHazardsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitEngineeringHazard
|
jumpsuit: ClothingUniformJumpsuitEngineeringHazard
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorEngineerJumpsuit
|
id: SeniorEngineerJumpsuit
|
||||||
|
|
@ -111,6 +114,7 @@
|
||||||
id: EngineeringWinterBoots
|
id: EngineeringWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterEngi
|
shoes: ClothingShoesBootsWinterEngi
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
||||||
# ID
|
# ID
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@
|
||||||
id: YellowJumpsuit
|
id: YellowJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorYellow
|
jumpsuit: ClothingUniformJumpsuitColorYellow
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: YellowJumpskirt
|
id: YellowJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorYellow
|
jumpsuit: ClothingUniformJumpskirtColorYellow
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,13 @@
|
||||||
id: ChemistJumpsuit
|
id: ChemistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChemistry
|
jumpsuit: ClothingUniformJumpsuitChemistry
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistJumpskirt
|
id: ChemistJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChemistry
|
jumpsuit: ClothingUniformJumpskirtChemistry
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -30,8 +32,10 @@
|
||||||
id: ChemistLabCoat
|
id: ChemistLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabChem
|
outerClothing: ClothingOuterCoatLabChem
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistWintercoat
|
id: ChemistWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterChem
|
outerClothing: ClothingOuterWinterChem
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -13,21 +13,25 @@
|
||||||
id: ChiefMedicalOfficerJumpsuit
|
id: ChiefMedicalOfficerJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCMO
|
jumpsuit: ClothingUniformJumpsuitCMO
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerJumpskirt
|
id: ChiefMedicalOfficerJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCMO
|
jumpsuit: ClothingUniformJumpskirtCMO
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerTurtleneckJumpsuit
|
id: ChiefMedicalOfficerTurtleneckJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCMOTurtle
|
jumpsuit: ClothingUniformJumpsuitCMOTurtle
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerTurtleneckJumpskirt
|
id: ChiefMedicalOfficerTurtleneckJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCMOTurtle
|
jumpsuit: ClothingUniformJumpskirtCMOTurtle
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -56,8 +60,10 @@
|
||||||
id: ChiefMedicalOfficerLabCoat
|
id: ChiefMedicalOfficerLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabCmo
|
outerClothing: ClothingOuterCoatLabCmo
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerWintercoat
|
id: ChiefMedicalOfficerWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCMO
|
outerClothing: ClothingOuterWinterCMO
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -56,16 +56,19 @@
|
||||||
id: BlueSurgeryCap
|
id: BlueSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapBlue
|
head: ClothingHeadHatSurgcapBlue
|
||||||
|
groupBy: "scrubs" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenSurgeryCap
|
id: GreenSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapGreen
|
head: ClothingHeadHatSurgcapGreen
|
||||||
|
groupBy: "scrubs" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleSurgeryCap
|
id: PurpleSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapPurple
|
head: ClothingHeadHatSurgcapPurple
|
||||||
|
groupBy: "scrubs" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: NurseHat
|
id: NurseHat
|
||||||
|
|
@ -77,11 +80,13 @@
|
||||||
id: MedicalDoctorJumpsuit
|
id: MedicalDoctorJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitMedicalDoctor
|
jumpsuit: ClothingUniformJumpsuitMedicalDoctor
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalDoctorJumpskirt
|
id: MedicalDoctorJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtMedicalDoctor
|
jumpsuit: ClothingUniformJumpskirtMedicalDoctor
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorPhysicianJumpsuit
|
id: SeniorPhysicianJumpsuit
|
||||||
|
|
@ -90,6 +95,7 @@
|
||||||
proto: SeniorPhysician
|
proto: SeniorPhysician
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
|
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorPhysicianJumpskirt
|
id: SeniorPhysicianJumpskirt
|
||||||
|
|
@ -98,21 +104,25 @@
|
||||||
proto: SeniorPhysician
|
proto: SeniorPhysician
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSeniorPhysician
|
jumpsuit: ClothingUniformJumpskirtSeniorPhysician
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalBlueScrubs
|
id: MedicalBlueScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorBlue
|
jumpsuit: UniformScrubsColorBlue
|
||||||
|
groupBy: "scrubs" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalGreenScrubs
|
id: MedicalGreenScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorGreen
|
jumpsuit: UniformScrubsColorGreen
|
||||||
|
groupBy: "scrubs" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalPurpleScrubs
|
id: MedicalPurpleScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorPurple
|
jumpsuit: UniformScrubsColorPurple
|
||||||
|
groupBy: "scrubs" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -135,6 +145,7 @@
|
||||||
id: MedicalDoctorWintercoat
|
id: MedicalDoctorWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterMed
|
outerClothing: ClothingOuterWinterMed
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorPhysicianLabCoat
|
id: SeniorPhysicianLabCoat
|
||||||
|
|
@ -143,12 +154,14 @@
|
||||||
proto: SeniorPhysician
|
proto: SeniorPhysician
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabSeniorPhysician
|
outerClothing: ClothingOuterCoatLabSeniorPhysician
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalWinterBoots
|
id: MedicalWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterMed
|
shoes: ClothingShoesBootsWinterMed
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
||||||
# ID
|
# ID
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -169,6 +182,7 @@
|
||||||
id: NitrileGloves
|
id: NitrileGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesNitrile
|
gloves: ClothingHandsGlovesNitrile
|
||||||
|
groupBy: "glove" #DeltaV
|
||||||
|
|
||||||
#Masks
|
#Masks
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,10 @@
|
||||||
id: WhiteJumpsuit
|
id: WhiteJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorWhite
|
jumpsuit: ClothingUniformJumpsuitColorWhite
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteJumpskirt
|
id: WhiteJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorWhite
|
jumpsuit: ClothingUniformJumpskirtColorWhite
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,13 @@
|
||||||
id: ParamedicJumpsuit
|
id: ParamedicJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitParamedic
|
jumpsuit: ClothingUniformJumpsuitParamedic
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ParamedicJumpskirt
|
id: ParamedicJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtParamedic
|
jumpsuit: ClothingUniformJumpskirtParamedic
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Outer clothing
|
# Outer clothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -25,9 +27,11 @@
|
||||||
id: ParamedicWintercoat
|
id: ParamedicWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterPara
|
outerClothing: ClothingOuterWinterPara
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueShoes
|
id: BlueShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorBlue
|
shoes: ClothingShoesColorBlue
|
||||||
|
groupBy: "coloredshoe" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
#- type: loadoutEffectGroup # DeltaV - No time requirement
|
||||||
# id: MasterRD
|
# id: MasterRD
|
||||||
# effects:
|
# effects:
|
||||||
# - !type:JobRequirementLoadoutEffect
|
# - !type:JobRequirementLoadoutEffect
|
||||||
# requirement:
|
# requirement:
|
||||||
# !type:RoleTimeRequirement
|
# !type:RoleTimeRequirement
|
||||||
# role: JobResearchDirector
|
# role: JobResearchDirector
|
||||||
|
|
@ -31,19 +31,23 @@
|
||||||
id: ResearchDirectorJumpsuit
|
id: ResearchDirectorJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitResearchDirector
|
jumpsuit: ClothingUniformJumpsuitResearchDirector
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ResearchDirectorJumpskirt
|
id: ResearchDirectorJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtResearchDirector
|
jumpsuit: ClothingUniformJumpskirtResearchDirector
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ResearchDirectorLabCoat
|
id: ResearchDirectorLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatRD
|
outerClothing: ClothingOuterCoatRD
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ResearchDirectorWintercoat
|
id: ResearchDirectorWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterRD
|
outerClothing: ClothingOuterWinterRD
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
id: SkullBandana
|
id: SkullBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandSkull
|
head: ClothingHeadBandSkull
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
|
|
||||||
|
|
@ -38,12 +39,14 @@
|
||||||
id: ScientistTie
|
id: ScientistTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieSci
|
neck: ClothingNeckTieSci
|
||||||
|
groupBy: "necktie" #DeltaV
|
||||||
|
|
||||||
# Jumpsuit
|
# Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScientistJumpsuit
|
id: ScientistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitScientist
|
jumpsuit: ClothingUniformJumpsuitScientist
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScientistJumpskirt
|
id: ScientistJumpskirt
|
||||||
|
|
@ -54,11 +57,13 @@
|
||||||
id: RoboticistJumpsuit
|
id: RoboticistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitRoboticist
|
jumpsuit: ClothingUniformJumpsuitRoboticist
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RoboticistJumpskirt
|
id: RoboticistJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtRoboticist
|
jumpsuit: ClothingUniformJumpskirtRoboticist
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorResearcherJumpsuit
|
id: SeniorResearcherJumpsuit
|
||||||
|
|
@ -67,6 +72,7 @@
|
||||||
proto: SeniorResearcher
|
proto: SeniorResearcher
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSeniorResearcher
|
jumpsuit: ClothingUniformJumpsuitSeniorResearcher
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorResearcherJumpskirt
|
id: SeniorResearcherJumpskirt
|
||||||
|
|
@ -75,6 +81,7 @@
|
||||||
proto: SeniorResearcher
|
proto: SeniorResearcher
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSeniorResearcher
|
jumpsuit: ClothingUniformJumpskirtSeniorResearcher
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -97,26 +104,31 @@
|
||||||
id: RegularLabCoat
|
id: RegularLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLab
|
outerClothing: ClothingOuterCoatLab
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScienceLabCoat
|
id: ScienceLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatRnd
|
outerClothing: ClothingOuterCoatRnd
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScienceWintercoat
|
id: ScienceWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterSci
|
outerClothing: ClothingOuterWinterSci
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RoboticistLabCoat
|
id: RoboticistLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatRobo
|
outerClothing: ClothingOuterCoatRobo
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RoboticistWintercoat
|
id: RoboticistWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterRobo
|
outerClothing: ClothingOuterWinterRobo
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorResearcherLabCoat
|
id: SeniorResearcherLabCoat
|
||||||
|
|
@ -125,23 +137,27 @@
|
||||||
proto: SeniorResearcher
|
proto: SeniorResearcher
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabSeniorResearcher
|
outerClothing: ClothingOuterCoatLabSeniorResearcher
|
||||||
|
groupBy: "labcoat" #DeltaV
|
||||||
|
|
||||||
# Gloves
|
# Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LatexGloves
|
id: LatexGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesLatex
|
gloves: ClothingHandsGlovesLatex
|
||||||
|
groupBy: "glove" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RobohandsGloves
|
id: RobohandsGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesRobohands
|
gloves: ClothingHandsGlovesRobohands
|
||||||
|
groupBy: "glove" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScienceWinterBoots
|
id: ScienceWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterSci
|
shoes: ClothingShoesBootsWinterSci
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
||||||
# ID
|
# ID
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -14,27 +14,32 @@
|
||||||
id: DetectiveTie
|
id: DetectiveTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieDet
|
neck: ClothingNeckTieDet
|
||||||
|
groupBy: "necktie" #DeltaV
|
||||||
|
|
||||||
# Jumpsuit
|
# Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DetectiveJumpsuit
|
id: DetectiveJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitDetective
|
jumpsuit: ClothingUniformJumpsuitDetective
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DetectiveJumpskirt
|
id: DetectiveJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtDetective
|
jumpsuit: ClothingUniformJumpskirtDetective
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: NoirJumpsuit
|
id: NoirJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitDetectiveGrey
|
jumpsuit: ClothingUniformJumpsuitDetectiveGrey
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: NoirJumpskirt
|
id: NoirJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtDetectiveGrey
|
jumpsuit: ClothingUniformJumpskirtDetectiveGrey
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -85,3 +85,4 @@
|
||||||
#End DeltaV additions
|
#End DeltaV additions
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterHoS
|
outerClothing: ClothingOuterWinterHoS
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@
|
||||||
id: RedJumpsuit
|
id: RedJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorRed
|
jumpsuit: ClothingUniformJumpsuitColorRed
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedJumpskirt
|
id: RedJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorRed
|
jumpsuit: ClothingUniformJumpskirtColorRed
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -34,21 +34,25 @@
|
||||||
id: SecurityJumpsuit
|
id: SecurityJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSec
|
jumpsuit: ClothingUniformJumpsuitSec
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SecurityJumpskirt
|
id: SecurityJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSec
|
jumpsuit: ClothingUniformJumpskirtSec
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SecurityJumpsuitGrey
|
id: SecurityJumpsuitGrey
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSecGrey
|
jumpsuit: ClothingUniformJumpsuitSecGrey
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SecurityJumpskirtGrey
|
id: SecurityJumpskirtGrey
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSecGrey
|
jumpsuit: ClothingUniformJumpskirtSecGrey
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorOfficerJumpsuit
|
id: SeniorOfficerJumpsuit
|
||||||
|
|
@ -57,6 +61,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSeniorOfficer
|
jumpsuit: ClothingUniformJumpsuitSeniorOfficer
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorOfficerJumpskirt
|
id: SeniorOfficerJumpskirt
|
||||||
|
|
@ -65,6 +70,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSeniorOfficer
|
jumpsuit: ClothingUniformJumpskirtSeniorOfficer
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -108,6 +114,7 @@
|
||||||
id: SecurityOfficerWintercoat
|
id: SecurityOfficerWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterSec
|
outerClothing: ClothingOuterWinterSec
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -124,6 +131,7 @@
|
||||||
id: SecurityWinterBoots
|
id: SecurityWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterSecFilled
|
shoes: ClothingShoesBootsWinterSecFilled
|
||||||
|
groupBy: "winterboots" #DeltaV
|
||||||
|
|
||||||
# PDA
|
# PDA
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,13 @@
|
||||||
id: WardenJumpsuit
|
id: WardenJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitWarden
|
jumpsuit: ClothingUniformJumpsuitWarden
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenJumpskirt
|
id: WardenJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtWarden
|
jumpsuit: ClothingUniformJumpskirtWarden
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -37,3 +39,4 @@
|
||||||
time: 72000 # 20hr
|
time: 72000 # 20hr
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterWarden
|
outerClothing: ClothingOuterWinterWarden
|
||||||
|
groupBy: "wintercoat" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@
|
||||||
id: PsychologistJumpsuit
|
id: PsychologistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitPsychologist
|
jumpsuit: ClothingUniformJumpsuitPsychologist
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PsychologistJumpskirt
|
id: PsychologistJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtPsychologist
|
jumpsuit: ClothingUniformJumpskirtPsychologist
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@
|
||||||
id: ReporterJumpsuit
|
id: ReporterJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitReporter
|
jumpsuit: ClothingUniformJumpsuitReporter
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: JournalistJumpsuit
|
id: JournalistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitJournalist
|
jumpsuit: ClothingUniformJumpsuitJournalist
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -34,12 +34,14 @@
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- PlushieLizard
|
- PlushieLizard
|
||||||
|
groupBy: "plushie" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PlushieSpaceLizard
|
id: PlushieSpaceLizard
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- PlushieSpaceLizard
|
- PlushieSpaceLizard
|
||||||
|
groupBy: "plushie" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ThreeCandles
|
id: ThreeCandles
|
||||||
|
|
|
||||||
|
|
@ -3,16 +3,19 @@
|
||||||
id: ClothingUniformJumpsuitCargoTechOveralls
|
id: ClothingUniformJumpsuitCargoTechOveralls
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCargoTechOveralls
|
jumpsuit: ClothingUniformJumpsuitCargoTechOveralls
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformJumpsuitCargoTechPants
|
id: ClothingUniformJumpsuitCargoTechPants
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCargoTechPants
|
jumpsuit: ClothingUniformJumpsuitCargoTechPants
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformJumpskirtCargoTechRomper
|
id: ClothingUniformJumpskirtCargoTechRomper
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCargoTechRomper
|
jumpsuit: ClothingUniformJumpskirtCargoTechRomper
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# PDA
|
# PDA
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,13 @@
|
||||||
id: CourierJumpsuit
|
id: CourierJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformCourier
|
jumpsuit: ClothingUniformCourier
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CourierJumpskirt
|
id: CourierJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformSkirtCourier
|
jumpsuit: ClothingUniformSkirtCourier
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Backpack
|
# Backpack
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
id: QuartermasterFormalDress
|
id: QuartermasterFormalDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtQMFormal
|
jumpsuit: ClothingUniformJumpskirtQMFormal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -15,9 +16,10 @@
|
||||||
id: QuartermasterLongcoat
|
id: QuartermasterLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatQM
|
outerClothing: ClothingLongcoatQM
|
||||||
|
groupBy: "longcoat"
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: QuartermasterWinterBoots
|
id: QuartermasterWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterLogisticsOfficer
|
shoes: ClothingShoesBootsWinterLogisticsOfficer
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
id: SalvageWinterBoots
|
id: SalvageWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterMiner
|
shoes: ClothingShoesBootsWinterMiner
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@
|
||||||
id: BotanistJumpskirtOveralls
|
id: BotanistJumpskirtOveralls
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtOveralls
|
jumpsuit: ClothingUniformJumpskirtOveralls
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
id: MimeWintercoatLong
|
id: MimeWintercoatLong
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterLongMime
|
outerClothing: ClothingOuterWinterLongMime
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
# Mask
|
# Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -32,42 +32,49 @@
|
||||||
id: BlackBandana
|
id: BlackBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandBlack
|
head: ClothingHeadBandBlack
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Blue Bandana Head
|
## Blue Bandana Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueBandana
|
id: BlueBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandBlue
|
head: ClothingHeadBandBlue
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Gold Bandana Head
|
## Gold Bandana Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GoldBandana
|
id: GoldBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandGold
|
head: ClothingHeadBandGold
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Green Bandana Head
|
## Green Bandana Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenBandana
|
id: GreenBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandGreen
|
head: ClothingHeadBandGreen
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Grey Bandana Head
|
## Grey Bandana Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyBandana
|
id: GreyBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandGrey
|
head: ClothingHeadBandGrey
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Red Bandana Head
|
## Red Bandana Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedBandana
|
id: RedBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandRed
|
head: ClothingHeadBandRed
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Brown Bandana Head
|
## Brown Bandana Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownBandana
|
id: BrownBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandBrown
|
head: ClothingHeadBandBrown
|
||||||
|
groupBy: "headband"
|
||||||
|
|
||||||
## Beret
|
## Beret
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -80,84 +87,98 @@
|
||||||
id: BrownFedora
|
id: BrownFedora
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFedoraBrown
|
head: ClothingHeadHatFedoraBrown
|
||||||
|
groupBy: "fedora"
|
||||||
|
|
||||||
## Grey Fedora
|
## Grey Fedora
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyFedora
|
id: GreyFedora
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFedoraGrey
|
head: ClothingHeadHatFedoraGrey
|
||||||
|
groupBy: "fedora"
|
||||||
|
|
||||||
## Black Fedora
|
## Black Fedora
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackFedora
|
id: BlackFedora
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFedoraBlack
|
head: ClothingHeadHatFedoraBlack
|
||||||
|
groupBy: "fedora"
|
||||||
|
|
||||||
## Chocolate Fedora
|
## Chocolate Fedora
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChocFedora
|
id: ChocFedora
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFedoraChoc
|
head: ClothingHeadHatFedoraChoc
|
||||||
|
groupBy: "fedora"
|
||||||
|
|
||||||
## White Fedora
|
## White Fedora
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteFedora
|
id: WhiteFedora
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFedoraWhite
|
head: ClothingHeadHatFedoraWhite
|
||||||
|
groupBy: "fedora"
|
||||||
|
|
||||||
## Grey Flat Cap
|
## Grey Flat Cap
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyFlatCap
|
id: GreyFlatCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatGreyFlatcap
|
head: ClothingHeadHatGreyFlatcap
|
||||||
|
groupBy: "flatcap"
|
||||||
|
|
||||||
## Black Flat Cap
|
## Black Flat Cap
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackFlatCap
|
id: BlackFlatCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFlatBlack
|
head: ClothingHeadHatFlatBlack
|
||||||
|
groupBy: "flatcap"
|
||||||
|
|
||||||
## Brown Flat Cap
|
## Brown Flat Cap
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownFlatCap
|
id: BrownFlatCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatFlatBrown
|
head: ClothingHeadHatFlatBrown
|
||||||
|
groupBy: "flatcap"
|
||||||
|
|
||||||
## Brown Cowboy Hat
|
## Brown Cowboy Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownCowboyHat
|
id: BrownCowboyHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatCowboyBrown
|
head: ClothingHeadHatCowboyBrown
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## Black Cowboy Hat
|
## Black Cowboy Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackCowboyHat
|
id: BlackCowboyHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatCowboyBlack
|
head: ClothingHeadHatCowboyBlack
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## Grey Cowboy Hat
|
## Grey Cowboy Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyCowboyHat
|
id: GreyCowboyHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatCowboyGrey
|
head: ClothingHeadHatCowboyGrey
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## Red Cowboy Hat
|
## Red Cowboy Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedCowboyHat
|
id: RedCowboyHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatCowboyRed
|
head: ClothingHeadHatCowboyRed
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## White Cowboy Hat
|
## White Cowboy Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteCowboyHat
|
id: WhiteCowboyHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatCowboyWhite
|
head: ClothingHeadHatCowboyWhite
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## Bounty Hunter Hat
|
## Bounty Hunter Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BountyHunterHat
|
id: BountyHunterHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatCowboyBountyHunter
|
head: ClothingHeadHatCowboyBountyHunter
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## Straw hat
|
## Straw hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -176,6 +197,7 @@
|
||||||
id: OutlawHat
|
id: OutlawHat
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatOutlawHat
|
head: ClothingHeadHatOutlawHat
|
||||||
|
groupBy: "cowboyhat"
|
||||||
|
|
||||||
## Witch Hat
|
## Witch Hat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -195,48 +217,56 @@
|
||||||
id: BlackBandanaMask
|
id: BlackBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandBlack
|
mask: ClothingMaskBandBlack
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Blue Bandana Mask
|
## Blue Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueBandanaMask
|
id: BlueBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandBlue
|
mask: ClothingMaskBandBlue
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Gold Bandana Mask
|
## Gold Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GoldBandanaMask
|
id: GoldBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandGold
|
mask: ClothingMaskBandGold
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Green Bandana Mask
|
## Green Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenBandanaMask
|
id: GreenBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandGreen
|
mask: ClothingMaskBandGreen
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Grey Bandana Mask
|
## Grey Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyBandanaMask
|
id: GreyBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandGrey
|
mask: ClothingMaskBandGrey
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Red Bandana Mask
|
## Red Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedBandanaMask
|
id: RedBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandRed
|
mask: ClothingMaskBandRed
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Brown Bandana Mask
|
## Brown Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownBandanaMask
|
id: BrownBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandBrown
|
mask: ClothingMaskBandBrown
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
## Skull Bandana Mask
|
## Skull Bandana Mask
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SkullBandanaMask
|
id: SkullBandanaMask
|
||||||
equipment:
|
equipment:
|
||||||
mask: ClothingMaskBandSkull
|
mask: ClothingMaskBandSkull
|
||||||
|
groupBy: "bandana"
|
||||||
|
|
||||||
# Jumpsuit
|
# Jumpsuit
|
||||||
## Black Jumpsuit
|
## Black Jumpsuit
|
||||||
|
|
@ -244,177 +274,209 @@
|
||||||
id: BlackJumpsuit
|
id: BlackJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorBlack
|
jumpsuit: ClothingUniformJumpsuitColorBlack
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackJumpskirt
|
id: BlackJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorBlack
|
jumpsuit: ClothingUniformJumpskirtColorBlack
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Blue Jumpsuit
|
## Blue Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueJumpsuit
|
id: BlueJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueJumpskirt
|
id: BlueJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorBlue
|
jumpsuit: ClothingUniformJumpskirtColorBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Dark Blue Jumpsuit
|
## Dark Blue Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DarkBlueJumpsuit
|
id: DarkBlueJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorDarkBlue
|
jumpsuit: ClothingUniformJumpsuitColorDarkBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DarkBlueJumpskirt
|
id: DarkBlueJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorDarkBlue
|
jumpsuit: ClothingUniformJumpskirtColorDarkBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Teal Jumpsuit
|
## Teal Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: TealJumpsuit
|
id: TealJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorTeal
|
jumpsuit: ClothingUniformJumpsuitColorTeal
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: TealJumpskirt
|
id: TealJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorTeal
|
jumpsuit: ClothingUniformJumpskirtColorTeal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Green Jumpsuit
|
## Green Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenJumpsuit
|
id: GreenJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorGreen
|
jumpsuit: ClothingUniformJumpsuitColorGreen
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenJumpskirt
|
id: GreenJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorGreen
|
jumpsuit: ClothingUniformJumpskirtColorGreen
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Dark Green Jumpsuit
|
## Dark Green Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DarkGreenJumpsuit
|
id: DarkGreenJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorDarkGreen
|
jumpsuit: ClothingUniformJumpsuitColorDarkGreen
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DarkGreenJumpskirt
|
id: DarkGreenJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorDarkGreen
|
jumpsuit: ClothingUniformJumpskirtColorDarkGreen
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Orange Jumpsuit
|
## Orange Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeJumpsuit
|
id: OrangeJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorOrange
|
jumpsuit: ClothingUniformJumpsuitColorOrange
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeJumpskirt
|
id: OrangeJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorOrange
|
jumpsuit: ClothingUniformJumpskirtColorOrange
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Pink Jumpsuit
|
## Pink Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PinkJumpsuit
|
id: PinkJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorPink
|
jumpsuit: ClothingUniformJumpsuitColorPink
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PinkJumpskirt
|
id: PinkJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorPink
|
jumpsuit: ClothingUniformJumpskirtColorPink
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Purple Jumpsuit
|
## Purple Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleJumpsuit
|
id: PurpleJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorPurple
|
jumpsuit: ClothingUniformJumpsuitColorPurple
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleJumpskirt
|
id: PurpleJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorPurple
|
jumpsuit: ClothingUniformJumpskirtColorPurple
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Light Brown Jumpsuit
|
## Light Brown Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LightBrownJumpsuit
|
id: LightBrownJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorLightBrown
|
jumpsuit: ClothingUniformJumpsuitColorLightBrown
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LightBrownJumpskirt
|
id: LightBrownJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorLightBrown
|
jumpsuit: ClothingUniformJumpskirtColorLightBrown
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Brown Jumpsuit
|
## Brown Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownJumpsuit
|
id: BrownJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorBrown
|
jumpsuit: ClothingUniformJumpsuitColorBrown
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownJumpskirt
|
id: BrownJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorBrown
|
jumpsuit: ClothingUniformJumpskirtColorBrown
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Maroon Jumpsuit
|
## Maroon Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MaroonJumpsuit
|
id: MaroonJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorMaroon
|
jumpsuit: ClothingUniformJumpsuitColorMaroon
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MaroonJumpskirt
|
id: MaroonJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtColorMaroon
|
jumpsuit: ClothingUniformJumpskirtColorMaroon
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
## Rose Hoodie w/ Skirt
|
## Rose Hoodie w/ Skirt
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MioSkirt
|
id: MioSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingCostumeMioSkirt
|
jumpsuit: ClothingCostumeMioSkirt
|
||||||
|
groupBy: "hoodie"
|
||||||
|
|
||||||
## Turqoise Hoodie w/ Shorts
|
## Turqoise Hoodie w/ Shorts
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: NaotaHoodie
|
id: NaotaHoodie
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingCostumeNaota
|
jumpsuit: ClothingCostumeNaota
|
||||||
|
groupBy: "hoodie"
|
||||||
|
|
||||||
## Casual Red
|
## Casual Red
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CasualRedSkirt
|
id: CasualRedSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCasualRed
|
jumpsuit: ClothingUniformJumpskirtCasualRed
|
||||||
|
groupBy: "casualjumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CasualRedSuit
|
id: CasualRedSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCasualRed
|
jumpsuit: ClothingUniformJumpsuitCasualRed
|
||||||
|
groupBy: "casualjumpsuit"
|
||||||
|
|
||||||
## Casual Blue
|
## Casual Blue
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CasualBlueSkirt
|
id: CasualBlueSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCasualBlue
|
jumpsuit: ClothingUniformJumpskirtCasualBlue
|
||||||
|
groupBy: "casualjumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CasualBlueSuit
|
id: CasualBlueSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCasualBlue
|
jumpsuit: ClothingUniformJumpsuitCasualBlue
|
||||||
|
groupBy: "casualjumpsuit"
|
||||||
|
|
||||||
## Casual Purple
|
## Casual Purple
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CasualPurpleSkirt
|
id: CasualPurpleSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCasualPurple
|
jumpsuit: ClothingUniformJumpskirtCasualPurple
|
||||||
|
groupBy: "casualjumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CasualPurpleSuit
|
id: CasualPurpleSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitCasualPurple
|
jumpsuit: ClothingUniformJumpsuitCasualPurple
|
||||||
|
groupBy: "casualjumpsuit"
|
||||||
|
|
||||||
# Elegant dresses
|
# Elegant dresses
|
||||||
## Black elegant dress
|
## Black elegant dress
|
||||||
|
|
@ -422,30 +484,35 @@
|
||||||
id: BlackElegantDress
|
id: BlackElegantDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtBlackElegantDress
|
jumpsuit: ClothingUniformJumpskirtBlackElegantDress
|
||||||
|
groupBy: "elegantdress"
|
||||||
|
|
||||||
## Red Elegant Dress
|
## Red Elegant Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedElegantDress
|
id: RedElegantDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtRedElegantDress
|
jumpsuit: ClothingUniformJumpskirtRedElegantDress
|
||||||
|
groupBy: "elegantdress"
|
||||||
|
|
||||||
## Green Elegant Dress
|
## Green Elegant Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenElegantDress
|
id: GreenElegantDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtGreenElegantDress
|
jumpsuit: ClothingUniformJumpskirtGreenElegantDress
|
||||||
|
groupBy: "elegantdress"
|
||||||
|
|
||||||
## Blue Elegant Dress
|
## Blue Elegant Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueElegantDress
|
id: BlueElegantDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtBlueElegantDress
|
jumpsuit: ClothingUniformJumpskirtBlueElegantDress
|
||||||
|
groupBy: "elegantdress"
|
||||||
|
|
||||||
## Purple Elegant Dress
|
## Purple Elegant Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleElegantDress
|
id: PurpleElegantDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtPurpleElegantDress
|
jumpsuit: ClothingUniformJumpskirtPurpleElegantDress
|
||||||
|
groupBy: "elegantdress"
|
||||||
|
|
||||||
# Striped Dresses
|
# Striped Dresses
|
||||||
## Cyan Striped Dress
|
## Cyan Striped Dress
|
||||||
|
|
@ -453,30 +520,35 @@
|
||||||
id: CyanStripedDress
|
id: CyanStripedDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCyanStripedDress
|
jumpsuit: ClothingUniformJumpskirtCyanStripedDress
|
||||||
|
groupBy: "stripedress"
|
||||||
|
|
||||||
## Red Striped Dress
|
## Red Striped Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedStripedDress
|
id: RedStripedDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtRedStripedDress
|
jumpsuit: ClothingUniformJumpskirtRedStripedDress
|
||||||
|
groupBy: "stripedress"
|
||||||
|
|
||||||
## Green Striped Dress
|
## Green Striped Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenStripedDress
|
id: GreenStripedDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtGreenStripedDress
|
jumpsuit: ClothingUniformJumpskirtGreenStripedDress
|
||||||
|
groupBy: "stripedress"
|
||||||
|
|
||||||
## Pink Striped Dress
|
## Pink Striped Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PinkStripedDress
|
id: PinkStripedDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtPinkStripedDress
|
jumpsuit: ClothingUniformJumpskirtPinkStripedDress
|
||||||
|
groupBy: "stripedress"
|
||||||
|
|
||||||
## Orange Striped Dress
|
## Orange Striped Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeStripedDress
|
id: OrangeStripedDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtOrangeStripedDress
|
jumpsuit: ClothingUniformJumpskirtOrangeStripedDress
|
||||||
|
groupBy: "stripedress"
|
||||||
|
|
||||||
# Turtleneck Dresses
|
# Turtleneck Dresses
|
||||||
## Purple Turtleneck Dress
|
## Purple Turtleneck Dress
|
||||||
|
|
@ -484,30 +556,35 @@
|
||||||
id: PurpleTurtleneckDress
|
id: PurpleTurtleneckDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtPurpleTurtleneckDress
|
jumpsuit: ClothingUniformJumpskirtPurpleTurtleneckDress
|
||||||
|
groupBy: "turtleneckdress"
|
||||||
|
|
||||||
## Red Turtleneck Dress
|
## Red Turtleneck Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedTurtleneckDress
|
id: RedTurtleneckDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtRedTurtleneckDress
|
jumpsuit: ClothingUniformJumpskirtRedTurtleneckDress
|
||||||
|
groupBy: "turtleneckdress"
|
||||||
|
|
||||||
## Green Turtleneck Dress
|
## Green Turtleneck Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenTurtleneckDress
|
id: GreenTurtleneckDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtGreenTurtleneckDress
|
jumpsuit: ClothingUniformJumpskirtGreenTurtleneckDress
|
||||||
|
groupBy: "turtleneckdress"
|
||||||
|
|
||||||
## Blue Turtleneck Dress
|
## Blue Turtleneck Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueTurtleneckDress
|
id: BlueTurtleneckDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtBlueTurtleneckDress
|
jumpsuit: ClothingUniformJumpskirtBlueTurtleneckDress
|
||||||
|
groupBy: "turtleneckdress"
|
||||||
|
|
||||||
## Yellow Turtleneck Dress
|
## Yellow Turtleneck Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: YellowTurtleneckDress
|
id: YellowTurtleneckDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtYellowTurtleneckDress
|
jumpsuit: ClothingUniformJumpskirtYellowTurtleneckDress
|
||||||
|
groupBy: "turtleneckdress"
|
||||||
|
|
||||||
## Yellow Old Dress
|
## Yellow Old Dress
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -521,48 +598,56 @@
|
||||||
id: RedGloves
|
id: RedGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorRed
|
gloves: ClothingHandsGlovesColorRed
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Blue Gloves
|
## Blue Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueGloves
|
id: BlueGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorBlue
|
gloves: ClothingHandsGlovesColorBlue
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Teal Gloves
|
## Teal Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: TealGloves
|
id: TealGloves
|
||||||
equipment:
|
equipment:
|
||||||
hands: ClothingHandsGlovesColorTeal
|
hands: ClothingHandsGlovesColorTeal
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Brown Gloves
|
## Brown Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownGloves
|
id: BrownGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorBrown
|
gloves: ClothingHandsGlovesColorBrown
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Light Brown Gloves
|
## Light Brown Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LightBrownGloves
|
id: LightBrownGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorLightBrown
|
gloves: ClothingHandsGlovesColorLightBrown
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Grey Gloves
|
## Grey Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreyGloves
|
id: GreyGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorGray
|
gloves: ClothingHandsGlovesColorGray
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Green Gloves
|
## Green Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenGloves
|
id: GreenGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorGreen
|
gloves: ClothingHandsGlovesColorGreen
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Black Gloves
|
## Black Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackGloves
|
id: BlackGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorBlack
|
gloves: ClothingHandsGlovesColorBlack
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
## Fingerless Black Gloves
|
## Fingerless Black Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -576,96 +661,112 @@
|
||||||
id: BlackWinterCoat
|
id: BlackWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorBlack
|
outerClothing: ClothingOuterWinterColorBlack
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Purple Winter Coat
|
## Purple Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleWinterCoat
|
id: PurpleWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorPurple
|
outerClothing: ClothingOuterWinterColorPurple
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Red Winter Coat
|
## Red Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedWinterCoat
|
id: RedWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorRed
|
outerClothing: ClothingOuterWinterColorRed
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Blue Winter Coat
|
## Blue Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueWinterCoat
|
id: BlueWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorBlue
|
outerClothing: ClothingOuterWinterColorBlue
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Brown Winter Coat
|
## Brown Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownWinterCoat
|
id: BrownWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorBrown
|
outerClothing: ClothingOuterWinterColorBrown
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Light Brown Winter Coat
|
## Light Brown Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LightBrownWinterCoat
|
id: LightBrownWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorLightBrown
|
outerClothing: ClothingOuterWinterColorLightBrown
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Gray Winter Coat
|
## Gray Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GrayWinterCoat
|
id: GrayWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorGray
|
outerClothing: ClothingOuterWinterColorGray
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Green Winter Coat
|
## Green Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenWinterCoat
|
id: GreenWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorGreen
|
outerClothing: ClothingOuterWinterColorGreen
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Orange Winter Coat
|
## Orange Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeWinterCoat
|
id: OrangeWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorOrange
|
outerClothing: ClothingOuterWinterColorOrange
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## White Winter Coat
|
## White Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteWinterCoat
|
id: WhiteWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorWhite
|
outerClothing: ClothingOuterWinterColorWhite
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Yellow Winter Coat
|
## Yellow Winter Coat
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: YellowWinterCoat
|
id: YellowWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorYellow
|
outerClothing: ClothingOuterWinterColorYellow
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
## Black Hoodie
|
## Black Hoodie
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackHoodie
|
id: BlackHoodie
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterHoodieBlack
|
outerClothing: ClothingOuterHoodieBlack
|
||||||
|
groupBy: "hoodie"
|
||||||
|
|
||||||
## Gray Hoodie
|
## Gray Hoodie
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GrayHoodie
|
id: GrayHoodie
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterHoodieGrey
|
outerClothing: ClothingOuterHoodieGrey
|
||||||
|
groupBy: "hoodie"
|
||||||
|
|
||||||
## Flannel Red
|
## Flannel Red
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: FlannelRed
|
id: FlannelRed
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterFlannelRed
|
outerClothing: ClothingOuterFlannelRed
|
||||||
|
groupBy: "flannel"
|
||||||
|
|
||||||
## Flannel Blue
|
## Flannel Blue
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: FlannelBlue
|
id: FlannelBlue
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterFlannelBlue
|
outerClothing: ClothingOuterFlannelBlue
|
||||||
|
groupBy: "flannel"
|
||||||
|
|
||||||
## Flannel Green
|
## Flannel Green
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: FlannelGreen
|
id: FlannelGreen
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterFlannelGreen
|
outerClothing: ClothingOuterFlannelGreen
|
||||||
|
groupBy: "flannel"
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
## Green Shoes
|
## Green Shoes
|
||||||
|
|
@ -673,30 +774,35 @@
|
||||||
id: GreenShoes
|
id: GreenShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorGreen
|
shoes: ClothingShoesColorGreen
|
||||||
|
groupBy: "coloredshoe"
|
||||||
|
|
||||||
## Orange SHoes
|
## Orange SHoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeShoes
|
id: OrangeShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorOrange
|
shoes: ClothingShoesColorOrange
|
||||||
|
groupBy: "coloredshoe"
|
||||||
|
|
||||||
## Red Shoes
|
## Red Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedShoes
|
id: RedShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorRed
|
shoes: ClothingShoesColorRed
|
||||||
|
groupBy: "coloredshoe"
|
||||||
|
|
||||||
## Yellow Shoes
|
## Yellow Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: YellowShoes
|
id: YellowShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorYellow
|
shoes: ClothingShoesColorYellow
|
||||||
|
groupBy: "coloredshoe"
|
||||||
|
|
||||||
## Purple Shoes
|
## Purple Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PurpleShoes
|
id: PurpleShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesColorPurple
|
shoes: ClothingShoesColorPurple
|
||||||
|
groupBy: "coloredshoe"
|
||||||
|
|
||||||
## High Heels
|
## High Heels
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -709,15 +815,18 @@
|
||||||
id: BrownCowboyBoots
|
id: BrownCowboyBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsCowboyBrown
|
shoes: ClothingShoesBootsCowboyBrown
|
||||||
|
groupBy: "coloredshoe"
|
||||||
|
|
||||||
## Black Cowboy Boots
|
## Black Cowboy Boots
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlackCowboyBoots
|
id: BlackCowboyBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsCowboyBlack
|
shoes: ClothingShoesBootsCowboyBlack
|
||||||
|
groupBy: "cowboy"
|
||||||
|
|
||||||
## White Cowboy Boots
|
## White Cowboy Boots
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteCowboyBoots
|
id: WhiteCowboyBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsCowboyWhite
|
shoes: ClothingShoesBootsCowboyWhite
|
||||||
|
groupBy: "cowboy"
|
||||||
|
|
|
||||||
|
|
@ -13,3 +13,4 @@
|
||||||
id: ServiceWorkerBandana
|
id: ServiceWorkerBandana
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadBandGreen
|
head: ClothingHeadBandGreen
|
||||||
|
groupBy: "headband"
|
||||||
|
|
|
||||||
|
|
@ -47,3 +47,4 @@
|
||||||
id: CaptainWinterBoots
|
id: CaptainWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterCap
|
shoes: ClothingShoesBootsWinterCap
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@
|
||||||
id: insulatedgloves
|
id: insulatedgloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesColorYellow
|
gloves: ClothingHandsGlovesColorYellow
|
||||||
|
groupBy: "glove"
|
||||||
|
|
|
||||||
|
|
@ -4,26 +4,31 @@
|
||||||
id: HoPFormal
|
id: HoPFormal
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHoPFormal
|
jumpsuit: ClothingUniformJumpsuitHoPFormal
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HoPFormalDress
|
id: HoPFormalDress
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHoPFormal
|
jumpsuit: ClothingUniformJumpskirtHoPFormal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HoPMessSkirt
|
id: HoPMessSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHoPMess
|
jumpsuit: ClothingUniformJumpskirtHoPMess
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HoPMessSuit
|
id: HoPMessSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHoPMess
|
jumpsuit: ClothingUniformJumpsuitHoPMess
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HoPBoatswain
|
id: HoPBoatswain
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitBoatswain
|
jumpsuit: ClothingUniformJumpsuitBoatswain
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -56,6 +61,7 @@
|
||||||
id: HoPLongcoat
|
id: HoPLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatHoP
|
outerClothing: ClothingLongcoatHoP
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
# Gloves
|
# Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -68,18 +74,22 @@
|
||||||
id: BrownLeatherShoes
|
id: BrownLeatherShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesLeather
|
shoes: ClothingShoesLeather
|
||||||
|
groupBy: "leathershoes"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteLeatherShoes
|
id: WhiteLeatherShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesMiscWhite
|
shoes: ClothingShoesMiscWhite
|
||||||
|
groupBy: "leathershoes"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LaceupShoes
|
id: LaceupShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsLaceup
|
shoes: ClothingShoesBootsLaceup
|
||||||
|
groupBy: "leathershoes"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HoPWinterBoots
|
id: HoPWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterHeadOfPersonel
|
shoes: ClothingShoesBootsWinterHeadOfPersonel
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,11 @@
|
||||||
id: AtmosphericTechnicianJumpskirtCasual
|
id: AtmosphericTechnicianJumpskirtCasual
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtAtmosCasual
|
jumpsuit: ClothingUniformJumpskirtAtmosCasual
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: AtmosWinterBoots
|
id: AtmosWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterAtmos
|
shoes: ClothingShoesBootsWinterAtmos
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@
|
||||||
id: ChiefEngineerLongcoat
|
id: ChiefEngineerLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatCE
|
outerClothing: ClothingLongcoatCE
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,4 @@
|
||||||
id: StationEngineerWintercoat
|
id: StationEngineerWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterEngi
|
outerClothing: ClothingOuterWinterEngi
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
|
||||||
|
|
@ -9,26 +9,31 @@
|
||||||
id: ChiefJusticeJumpsuit
|
id: ChiefJusticeJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChiefJustice
|
jumpsuit: ClothingUniformJumpsuitChiefJustice
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefJusticeJumpskirt
|
id: ChiefJusticeJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChiefJustice
|
jumpsuit: ClothingUniformJumpskirtChiefJustice
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefJusticeFormalJumpsuit
|
id: ChiefJusticeFormalJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChiefJusticeFormal
|
jumpsuit: ClothingUniformJumpsuitChiefJusticeFormal
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefJusticeFormalJumpskirt
|
id: ChiefJusticeFormalJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCJFormal
|
jumpsuit: ClothingUniformJumpskirtCJFormal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefJusticeWhiteJumpsuit
|
id: ChiefJusticeWhiteJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChiefJusticeWhite
|
jumpsuit: ClothingUniformJumpsuitChiefJusticeWhite
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -51,4 +56,4 @@
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LeatherShoes
|
id: LeatherShoes
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesLeather
|
shoes: ClothingShoesLeather
|
||||||
|
|
|
||||||
|
|
@ -14,31 +14,37 @@
|
||||||
id: BlackTie
|
id: BlackTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieBlack
|
neck: ClothingNeckTieBlack
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueTie
|
id: BlueTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieBlue
|
neck: ClothingNeckTieBlue
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrownTie
|
id: BrownTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieBrown
|
neck: ClothingNeckTieBrown
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenTie
|
id: GreenTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieGreen
|
neck: ClothingNeckTieGreen
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedTie
|
id: RedTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieRed
|
neck: ClothingNeckTieRed
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteTie
|
id: WhiteTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieWhite
|
neck: ClothingNeckTieWhite
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
# Outer Clothing
|
# Outer Clothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,13 @@
|
||||||
id: ProsecutorJumpsuit
|
id: ProsecutorJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitProsecutor
|
jumpsuit: ClothingUniformJumpsuitProsecutor
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ProsecutorJumpskirt
|
id: ProsecutorJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtProsecutor
|
jumpsuit: ClothingUniformJumpskirtProsecutor
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,13 @@
|
||||||
id: ChemistFormalSuit
|
id: ChemistFormalSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitChemShirt
|
jumpsuit: ClothingUniformJumpsuitChemShirt
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistFormalSkirt
|
id: ChemistFormalSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChemShirt
|
jumpsuit: ClothingUniformJumpskirtChemShirt
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorChemistJumpsuit
|
id: SeniorChemistJumpsuit
|
||||||
|
|
@ -19,6 +21,7 @@
|
||||||
time: 216000
|
time: 216000
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformChemistSenior
|
jumpsuit: ClothingUniformChemistSenior
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorChemistJumpskirt
|
id: SeniorChemistJumpskirt
|
||||||
|
|
@ -30,6 +33,7 @@
|
||||||
time: 216000
|
time: 216000
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtChemistSenior
|
jumpsuit: ClothingUniformJumpskirtChemistSenior
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -47,23 +51,27 @@
|
||||||
time: 216000
|
time: 216000
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabSeniorChemist
|
outerClothing: ClothingOuterCoatLabSeniorChemist
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistLongLabCoat
|
id: ChemistLongLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabLongChemist
|
outerClothing: ClothingOuterCoatLabLongChemist
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
||||||
# Gloves
|
# Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistGloves
|
id: ChemistGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesChemist
|
gloves: ClothingHandsGlovesChemist
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistWinterBoots
|
id: ChemistWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterChem
|
shoes: ClothingShoesBootsWinterChem
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChemistShoes
|
id: ChemistShoes
|
||||||
|
|
@ -75,6 +83,7 @@
|
||||||
id: ChemistTie
|
id: ChemistTie
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckTieChem
|
neck: ClothingNeckTieChem
|
||||||
|
groupBy: "necktie"
|
||||||
|
|
||||||
# Chemist alt title
|
# Chemist alt title
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,20 @@
|
||||||
id: ChiefMedicalOfficerLongcoat
|
id: ChiefMedicalOfficerLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatCMO
|
outerClothing: ClothingLongcoatCMO
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerLongLabCoat
|
id: ChiefMedicalOfficerLongLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabLongCMO
|
outerClothing: ClothingOuterCoatLabLongCMO
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerWinterBoots
|
id: ChiefMedicalOfficerWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterChiefMedicalOfficer
|
shoes: ClothingShoesBootsWinterChiefMedicalOfficer
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -32,23 +35,28 @@
|
||||||
id: ChiefMedicalOfficerFormalJumpsuit
|
id: ChiefMedicalOfficerFormalJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformCMOFormal
|
jumpsuit: ClothingUniformCMOFormal
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerFormalJumpskirt
|
id: ChiefMedicalOfficerFormalJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCMOFormal
|
jumpsuit: ClothingUniformJumpskirtCMOFormal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerVestJumpsuit
|
id: ChiefMedicalOfficerVestJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformCMOVest
|
jumpsuit: ClothingUniformCMOVest
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerVestJumpskirt
|
id: ChiefMedicalOfficerVestJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtCMOVest
|
jumpsuit: ClothingUniformJumpskirtCMOVest
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ChiefMedicalOfficerSummerShirt
|
id: ChiefMedicalOfficerSummerShirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformCMOSummer
|
jumpsuit: ClothingUniformCMOSummer
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
|
||||||
|
|
@ -31,31 +31,37 @@
|
||||||
id: MedicalApronJumpsuit
|
id: MedicalApronJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMedicalApron
|
jumpsuit: ClothingUniformMedicalApron
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalApronJumpskirt
|
id: MedicalApronJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtMedicalApron
|
jumpsuit: ClothingUniformJumpskirtMedicalApron
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalOffsetJumpsuit
|
id: MedicalOffsetJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMedicalOffset
|
jumpsuit: ClothingUniformMedicalOffset
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalOffsetJumpskirt
|
id: MedicalOffsetJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtMedicalOffset
|
jumpsuit: ClothingUniformJumpskirtMedicalOffset
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalVestJumpsuit
|
id: MedicalVestJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMedicalVest
|
jumpsuit: ClothingUniformMedicalVest
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalVestJumpskirt
|
id: MedicalVestJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtMedicalVest
|
jumpsuit: ClothingUniformJumpskirtMedicalVest
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
|
|
||||||
|
|
@ -63,13 +69,16 @@
|
||||||
id: MedicalLabCoat
|
id: MedicalLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabMedical
|
outerClothing: ClothingOuterCoatLabMedical
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalLongLabCoat
|
id: MedicalLongLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabLongMedical
|
outerClothing: ClothingOuterCoatLabLongMedical
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LongLabCoat
|
id: LongLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatLabLong
|
outerClothing: ClothingOuterCoatLabLong
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
id: ParamedicWinterBoots
|
id: ParamedicWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterParamedic
|
shoes: ClothingShoesBootsWinterParamedic
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -15,11 +16,13 @@
|
||||||
id: ParamedicJumpSuitJumper
|
id: ParamedicJumpSuitJumper
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformParamedicJumper
|
jumpsuit: ClothingUniformParamedicJumper
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ParamedicJumpSkirtJumper
|
id: ParamedicJumpSkirtJumper
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtParamedicJumper
|
jumpsuit: ClothingUniformJumpskirtParamedicJumper
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -36,17 +36,20 @@
|
||||||
id: PsychologistGreyFlatcap
|
id: PsychologistGreyFlatcap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatGreyFlatcap
|
head: ClothingHeadHatGreyFlatcap
|
||||||
|
groupBy: "flatcap"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PsychologistBrownFlatcap
|
id: PsychologistBrownFlatcap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatBrownFlatcap
|
head: ClothingHeadHatBrownFlatcap
|
||||||
|
groupBy: "flatcap"
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PsychologistWinterCoat
|
id: PsychologistWinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCoat
|
outerClothing: ClothingOuterWinterCoat
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PsychologistCoatBomber
|
id: PsychologistCoatBomber
|
||||||
|
|
|
||||||
|
|
@ -10,49 +10,59 @@
|
||||||
id: BlackSurgeryCap
|
id: BlackSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapBlack
|
head: ClothingHeadHatSurgcapBlack
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CyanSurgeryCap
|
id: CyanSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapCyan
|
head: ClothingHeadHatSurgcapCyan
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PinkSurgeryCap
|
id: PinkSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapPink
|
head: ClothingHeadHatSurgcapPink
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteSurgeryCap
|
id: WhiteSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapWhite
|
head: ClothingHeadHatSurgcapWhite
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RainbowSurgeryCap
|
id: RainbowSurgeryCap
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatSurgcapRainbow
|
head: ClothingHeadHatSurgcapRainbow
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
# Jumpsuit
|
# Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalBlackScrubs
|
id: MedicalBlackScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorBlack
|
jumpsuit: UniformScrubsColorBlack
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalCyanScrubs
|
id: MedicalCyanScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorCyan
|
jumpsuit: UniformScrubsColorCyan
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalPinkScrubs
|
id: MedicalPinkScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorPink
|
jumpsuit: UniformScrubsColorPink
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalWhiteScrubs
|
id: MedicalWhiteScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorWhite
|
jumpsuit: UniformScrubsColorWhite
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: MedicalRainbowScrubs
|
id: MedicalRainbowScrubs
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformScrubsColorRainbow
|
jumpsuit: UniformScrubsColorRainbow
|
||||||
|
groupBy: "scrubs"
|
||||||
|
|
|
||||||
|
|
@ -20,14 +20,17 @@
|
||||||
id: MystaLabCoat
|
id: MystaLabCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatRndMysta
|
outerClothing: ClothingOuterCoatRndMysta
|
||||||
|
groupBy: "labcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ResearchDirectorLongcoat
|
id: ResearchDirectorLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatRD
|
outerClothing: ClothingLongcoatRD
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ResearchDirectorWinterBoots
|
id: ResearchDirectorWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterMystagogue
|
shoes: ClothingShoesBootsWinterMystagogue
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
id: RoboticsWinterBoots
|
id: RoboticsWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterRobo
|
shoes: ClothingShoesBootsWinterRobo
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
||||||
# PDA
|
# PDA
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,10 @@
|
||||||
id: FormalScientistJumpsuit
|
id: FormalScientistJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitScientistFormal
|
jumpsuit: ClothingUniformJumpsuitScientistFormal
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: FormalScientistJumpskirt
|
id: FormalScientistJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtScientistFormal
|
jumpsuit: ClothingUniformJumpskirtScientistFormal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
|
||||||
|
|
@ -14,21 +14,25 @@
|
||||||
id: BrigMedicJumpsuit
|
id: BrigMedicJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitBrigmedic
|
jumpsuit: ClothingUniformJumpsuitBrigmedic
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrigMedicJumpskirt
|
id: BrigMedicJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtBrigmedic
|
jumpsuit: ClothingUniformJumpskirtBrigmedic
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrigMedicTurtlesuit
|
id: BrigMedicTurtlesuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitBrigmedicTurtle
|
jumpsuit: ClothingUniformJumpsuitBrigmedicTurtle
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BrigMedicTurtleskirt
|
id: BrigMedicTurtleskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtBrigmedicTurtle
|
jumpsuit: ClothingUniformJumpskirtBrigmedicTurtle
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Back
|
# Back
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -52,11 +56,13 @@
|
||||||
id: StasecWinterCoatCorpsman
|
id: StasecWinterCoatCorpsman
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatStasecCorpsman
|
outerClothing: ClothingOuterCoatStasecCorpsman
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LongcoatBrigmedic
|
id: LongcoatBrigmedic
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatBrigmedic
|
outerClothing: ClothingLongcoatBrigmedic
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
# Eyewear
|
# Eyewear
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -52,27 +52,32 @@
|
||||||
id: ForensicSpecJumpsuit
|
id: ForensicSpecJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitForensicSpec
|
jumpsuit: ClothingUniformJumpsuitForensicSpec
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ForensicSpecJumpskirt
|
id: ForensicSpecJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtForensicSpec
|
jumpsuit: ClothingUniformJumpskirtForensicSpec
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ForensicSpecTurtlesuit
|
id: ForensicSpecTurtlesuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitDetTurtle
|
jumpsuit: ClothingUniformJumpsuitDetTurtle
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ForensicSpecTurtleskirt
|
id: ForensicSpecTurtleskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtDetTurtle
|
jumpsuit: ClothingUniformJumpskirtDetTurtle
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
#OuterClothing
|
#OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: StasecWinterCoatDet
|
id: StasecWinterCoatDet
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatStasecDet
|
outerClothing: ClothingOuterCoatStasecDet
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DetPlatedCoat
|
id: DetPlatedCoat
|
||||||
|
|
|
||||||
|
|
@ -3,31 +3,39 @@
|
||||||
id: HeadofSecurityJumpsuitGrey
|
id: HeadofSecurityJumpsuitGrey
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHoSGrey
|
jumpsuit: ClothingUniformJumpsuitHoSGrey
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadofSecurityJumpskirtGrey
|
id: HeadofSecurityJumpskirtGrey
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHoSGrey
|
jumpsuit: ClothingUniformJumpskirtHoSGrey
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadofSecurityJumpsuitBlue
|
id: HeadofSecurityJumpsuitBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHoSBlue
|
jumpsuit: ClothingUniformJumpsuitHoSBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadofSecurityJumpskirtBlue
|
id: HeadofSecurityJumpskirtBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHoSBlue
|
jumpsuit: ClothingUniformJumpskirtHoSBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadofSecurityParadeSuit
|
id: HeadofSecurityParadeSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitHoSParadeMale
|
jumpsuit: ClothingUniformJumpsuitHoSParadeMale
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadofSecurityParadeSkirt
|
id: HeadofSecurityParadeSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtHoSParadeMale
|
jumpsuit: ClothingUniformJumpskirtHoSParadeMale
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -40,6 +48,7 @@
|
||||||
id: StasecWinterCoatHoS
|
id: StasecWinterCoatHoS
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterCoatStasecHoS
|
outerClothing: ClothingOuterCoatStasecHoS
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadOfSecurityTrenchcoat
|
id: HeadOfSecurityTrenchcoat
|
||||||
|
|
@ -50,12 +59,14 @@
|
||||||
id: HeadofSecurityLongcoat
|
id: HeadofSecurityLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatHoS
|
outerClothing: ClothingLongcoatHoS
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
# Shoes
|
# Shoes
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: HeadOfSecurityWinterBoots
|
id: HeadOfSecurityWinterBoots
|
||||||
equipment:
|
equipment:
|
||||||
shoes: ClothingShoesBootsWinterHeadOfSecurity
|
shoes: ClothingShoesBootsWinterHeadOfSecurity
|
||||||
|
groupBy: "winterboots"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
|
||||||
|
|
@ -46,11 +46,13 @@
|
||||||
id: SecurityJumpsuitBlue
|
id: SecurityJumpsuitBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSecBlue
|
jumpsuit: ClothingUniformJumpsuitSecBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SecurityJumpskirtBlue
|
id: SecurityJumpskirtBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSecBlue
|
jumpsuit: ClothingUniformJumpskirtSecBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorSecOfficerJumpsuit
|
id: SeniorSecOfficerJumpsuit
|
||||||
|
|
@ -59,6 +61,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSecSenior
|
jumpsuit: ClothingUniformJumpsuitSecSenior
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorSecOfficerJumpskirt
|
id: SeniorSecOfficerJumpskirt
|
||||||
|
|
@ -67,6 +70,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSecSenior
|
jumpsuit: ClothingUniformJumpskirtSecSenior
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorSecOfficerTurtlesuit
|
id: SeniorSecOfficerTurtlesuit
|
||||||
|
|
@ -75,6 +79,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSecTurtle
|
jumpsuit: ClothingUniformJumpsuitSecTurtle
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorSecOfficerTurtleskirt
|
id: SeniorSecOfficerTurtleskirt
|
||||||
|
|
@ -83,6 +88,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSecTurtle
|
jumpsuit: ClothingUniformJumpskirtSecTurtle
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorSecOfficerFormalSuit
|
id: SeniorSecOfficerFormalSuit
|
||||||
|
|
@ -91,6 +97,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSecFormal
|
jumpsuit: ClothingUniformJumpsuitSecFormal
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorSecOfficerFormalSkirt
|
id: SeniorSecOfficerFormalSkirt
|
||||||
|
|
@ -99,6 +106,7 @@
|
||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSecFormal
|
jumpsuit: ClothingUniformJumpskirtSecFormal
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
|
|
||||||
|
|
@ -126,6 +134,7 @@
|
||||||
id: LongcoatSecurity
|
id: LongcoatSecurity
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatSecurity
|
outerClothing: ClothingLongcoatSecurity
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
# Neck
|
# Neck
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,31 +3,37 @@
|
||||||
id: WardenJumpsuitGrey
|
id: WardenJumpsuitGrey
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitWardenGrey
|
jumpsuit: ClothingUniformJumpsuitWardenGrey
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenJumpskirtGrey
|
id: WardenJumpskirtGrey
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtWardenGrey
|
jumpsuit: ClothingUniformJumpskirtWardenGrey
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenJumpsuitBlue
|
id: WardenJumpsuitBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitWardenBlue
|
jumpsuit: ClothingUniformJumpsuitWardenBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenJumpskirtBlue
|
id: WardenJumpskirtBlue
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtWardenBlue
|
jumpsuit: ClothingUniformJumpskirtWardenBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenTurtlesuit
|
id: WardenTurtlesuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitWardenTurtle
|
jumpsuit: ClothingUniformJumpsuitWardenTurtle
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WardenTurtleskirt
|
id: WardenTurtleskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtWardenTurtle
|
jumpsuit: ClothingUniformJumpskirtWardenTurtle
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# OuterClothing
|
# OuterClothing
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|
@ -40,3 +46,4 @@
|
||||||
id: WardenLongcoat
|
id: WardenLongcoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatWarden
|
outerClothing: ClothingLongcoatWarden
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
|
||||||
|
|
@ -3,29 +3,35 @@
|
||||||
id: BoxerShorts
|
id: BoxerShorts
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformShortsRed
|
jumpsuit: UniformShortsRed
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BoxerShortsWithTop
|
id: BoxerShortsWithTop
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: UniformShortsRedWithTop
|
jumpsuit: UniformShortsRedWithTop
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Gloves
|
# Gloves
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: RedBoxingGloves
|
id: RedBoxingGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesBoxingRed
|
gloves: ClothingHandsGlovesBoxingRed
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueBoxingGloves
|
id: BlueBoxingGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesBoxingBlue
|
gloves: ClothingHandsGlovesBoxingBlue
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: GreenBoxingGloves
|
id: GreenBoxingGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesBoxingGreen
|
gloves: ClothingHandsGlovesBoxingGreen
|
||||||
|
groupBy: "glove"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: YellowBoxingGloves
|
id: YellowBoxingGloves
|
||||||
equipment:
|
equipment:
|
||||||
gloves: ClothingHandsGlovesBoxingYellow
|
gloves: ClothingHandsGlovesBoxingYellow
|
||||||
|
groupBy: "glove"
|
||||||
|
|
|
||||||
|
|
@ -4,51 +4,60 @@
|
||||||
id: ScarfRed
|
id: ScarfRed
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedRed
|
neck: ClothingNeckScarfStripedRed
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Blue
|
#Blue
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfBlue
|
id: ScarfBlue
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedBlue
|
neck: ClothingNeckScarfStripedBlue
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#LightBlue
|
#LightBlue
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfLightBlue
|
id: ScarfLightBlue
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedLightBlue
|
neck: ClothingNeckScarfStripedLightBlue
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Green
|
#Green
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfGreen
|
id: ScarfGreen
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedGreen
|
neck: ClothingNeckScarfStripedGreen
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Purple
|
#Purple
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfPurple
|
id: ScarfPurple
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedPurple
|
neck: ClothingNeckScarfStripedPurple
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Brown
|
#Brown
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfBrown
|
id: ScarfBrown
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedBrown
|
neck: ClothingNeckScarfStripedBrown
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Orange
|
#Orange
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfOrange
|
id: ScarfOrange
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedOrange
|
neck: ClothingNeckScarfStripedOrange
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Black
|
#Black
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfBlack
|
id: ScarfBlack
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedBlack
|
neck: ClothingNeckScarfStripedBlack
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
||||||
#Zebra
|
#Zebra
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ScarfZebra
|
id: ScarfZebra
|
||||||
equipment:
|
equipment:
|
||||||
neck: ClothingNeckScarfStripedZebra
|
neck: ClothingNeckScarfStripedZebra
|
||||||
|
groupBy: "winterscarf"
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,14 @@
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- GoldRing
|
- GoldRing
|
||||||
|
groupBy: "rings"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SilverRing
|
id: SilverRing
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- SilverRing
|
- SilverRing
|
||||||
|
groupBy: "rings"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteCane
|
id: WhiteCane
|
||||||
|
|
@ -50,9 +52,11 @@
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- PlushieExperiment
|
- PlushieExperiment
|
||||||
|
groupBy: "plushie"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: PlushieBee
|
id: PlushieBee
|
||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- PlushieBee
|
- PlushieBee
|
||||||
|
groupBy: "plushie"
|
||||||
|
|
|
||||||
|
|
@ -3,41 +3,49 @@
|
||||||
id: BlueTurtleneckJumpsuit
|
id: BlueTurtleneckJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckColorBlue
|
jumpsuit: ClothingUniformTurtleneckColorBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: BlueTurtleneckJumpskirt
|
id: BlueTurtleneckJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckSkirtColorBlue
|
jumpsuit: ClothingUniformTurtleneckSkirtColorBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Dark blue
|
# Dark blue
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DarkBlueTurtleneckJumpsuit
|
id: DarkBlueTurtleneckJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckColorDarkBlue
|
jumpsuit: ClothingUniformTurtleneckColorDarkBlue
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: DarkBlueTurtleneckJumpskirt
|
id: DarkBlueTurtleneckJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckSkirtColorDarkBlue
|
jumpsuit: ClothingUniformTurtleneckSkirtColorDarkBlue
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# White
|
# White
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteTurtleneckJumpsuit
|
id: WhiteTurtleneckJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckColorWhite
|
jumpsuit: ClothingUniformTurtleneckColorWhite
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WhiteTurtleneckJumpskirt
|
id: WhiteTurtleneckJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckSkirtColorWhite
|
jumpsuit: ClothingUniformTurtleneckSkirtColorWhite
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
||||||
# Orange
|
# Orange
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeTurtleneckJumpsuit
|
id: OrangeTurtleneckJumpsuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckColorOrange
|
jumpsuit: ClothingUniformTurtleneckColorOrange
|
||||||
|
groupBy: "jumpsuit"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: OrangeTurtleneckJumpskirt
|
id: OrangeTurtleneckJumpskirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformTurtleneckSkirtColorOrange
|
jumpsuit: ClothingUniformTurtleneckSkirtColorOrange
|
||||||
|
groupBy: "jumpskirt"
|
||||||
|
|
|
||||||
|
|
@ -2,71 +2,85 @@
|
||||||
id: WinterCoatBrown
|
id: WinterCoatBrown
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorBrown
|
outerClothing: ClothingOuterWinterColorBrown
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatBlack
|
id: WinterCoatBlack
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorBlack
|
outerClothing: ClothingOuterWinterColorBlack
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatGray
|
id: WinterCoatGray
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorGray
|
outerClothing: ClothingOuterWinterColorGray
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatWhite
|
id: WinterCoatWhite
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorWhite
|
outerClothing: ClothingOuterWinterColorWhite
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatBlue
|
id: WinterCoatBlue
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorBlue
|
outerClothing: ClothingOuterWinterColorBlue
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatRed
|
id: WinterCoatRed
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorRed
|
outerClothing: ClothingOuterWinterColorRed
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatGreen
|
id: WinterCoatGreen
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorGreen
|
outerClothing: ClothingOuterWinterColorGreen
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatOrange
|
id: WinterCoatOrange
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorOrange
|
outerClothing: ClothingOuterWinterColorOrange
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatYellow
|
id: WinterCoatYellow
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorYellow
|
outerClothing: ClothingOuterWinterColorYellow
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatLightBrown
|
id: WinterCoatLightBrown
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorLightBrown
|
outerClothing: ClothingOuterWinterColorLightBrown
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatPurple
|
id: WinterCoatPurple
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterColorPurple
|
outerClothing: ClothingOuterWinterColorPurple
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoat
|
id: WinterCoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCoat
|
outerClothing: ClothingOuterWinterCoat
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatLong
|
id: WinterCoatLong
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCoatLong
|
outerClothing: ClothingOuterWinterCoatLong
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: WinterCoatPlaid
|
id: WinterCoatPlaid
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterCoatPlaid
|
outerClothing: ClothingOuterWinterCoatPlaid
|
||||||
|
groupBy: "wintercoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: CorporateJacket
|
id: CorporateJacket
|
||||||
|
|
@ -77,13 +91,16 @@
|
||||||
id: LongcoatBlack
|
id: LongcoatBlack
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatBlack
|
outerClothing: ClothingLongcoatBlack
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LongcoatBrown
|
id: LongcoatBrown
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatBrown
|
outerClothing: ClothingLongcoatBrown
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LongcoatNanoTrasen
|
id: LongcoatNanoTrasen
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingLongcoatNanoTrasen
|
outerClothing: ClothingLongcoatNanoTrasen
|
||||||
|
groupBy: "longcoat"
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,13 @@
|
||||||
id: ClothingUniformNightclubSuit
|
id: ClothingUniformNightclubSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformNightclubSuit #imp
|
jumpsuit: ClothingUniformNightclubSuit #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformNightclubSuitSkirt
|
id: ClothingUniformNightclubSuitSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformNightclubSuitSkirt #imp
|
jumpsuit: ClothingUniformNightclubSuitSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformSeniorBartender
|
id: ClothingUniformSeniorBartender
|
||||||
|
|
@ -24,6 +26,7 @@
|
||||||
proto: SeniorBartender
|
proto: SeniorBartender
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformSeniorBartender #imp
|
jumpsuit: ClothingUniformSeniorBartender #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformSeniorBartenderSkirt
|
id: ClothingUniformSeniorBartenderSkirt
|
||||||
|
|
@ -32,3 +35,4 @@
|
||||||
proto: SeniorBartender
|
proto: SeniorBartender
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformSeniorBartenderSkirt #imp
|
jumpsuit: ClothingUniformSeniorBartenderSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,10 @@
|
||||||
id: ClothingUniformFuneralSuit
|
id: ClothingUniformFuneralSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformFuneralSuit #imp
|
jumpsuit: ClothingUniformFuneralSuit #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformFuneralSuitSkirt
|
id: ClothingUniformFuneralSuitSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformFuneralSuitSkirt #imp
|
jumpsuit: ClothingUniformFuneralSuitSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,10 @@
|
||||||
id: ClothingUniformCreamSuit
|
id: ClothingUniformCreamSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformCreamSuit #imp
|
jumpsuit: ClothingUniformCreamSuit #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformCreamSuitSkirt
|
id: ClothingUniformCreamSuitSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformCreamSuitSkirt #imp
|
jumpsuit: ClothingUniformCreamSuitSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,10 @@
|
||||||
id: ClothingUniformBrownSuit
|
id: ClothingUniformBrownSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformBrownSuit #imp
|
jumpsuit: ClothingUniformBrownSuit #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformBrownSuitSkirt
|
id: ClothingUniformBrownSuitSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformBrownSuitSkirt #imp
|
jumpsuit: ClothingUniformBrownSuitSkirt #imp
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,10 @@
|
||||||
id: ClothingUniformMrSpaceWide
|
id: ClothingUniformMrSpaceWide
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMrSpaceWide #imp
|
jumpsuit: ClothingUniformMrSpaceWide #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformMrSpaceWideSkirt
|
id: ClothingUniformMrSpaceWideSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMrSpaceWideSkirt #imp
|
jumpsuit: ClothingUniformMrSpaceWideSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,18 +2,22 @@
|
||||||
id: ClothingUniformMiamiVice
|
id: ClothingUniformMiamiVice
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMiamiVice #imp
|
jumpsuit: ClothingUniformMiamiVice #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformMiamiViceSkirt
|
id: ClothingUniformMiamiViceSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformMiamiViceSkirt #imp
|
jumpsuit: ClothingUniformMiamiViceSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformDetectiveSuit
|
id: ClothingUniformDetectiveSuit
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformDetectiveSuit #imp
|
jumpsuit: ClothingUniformDetectiveSuit #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformDetectiveSuitSkirt
|
id: ClothingUniformDetectiveSuitSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformDetectiveSuitSkirt #imp
|
jumpsuit: ClothingUniformDetectiveSuitSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,10 @@
|
||||||
id: ClothingUniformBrosBlazer
|
id: ClothingUniformBrosBlazer
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformBrosBlazer #imp
|
jumpsuit: ClothingUniformBrosBlazer #imp
|
||||||
|
groupBy: "jumpsuit" #DeltaV
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: ClothingUniformBrosBlazerSkirt
|
id: ClothingUniformBrosBlazerSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformBrosBlazerSkirt #imp
|
jumpsuit: ClothingUniformBrosBlazerSkirt #imp
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,4 @@
|
||||||
id: ClownSkirt
|
id: ClownSkirt
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtClown
|
jumpsuit: ClothingUniformJumpskirtClown
|
||||||
|
groupBy: "jumpskirt" #DeltaV
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue