From: Cojoke <83733158+Cojoke-dot@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:38:28 +0000 (-0500) Subject: Adds New Shoes to Sec loadouts (#29018) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=280b0a1c249e329a0f9a311cb04651ac5ec3bfb5;p=space-station-14.git Adds New Shoes to Sec loadouts (#29018) * Adds New Shoes to Sec loadouts * Remove Cowboy stuff from sec drobe(bye sheriff) + requested changed --- diff --git a/Resources/Prototypes/Catalog/Fills/Items/misc.yml b/Resources/Prototypes/Catalog/Fills/Items/misc.yml index 543cd604a2..816f3ba8d4 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/misc.yml @@ -1,12 +1,32 @@ - type: entity id: ClothingShoesBootsCombatFilled - parent: ClothingShoesBootsCombat - suffix: Filled - components: - - type: ContainerFill - containers: - item: - - CombatKnife + parent: + - ClothingShoesBootsCombat + - ClothingShoesBootsSecFilled + +- type: entity + id: ClothingShoesBootsJackFilled + parent: + - ClothingShoesBootsJack + - ClothingShoesBootsSecFilled + +- type: entity + id: ClothingShoesBootsWinterSecFilled + parent: + - ClothingShoesBootsWinterSec + - ClothingShoesBootsSecFilled + +- type: entity + id: ClothingShoesBootsCowboyBlackFilled + parent: + - ClothingShoesBootsCowboyBlack + - ClothingShoesBootsSecFilled + +- type: entity + id: ClothingShoesHighheelBootsFilled + parent: + - ClothingShoesHighheelBoots + - ClothingShoesBootsSecFilled - type: entity id: ClothingShoesBootsMercFilled diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index c4d937b841..5b733f0d35 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -19,9 +19,7 @@ ClothingOuterWinterSec: 2 ClothingOuterArmorBasic: 2 ClothingNeckScarfStripedRed: 3 - ClothingOuterArmorBasicSlim: 2 + ClothingOuterArmorBasicSlim: 2 ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 - ClothingShoesBootsCowboyBlack: 1 - ClothingHeadHatCowboyBlack: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml index a0f56966bb..d096ee3ff1 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml @@ -52,6 +52,16 @@ - Knife - Sidearm +- type: entity + abstract: true + id: ClothingShoesBootsSecFilled + suffix: Filled + components: + - type: ContainerFill + containers: + item: + - CombatKnife + - type: entity abstract: true parent: ClothingShoesBaseButcherable diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index af32fa5818..33f5d36e36 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -143,7 +143,7 @@ sprite: Clothing/Shoes/Boots/winterbootssci.rsi - type: entity - parent: ClothingShoesBaseWinterBoots + parent: [ClothingShoesBaseWinterBoots, ClothingShoesMilitaryBase] id: ClothingShoesBootsWinterSec name: security winter boots components: diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml index 321cc46feb..dfce25809f 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml @@ -187,6 +187,15 @@ equipment: shoes: ClothingShoesBootsCombatFilled +- type: loadout + id: JackBoots + equipment: JackBoots + +- type: startingGear + id: JackBoots + equipment: + shoes: ClothingShoesBootsJackFilled + - type: loadout id: SecurityWinterBoots equipment: SecurityWinterBoots @@ -194,7 +203,7 @@ - type: startingGear id: SecurityWinterBoots equipment: - shoes: ClothingShoesBootsWinterSec + shoes: ClothingShoesBootsWinterSecFilled # PDA - type: loadout diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index cf9866faae..0fab367fc9 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -882,6 +882,7 @@ name: loadout-group-security-shoes loadouts: - CombatBoots + - JackBoots - SecurityWinterBoots - type: loadoutGroup