From 2988928751dddd8fb9967a01f2967d8d60dc5101 Mon Sep 17 00:00:00 2001 From: pheenty Date: Tue, 5 Nov 2024 11:32:36 +0700 Subject: [PATCH] jedi cant unequip vests --- .../Entities/Clothing/OuterClothing/coats.yml | 5 ++--- .../Entities/Clothing/OuterClothing/vests.yml | 14 ++++++-------- .../Stories/Loadouts/jedint_loadouts.yml | 1 - 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml index eee50a0680..b94fdea646 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml @@ -4,9 +4,6 @@ name: накидка джедая description: Длинный вид одежды, который свободно лежит на плечах, охватывая шею. components: - - type: Tag - tags: - - ForceRecallEquipment - type: ToggleableClothing clothingPrototype: ClothingHeadHatHoodJedihood - type: TemperatureProtection @@ -26,6 +23,8 @@ Slash: 0.80 Piercing: 0.80 Heat: 0.90 + - type: Unremoveable + deleteOnDrop: false - type: entity parent: ClothingOuterStorageBase diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml index 53013c98f5..603d7d3b41 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml @@ -4,9 +4,6 @@ name: утепленный бронежилет стража клинка description: Потому что кто-то сказал, что бронежилеты могут быть утеплены. Ваш щит уже утеплен! components: - - type: Tag - tags: - - ForceRecallEquipment - type: TemperatureProtection heatingCoefficient: 0.005 coolingCoefficient: 0.005 @@ -14,6 +11,8 @@ sprite: Stories/Clothing/OuterClothing/Vests/jedi_nt.rsi - type: Clothing sprite: Stories/Clothing/OuterClothing/Vests/jedi_nt.rsi + - type: Unremoveable + deleteOnDrop: false - type: entity parent: ClothingOuterArmorBasic @@ -32,13 +31,12 @@ name: бронежилет хранителя description: Элегантный бронежилет, оберегающий хранителя от большинства видов повреждений и перепадов температур. components: - - type: Tag - tags: - - ForceRecallEquipment - type: TemperatureProtection - coolingCoefficient: 0.001 - heatingCoefficient: 0.001 + coolingCoefficient: 0.005 + heatingCoefficient: 0.005 - type: Sprite sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi - type: Clothing sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi + - type: Unremoveable + deleteOnDrop: false diff --git a/Resources/Prototypes/Stories/Loadouts/jedint_loadouts.yml b/Resources/Prototypes/Stories/Loadouts/jedint_loadouts.yml index 318eed6a25..7c23ab7e9d 100644 --- a/Resources/Prototypes/Stories/Loadouts/jedint_loadouts.yml +++ b/Resources/Prototypes/Stories/Loadouts/jedint_loadouts.yml @@ -100,7 +100,6 @@ - type: loadoutGroup id: JediNtOuterClothing name: loadout-group-Jedi-outer-clothing - minLimit: 0 loadouts: - ClothingOuterVestArmorExe - ClothingOuterVestJediNt