Подкрутки и докрутки (#749)

This commit is contained in:
BIGZi0348
2024-10-26 18:02:50 +03:00
committed by GitHub
parent 3c3e43a7ac
commit 03df357703
2 changed files with 37 additions and 20 deletions

View File

@@ -2,5 +2,23 @@
blocking-examinable-verb-text = Защита blocking-examinable-verb-text = Защита
blocking-examinable-verb-message = Изучите значения защиты. blocking-examinable-verb-message = Изучите значения защиты.
blocking-fraction = Он блокирует [color=lightblue]{ $value }%[/color] входящего урона и: blocking-fraction = Он блокирует [color=lightblue]{ $value }%[/color] входящего урона и:
blocking-coefficient-value = - Отнимает [color=lightblue]{ $value }%[/color] [color=yellow]{ $type }[/color] урона. blocking-coefficient-value = - Получает [color=lightblue]{ $value }%[/color] [color=yellow]{ $type ->
blocking-reduction-value = - Отнимает на [color=lightblue]{ $value }[/color] меньше [color=yellow]{ $type }[/color] урона. *[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] урона меньше.

View File

@@ -77,17 +77,17 @@
- type: Blocking - type: Blocking
passiveBlockModifier: passiveBlockModifier:
coefficients: coefficients:
Blunt: 0.7 Blunt: 0.6
Slash: 0.7 Slash: 0.8
Piercing: 0.5 Piercing: 0.9
activeBlockModifier: activeBlockModifier:
coefficients: coefficients:
Blunt: 0.6 Blunt: 0.5
Slash: 0.6 Slash: 0.7
Piercing: 0.4 Piercing: 0.8
flatReductions: flatReductions:
Blunt: 1.5 Blunt: 2
Piercing: 1.5 Slash: 1
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -122,7 +122,7 @@
thresholds: thresholds:
- trigger: - trigger:
!type:DamageTrigger !type:DamageTrigger
damage: 120 damage: 140
behaviors: behaviors:
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] acts: [ "Destruction" ]
@@ -144,22 +144,21 @@
- type: Blocking - type: Blocking
passiveBlockModifier: passiveBlockModifier:
coefficients: coefficients:
Blunt: 0.8 Blunt: 0.9
Slash: 0.8 Slash: 0.9
Piercing: 0.8 Piercing: 0.6
activeBlockModifier: activeBlockModifier:
coefficients: coefficients:
Blunt: 0.7 Blunt: 0.85
Slash: 0.7 Slash: 0.85
Piercing: 0.7 Piercing: 0.5
flatReductions: flatReductions:
Blunt: 1.5 Piercing: 2
Piercing: 1.5
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
!type:DamageTrigger !type:DamageTrigger
damage: 220 damage: 200
behaviors: behaviors:
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] # WD end acts: [ "Destruction" ] # WD end