From a7b0f2108990073a26dc045b8850db5128ba67b1 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Sat, 21 Dec 2024 08:02:51 -0300 Subject: [PATCH] Nerfed E-Shield (#2252) * Changes * Forgor comments * My brain is smooth * Extra smooth brain --------- Co-authored-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com> --- .../Prototypes/Entities/Objects/Shields/shields.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index 3bd4a89d532..235d51b8167 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -418,7 +418,7 @@ color: blue - type: ItemTogglePointLight - type: Reflect - reflectProb: 0.95 + reflectProb: 0.5 # DeltaV - Was 0.95 reflects: - Energy - type: Blocking @@ -426,8 +426,8 @@ coefficients: Blunt: 1.0 Slash: 0.9 - Piercing: 0.85 - Heat: 0.6 + Piercing: 0.7 # DeltaV - Was 0.85 + Heat: 0.5 # DeltaV - Was 0.6 activeBlockModifier: coefficients: Blunt: 1.2 @@ -444,13 +444,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 180 + damage: 380 # DeltaV - Was 180 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 100 + damage: 300 # DeltaV - Was 100 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ]