Add jani gloves loadout (#27011)
This commit is contained in:
@@ -45,6 +45,7 @@ loadout-group-chaplain-neck = Chaplain neck
|
||||
|
||||
loadout-group-janitor-head = Janitor head
|
||||
loadout-group-janitor-jumpsuit = Janitor jumpsuit
|
||||
loadout-group-janitor-gloves = Janitor gloves
|
||||
loadout-group-janitor-outerclothing = Janitor outer clothing
|
||||
|
||||
loadout-group-botanist-head = Botanist head
|
||||
|
||||
@@ -27,6 +27,34 @@
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtJanitor
|
||||
|
||||
# Gloves
|
||||
- type: loadout
|
||||
id: JanitorGlovesRubber
|
||||
equipment: JanitorGlovesRubber
|
||||
|
||||
- type: startingGear
|
||||
id: JanitorGlovesRubber
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesJanitor
|
||||
|
||||
- type: loadout
|
||||
id: JanitorGlovesOrange
|
||||
equipment: JanitorGlovesOrange
|
||||
|
||||
- type: startingGear
|
||||
id: JanitorGlovesOrange
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesColorOrange
|
||||
|
||||
- type: loadout
|
||||
id: JanitorGlovesPurple
|
||||
equipment: JanitorGlovesPurple
|
||||
|
||||
- type: startingGear
|
||||
id: JanitorGlovesPurple
|
||||
equipment:
|
||||
gloves: ClothingHandsGlovesColorPurple
|
||||
|
||||
# Outer clothing
|
||||
- type: loadout
|
||||
id: JanitorWintercoat
|
||||
@@ -35,4 +63,4 @@
|
||||
- type: startingGear
|
||||
id: JanitorWintercoat
|
||||
equipment:
|
||||
outerClothing: ClothingOuterWinterJani
|
||||
outerClothing: ClothingOuterWinterJani
|
||||
|
||||
@@ -295,6 +295,15 @@
|
||||
- JanitorJumpsuit
|
||||
- JanitorJumpskirt
|
||||
|
||||
- type: loadoutGroup
|
||||
id: JanitorGloves
|
||||
name: loadout-group-janitor-gloves
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- JanitorGlovesRubber
|
||||
- JanitorGlovesOrange
|
||||
- JanitorGlovesPurple
|
||||
|
||||
- type: loadoutGroup
|
||||
id: JanitorOuterClothing
|
||||
name: loadout-group-janitor-outerclothing
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
groups:
|
||||
- JanitorHead
|
||||
- JanitorJumpsuit
|
||||
- JanitorGloves
|
||||
- CommonBackpack
|
||||
- JanitorOuterClothing
|
||||
- Trinkets
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
equipment:
|
||||
shoes: ClothingShoesGaloshes
|
||||
id: JanitorPDA
|
||||
gloves: ClothingHandsGlovesJanitor
|
||||
ears: ClothingHeadsetService
|
||||
belt: ClothingBeltJanitorFilled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user