diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 4c9966db91..76605f8d2f 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -179,6 +179,9 @@ ClothingUnderwearSocksStripedThigh: 2 ClothingUnderwearSocksThinKnee: 1 ClothingUnderwearSocksThinThigh: 1 + #honk start + ClothingBalaclava: 5 + #honk end emaggedInventory: ClothingHandsGlovesCombat: 1 ClothingMaskGasSyndicate: 1 diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/passenger.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/passenger.yml index d1edfa33ff..2b642b2627 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/passenger.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/passenger.yml @@ -79,6 +79,17 @@ back: ClothingBackpackDuffelFilled # Gloves +- type: itemLoadout #Honk + id: AssistantHandsGlovesColorYellow + equipment: AssistantHandsGlovesColorYellow + effects: + - !type:GroupLoadoutEffect + proto: TimerTrueAssistant +- type: startingGear + id: AssistantHandsGlovesColorYellow + equipment: + outerClothing: ClothingHandsGlovesColorYellow + - type: itemLoadout id: AssistantGloves equipment: FingerlessInsulatedGloves diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/common.yml b/Resources/Prototypes/Loadouts/Jobs/Security/common.yml index 7b91b51dd0..6116d99487 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/common.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/common.yml @@ -26,6 +26,14 @@ # Mask +- type: itemLoadout # Honk + id: SecurityMaskBalaclava + equipment: SecurityMaskBalaclava +- type: startingGear + id: SecurityMaskBalaclava + equipment: + mask: ClothingBalaclava + - type: itemLoadout # WD id: SecurityMaskStandard equipment: SecurityMaskStandard diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 8418716349..f4578e5a21 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -745,6 +745,15 @@ - GlovesColorBlack - GlovesFingerless +- type: loadoutGroup #Honk + id: AssistentGloves + name: loadout-group-gloves + minLimit: 0 + loadouts: + - AssistantHandsGlovesColorYellow + - GlovesColorBlack + - GlovesFingerless + - type: loadoutGroup id: CommonShoes name: loadout-group-shoes @@ -1633,6 +1642,7 @@ name: loadout-group-mask minLimit: 0 loadouts: + - SecurityMaskBalaclava #Honk - SecurityMaskStandard - type: loadoutGroup # WD @@ -1642,6 +1652,7 @@ loadouts: - SecurityMaskStandard - SecurityMaskSwat + - SecurityMaskBalaclava #Honk - type: loadoutGroup # WD id: CommonSecurityNeck diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 7b4464234c..2975cd2c82 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -68,7 +68,7 @@ - AssistantJumpsuit - CommonBottom # WD - CommonBackpack - - CommonGloves # WD + - AssistentGloves # Honk - AssistantOuterClothing - CommonShoes # WD - AssistantPDA # WD @@ -616,12 +616,14 @@ - CommonUnderwearBottom - CommonUnderwearBra - CommonUnderwearSocks + - CommonSecurityMask #honk - type: roleLoadout id: JobSecurityCadet groups: - CommonSecurityHead - CommonSecurityHeadsetFull # WD + - CommonSecurityMask #honk - CommonSecurityNeck - SecurityCadetJumpsuit - CommonBottom # WD diff --git a/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml b/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml index 970ffa37d9..bdd0f1340e 100644 --- a/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml +++ b/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml @@ -8,3 +8,7 @@ sprite: _Honk/Clothing/Mask/balaclava.rsi - type: Clothing sprite: _Honk/Clothing/Mask/balaclava.rsi + - type: HideLayerClothing # Точно не Honk в папке Honk'a + slots: + - Hair + - Snout