diff --git a/Resources/Locale/ru-RU/blocking/blocking-examine.ftl b/Resources/Locale/ru-RU/blocking/blocking-examine.ftl index 303b10655b..aca9ca8301 100644 --- a/Resources/Locale/ru-RU/blocking/blocking-examine.ftl +++ b/Resources/Locale/ru-RU/blocking/blocking-examine.ftl @@ -2,5 +2,23 @@ blocking-examinable-verb-text = Защита blocking-examinable-verb-message = Изучите значения защиты. blocking-fraction = Он блокирует [color=lightblue]{ $value }%[/color] входящего урона и: -blocking-coefficient-value = - Отнимает [color=lightblue]{ $value }%[/color] [color=yellow]{ $type }[/color] урона. -blocking-reduction-value = - Отнимает на [color=lightblue]{ $value }[/color] меньше [color=yellow]{ $type }[/color] урона. +blocking-coefficient-value = - Получает [color=lightblue]{ $value }%[/color] [color=yellow]{ $type -> + *[other] Другого + [Blunt] Тупого + [Slash] Рубящего + [Piercing] Проникающего + [Heat] Теплового + [Radiation] Радиационного + [Caustic] Кислотного + [Cold] Морозного + }[/color] урона. +blocking-reduction-value = - Получает на [color=lightblue]{ $value }[/color] [color=yellow]{ $type -> + *[other] Другого + [Blunt] Тупого + [Slash] Рубящего + [Piercing] Проникающего + [Heat] Теплового + [Radiation] Радиационного + [Caustic] Кислотного + [Cold] Морозного + }[/color] урона меньше. diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index c3a0f7203e..7bcd45592c 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -77,17 +77,17 @@ - type: Blocking passiveBlockModifier: coefficients: - Blunt: 0.7 - Slash: 0.7 - Piercing: 0.5 + Blunt: 0.6 + Slash: 0.8 + Piercing: 0.9 activeBlockModifier: coefficients: - Blunt: 0.6 - Slash: 0.6 - Piercing: 0.4 + Blunt: 0.5 + Slash: 0.7 + Piercing: 0.8 flatReductions: - Blunt: 1.5 - Piercing: 1.5 + Blunt: 2 + Slash: 1 - type: Destructible thresholds: - trigger: @@ -122,7 +122,7 @@ thresholds: - trigger: !type:DamageTrigger - damage: 120 + damage: 140 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] @@ -144,22 +144,21 @@ - type: Blocking passiveBlockModifier: coefficients: - Blunt: 0.8 - Slash: 0.8 - Piercing: 0.8 + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.6 activeBlockModifier: coefficients: - Blunt: 0.7 - Slash: 0.7 - Piercing: 0.7 + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.5 flatReductions: - Blunt: 1.5 - Piercing: 1.5 + Piercing: 2 - type: Destructible thresholds: - trigger: !type:DamageTrigger - damage: 220 + damage: 200 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] # WD end