From e2341c0089a136deec40520595914086c428f466 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:38:49 +0200 Subject: [PATCH] Add jani gloves loadout (#27011) --- .../en-US/preferences/loadout-groups.ftl | 1 + .../Loadouts/Jobs/Civilian/janitor.yml | 30 ++++++++++++++++++- .../Prototypes/Loadouts/loadout_groups.yml | 9 ++++++ .../Prototypes/Loadouts/role_loadouts.yml | 1 + .../Roles/Jobs/Civilian/janitor.yml | 1 - 5 files changed, 40 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/preferences/loadout-groups.ftl b/Resources/Locale/en-US/preferences/loadout-groups.ftl index f95436c079c..2f35d59330d 100644 --- a/Resources/Locale/en-US/preferences/loadout-groups.ftl +++ b/Resources/Locale/en-US/preferences/loadout-groups.ftl @@ -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 diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/janitor.yml index 614930968da..fd0a24d7748 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/janitor.yml @@ -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 \ No newline at end of file + outerClothing: ClothingOuterWinterJani diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index a3322efdae4..db270d5baee 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -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 diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index de8cd979d56..533ff38c111 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -88,6 +88,7 @@ groups: - JanitorHead - JanitorJumpsuit + - JanitorGloves - CommonBackpack - JanitorOuterClothing - Trinkets diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml index 39d7ef7c75a..b768bd25be5 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml @@ -20,7 +20,6 @@ equipment: shoes: ClothingShoesGaloshes id: JanitorPDA - gloves: ClothingHandsGlovesJanitor ears: ClothingHeadsetService belt: ClothingBeltJanitorFilled