From 3f1434a41e42eed776ab6ba63164aca182e1e078 Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:07:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D1=80=D1=84=20=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=BA=20=D1=83=D0=B1=D0=BE=D1=80=D1=89=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B8=20=D0=B8=D0=BC=D0=BC=D1=83=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D1=82=D1=8B=20(#406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Приколы для скафандров и нерфы * 15% * Плюс нерфы * Среньк --- .../Clothing/Head/hardsuit-helmets.yml | 35 ++++++++++++++++++- .../Entities/Clothing/Shoes/specific.yml | 3 ++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index deade89995..2c5906b635 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -57,6 +57,7 @@ lowPressureMultiplier: 1000 - type: TemperatureProtection coefficient: 0.005 + - type: EyeProtection # WD edit #Engineering Hardsuit - type: entity @@ -75,6 +76,7 @@ - type: PressureProtection highPressureMultiplier: 0.1 lowPressureMultiplier: 1000 + - type: EyeProtection # WD edit #Spationaut Hardsuit - type: entity @@ -154,6 +156,7 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit #Brigmedic Hardsuit - type: entity @@ -206,6 +209,7 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit #Captain's Hardsuit - type: entity @@ -240,6 +244,7 @@ - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 1000 + - type: EyeProtection # WD edit #Chief Medical Officer's Hardsuit - type: entity @@ -301,6 +306,7 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity #Luxury Mining Hardsuit - type: entity @@ -346,6 +352,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #Blood-red Medic Hardsuit - type: entity @@ -371,6 +379,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #Syndicate Elite Hardsuit - type: entity @@ -398,6 +408,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #Syndicate Commander Hardsuit - type: entity @@ -423,6 +435,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #Cybersun Juggernaut Hardsuit - type: entity @@ -446,6 +460,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #Wizard Hardsuit - type: entity @@ -544,6 +560,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #ERT Engineer Hardsuit - type: entity @@ -566,6 +584,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #ERT Medical Hardsuit - type: entity @@ -581,6 +601,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi - type: PointLight color: "#adffec" + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #ERT Security Hardsuit - type: entity @@ -603,6 +625,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #ERT Janitor Hardsuit - type: entity @@ -618,6 +642,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi - type: PointLight color: "#cbadff" + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #CBURN Hardsuit - type: entity @@ -657,6 +683,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.9 + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #Deathsquad Hardsuit - type: entity @@ -682,6 +710,11 @@ Heat: 0.80 Radiation: 0.80 Caustic: 0.95 + - type: ClothingGrantComponent + component: + - type: NightVision + - type: FlashImmunity # WD edit + - type: EyeProtection # WD edit #MISC. HARDSUITS #Clown Hardsuit @@ -714,4 +747,4 @@ - type: PointLight color: "#f4ffad" radius: 5 - energy: 2 \ No newline at end of file + energy: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 4a49c804cd..8846ddb320 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -90,6 +90,9 @@ - type: Clothing sprite: Clothing/Shoes/Specific/galoshes.rsi - type: NoSlip + - type: ClothingSpeedModifier # WD edit + walkModifier: 1 # WD edit + sprintModifier: 0.9 # WD edit - type: entity parent: ClothingShoesBaseButcherable