From 1d5a3303e1f0fdbb5641812b61f95bf27f8513b0 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:04:49 -0700 Subject: [PATCH] Buff EMP implant and grenade range (#30660) Co-authored-by: plykiya --- .../Prototypes/Entities/Objects/Misc/subdermal_implants.yml | 2 +- .../Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml index 2368df7381..28788e9a13 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml @@ -173,7 +173,7 @@ implantAction: ActionActivateEmpImplant - type: TriggerImplantAction - type: EmpOnTrigger - range: 1.75 + range: 2.75 energyConsumption: 50000 disableDuration: 10 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index e36eff8ac3..2986eb0457 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -339,7 +339,7 @@ - type: Sprite sprite: Objects/Weapons/Grenades/empgrenade.rsi - type: EmpOnTrigger - range: 4 + range: 5.5 energyConsumption: 50000 - type: DeleteOnTrigger - type: Appearance -- 2.52.0