add roboticist gear to science loadout (#27045)

* inital

* yes

* g

* death

* DEATH
This commit is contained in:
Mr. 27
2024-04-18 19:38:17 -04:00
committed by GitHub
parent d5e187dc50
commit c8202dd80d
5 changed files with 104 additions and 12 deletions

View File

@@ -121,6 +121,7 @@ loadout-group-scientist-neck = Scientist neck
loadout-group-scientist-jumpsuit = Scientist jumpsuit
loadout-group-scientist-backpack = Scientist backpack
loadout-group-scientist-outerclothing = Scientist outer clothing
loadout-group-scientist-gloves = Scientist gloves
loadout-group-scientist-shoes = Scientist shoes
loadout-group-scientist-id = Scientist ID

View File

@@ -29,29 +29,29 @@
# Gloves
- type: loadout
id: JanitorGlovesRubber
equipment: JanitorGlovesRubber
id: JanitorRubberGloves
equipment: JanitorRubberGloves
- type: startingGear
id: JanitorGlovesRubber
id: JanitorRubberGloves
equipment:
gloves: ClothingHandsGlovesJanitor
- type: loadout
id: JanitorGlovesOrange
equipment: JanitorGlovesOrange
id: OrangeGloves
equipment: OrangeGloves
- type: startingGear
id: JanitorGlovesOrange
id: OrangeGloves
equipment:
gloves: ClothingHandsGlovesColorOrange
- type: loadout
id: JanitorGlovesPurple
equipment: JanitorGlovesPurple
id: PurpleGloves
equipment: PurpleGloves
- type: startingGear
id: JanitorGlovesPurple
id: PurpleGloves
equipment:
gloves: ClothingHandsGlovesColorPurple

View File

@@ -22,6 +22,24 @@
equipment:
head: ClothingHeadHatBeretRND
- type: loadout
id: RoboticistCap
equipment: RoboticistCap
- type: startingGear
id: RoboticistCap
equipment:
head: ClothingHeadHatCorpsoft
- type: loadout
id: SkullBandana
equipment: SkullBandana
- type: startingGear
id: SkullBandana
equipment:
head: ClothingHeadBandSkull
# Neck
- type: loadout
@@ -52,6 +70,24 @@
equipment:
jumpsuit: ClothingUniformJumpskirtScientist
- type: loadout
id: RoboticistJumpsuit
equipment: RoboticistJumpsuit
- type: startingGear
id: RoboticistJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitRoboticist
- type: loadout
id: RoboticistJumpskirt
equipment: RoboticistJumpskirt
- type: startingGear
id: RoboticistJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtRoboticist
- type: loadout
id: SeniorResearcherJumpsuit
equipment: SeniorResearcherJumpsuit
@@ -132,6 +168,24 @@
equipment:
outerClothing: ClothingOuterWinterSci
- type: loadout
id: RoboticistLabCoat
equipment: RoboticistLabCoat
- type: startingGear
id: RoboticistLabCoat
equipment:
outerClothing: ClothingOuterCoatRobo
- type: loadout
id: RoboticistWintercoat
equipment: RoboticistWintercoat
- type: startingGear
id: RoboticistWintercoat
equipment:
outerClothing: ClothingOuterWinterRobo
- type: loadout
id: SeniorResearcherLabCoat
equipment: SeniorResearcherLabCoat
@@ -144,6 +198,25 @@
equipment:
outerClothing: ClothingOuterCoatLabSeniorResearcher
# Gloves
- type: loadout
id: LatexGloves
equipment: LatexGloves
- type: startingGear
id: LatexGloves
equipment:
gloves: ClothingHandsGlovesLatex
- type: loadout
id: RobohandsGloves
equipment: RobohandsGloves
- type: startingGear
id: RobohandsGloves
equipment:
gloves: ClothingHandsGlovesRobohands
# Shoes
- type: loadout
id: ScienceWinterBoots

View File

@@ -300,9 +300,9 @@
name: loadout-group-janitor-gloves
minLimit: 0
loadouts:
- JanitorGlovesRubber
- JanitorGlovesOrange
- JanitorGlovesPurple
- JanitorRubberGloves
- OrangeGloves
- PurpleGloves
- type: loadoutGroup
id: JanitorOuterClothing
@@ -727,6 +727,8 @@
name: loadout-group-scientist-head
minLimit: 0
loadouts:
- RoboticistCap
- SkullBandana
- ScientificBeret
- type: loadoutGroup
@@ -742,6 +744,8 @@
loadouts:
- ScientistJumpsuit
- ScientistJumpskirt
- RoboticistJumpsuit
- RoboticistJumpskirt
- SeniorResearcherJumpsuit
- SeniorResearcherJumpskirt
@@ -761,6 +765,8 @@
- RegularLabCoat
- ScienceLabCoat
- ScienceWintercoat
- RoboticistLabCoat
- RoboticistWintercoat
- SeniorResearcherLabCoat
- type: loadoutGroup
@@ -768,8 +774,18 @@
name: loadout-group-scientist-shoes
loadouts:
- WhiteShoes
- BlackShoes
- ScienceWinterBoots
- type: loadoutGroup
id: ScientistGloves
name: loadout-group-scientist-gloves
minLimit: 0
loadouts:
- LatexGloves
- PurpleGloves
- RobohandsGloves
- type: loadoutGroup
id: ScientistPDA
name: loadout-group-scientist-id

View File

@@ -207,6 +207,7 @@
- ResearchDirectorJumpsuit
- ResearchDirectorBackpack
- ResearchDirectorOuterClothing
- ScientistGloves
- ResearchDirectorShoes
- Trinkets
@@ -218,6 +219,7 @@
- ScientistJumpsuit
- ScientistBackpack
- ScientistOuterClothing
- ScientistGloves
- ScientistShoes
- ScientistPDA
- Trinkets