From 1a4df1bee0173bfadeadd572abf413ee4a698403 Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:28:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D1=84=D1=84=20=D0=B4=D0=B5=D1=81?= =?UTF-8?q?=D0=B2=D0=BE=D1=80=D0=B4=D0=B0=20(#381)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Перевод отражения снарядов * Бафф десворда * Wd edit * Wd edit 2 * Фикс отрицательного урона * Меньше насрано * Ремув фан * Дофикс фикса * Отражено --- .../Locale/ru-RU/weapons/reflect/reflect-component.ftl | 2 +- .../Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Locale/ru-RU/weapons/reflect/reflect-component.ftl b/Resources/Locale/ru-RU/weapons/reflect/reflect-component.ftl index 9adc1a97f8..a818f2acf9 100644 --- a/Resources/Locale/ru-RU/weapons/reflect/reflect-component.ftl +++ b/Resources/Locale/ru-RU/weapons/reflect/reflect-component.ftl @@ -1 +1 @@ -reflect-shot = Reflected! +reflect-shot = Отражено! diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 0763759c24..f508f22406 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -250,14 +250,14 @@ - type: IncreaseDamageOnWield damage: types: - Slash: 1.5 - Heat: 1.5 + Slash: 15 + Heat: 15 - type: MeleeWeapon attackRate: 1 - type: Reflect enabled: false - energeticChance: 0.6 - kineticChance: 0.6 + energeticChance: 1 + kineticChance: 0 spread: 45 - type: Construction deconstructionTarget: null