From 7e0de7c6fc7fb292742e3bcb50b18b50e98318e9 Mon Sep 17 00:00:00 2001 From: Hamblinius Date: Fri, 7 Jun 2024 16:35:20 +0100 Subject: [PATCH] Brown Flat Cap in Loadouts (#1483) * Brown Flat Cap in Loadouts ## About the PR This PR adds the brown flat cap to the loadouts for the contractor, pilot, and mercenary. ## Why / Balance The grey flat cap is available in the loadouts but the brown one was conspicuously absent (and I need a cool hat that matches my outfit). ## Media ![](https://files.catbox.moe/unsvyu.png) ![](https://files.catbox.moe/vi8osp.png) * Update stationrep_loadout_groups.yml --------- Co-authored-by: Dvir --- .../_NF/Loadouts/Jobs/Contractor/head.yml | 13 +++++++++++++ .../_NF/Loadouts/contractor_loadout_groups.yml | 1 + .../_NF/Loadouts/mercenary_loadout_groups.yml | 1 + .../_NF/Loadouts/pilot_loadout_groups.yml | 1 + .../_NF/Loadouts/stationrep_loadout_groups.yml | 1 + 5 files changed, 17 insertions(+) diff --git a/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/head.yml b/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/head.yml index 288efe2dd0a..2d73fd72ffc 100644 --- a/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/head.yml +++ b/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/head.yml @@ -312,6 +312,19 @@ id: ContractorClothingHeadHatGreyFlatcap equipment: head: ClothingHeadHatGreyFlatcap + +- type: loadout + id: ContractorClothingHeadHatBrownFlatcap + equipment: ContractorClothingHeadHatBrownFlatcap + effects: + - !type:GroupLoadoutEffect + proto: ContractorT1 + price: 650 + +- type: startingGear + id: ContractorClothingHeadHatBrownFlatcap + equipment: + head: ClothingHeadHatBrownFlatcap - type: loadout id: ContractorClothingHeadHatCapcap diff --git a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml index 3a96ab9ad84..62023a46800 100644 --- a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml @@ -427,6 +427,7 @@ - ContractorClothingHeadHatCasa - ContractorClothingHeadHatBowlerHat - ContractorClothingHeadHatGreyFlatcap + - ContractorClothingHeadHatBrownFlatcap - ContractorClothingHeadHatCapcap - ContractorClothingHeadHatParamedicsoft - ContractorClothingHeadNurseHat diff --git a/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml index 64fbb2f38df..5e3230d5e88 100644 --- a/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml @@ -468,6 +468,7 @@ - ContractorClothingHeadHatCasa - ContractorClothingHeadHatBowlerHat - ContractorClothingHeadHatGreyFlatcap + - ContractorClothingHeadHatBrownFlatcap - ContractorClothingHeadHatCapcap - ContractorClothingHeadHatParamedicsoft - ContractorClothingHeadNurseHat diff --git a/Resources/Prototypes/_NF/Loadouts/pilot_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/pilot_loadout_groups.yml index ee1dd11fe91..b41f693b04c 100644 --- a/Resources/Prototypes/_NF/Loadouts/pilot_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/pilot_loadout_groups.yml @@ -405,6 +405,7 @@ - ContractorClothingHeadHatCasa - ContractorClothingHeadHatBowlerHat - ContractorClothingHeadHatGreyFlatcap + - ContractorClothingHeadHatBrownFlatcap - ContractorClothingHeadHatCapcap - ContractorClothingHeadHatParamedicsoft - ContractorClothingHeadNurseHat diff --git a/Resources/Prototypes/_NF/Loadouts/stationrep_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/stationrep_loadout_groups.yml index cfeb7ce786a..15ea524039d 100644 --- a/Resources/Prototypes/_NF/Loadouts/stationrep_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/stationrep_loadout_groups.yml @@ -61,6 +61,7 @@ - ContractorClothingHeadHatCasa - ContractorClothingHeadHatBowlerHat - ContractorClothingHeadHatGreyFlatcap + - ContractorClothingHeadHatBrownFlatcap - ContractorClothingHeadHatCapcap - ContractorClothingHeadHatParamedicsoft - ContractorClothingHeadNurseHat