Подкрутки и докрутки (#749)
This commit is contained in:
@@ -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] урона меньше.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user