Skip to content

Commit

Permalink
Add jani gloves loadout (#27011)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Apr 17, 2024
1 parent ceef55b commit e2341c0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 29 additions & 1 deletion Resources/Prototypes/Loadouts/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,4 +63,4 @@
- type: startingGear
id: JanitorWintercoat
equipment:
outerClothing: ClothingOuterWinterJani
outerClothing: ClothingOuterWinterJani
9 changes: 9 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
groups:
- JanitorHead
- JanitorJumpsuit
- JanitorGloves
- CommonBackpack
- JanitorOuterClothing
- Trinkets
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
equipment:
shoes: ClothingShoesGaloshes
id: JanitorPDA
gloves: ClothingHandsGlovesJanitor
ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled

Expand Down

0 comments on commit e2341c0

Please sign in to comment.