From b50490cc406016f144ec4ecdfbd470d99a4daf8a Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Fri, 26 May 2023 01:06:52 +0600 Subject: [PATCH] fix (#110) # Conflicts: # Content.Server/Weapons/Melee/EnergySword/EnergySwordSystem.cs # Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml --- .../Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 26a574213f..9040dba931 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -226,6 +226,9 @@ visible: false shader: unshaded map: [ "blade" ] + - type: Item + size: 10 + sprite: Objects/Weapons/Melee/double_esword.rsi - type: Wieldable - type: IncreaseDamageOnWield damage: @@ -236,6 +239,6 @@ attackRate: 1 - type: Reflect enabled: false - energeticChance: 0.7 - kineticChance: 0.7 + energeticChance: 0.6 + kineticChance: 0.6 spread: 45