From 154369941e3f4371b0e50065aa36909645530a8a Mon Sep 17 00:00:00 2001 From: Svarshik <96281939+lexaSvarshik@users.noreply.github.com> Date: Sat, 21 Dec 2024 04:19:18 +0500 Subject: [PATCH] [HOCebent] Fusee fix (#2375) --- .../Objects/Weapons/Guns/Snipers/snipers.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 899d89b9eb47..b2879e6481cd 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -50,3 +50,15 @@ path: /Audio/Weapons/bladeslice.ogg - type: StaticPrice price: 50 + - type: GunRequiresWield + - type: HeldSpeedModifier + sprintModifier: 0.7 + mirrorClothingModifier: false + - type: Blocking # not the best option, but blocking hardcoded to shields sadly + passiveBlockModifier: + coefficients: + Blunt: 1.0 + activeBlockModifier: + coefficients: + Blunt: 1.0 +