Skip to content
Update Damage System authored by Jules's avatar Jules
......@@ -77,7 +77,7 @@ critical-strikes:
Learn more about damage mitigation on the [MMOItems Wiki](https://gitlab.com/phoenix-dvpmt/mmoitems/-/wikis/Damage%20Mitigation). The damage mitigation system is the same for MMOCore and MMOItems.
All of these new mechanics can be fully configured in the MythicLib config file:
Some of the options for damage mitigation can be edited in the main MythicLib config file. For base/min/max values of damage mitigation-based stats, you should also check the `MythicLib/stats.yml` config file.
```plaintext
# Default and max. values of armor stats. These systems
......@@ -96,31 +96,15 @@ mitigation:
dodge: '&cYou just dodged #damage# damage.'
block:
power:
default: 25.0
max: 75.0
rating-max: 80.0
cooldown:
base: 5.0
min: 1.0
cooldown: 5.0
dodge:
knockback:
enabled: true
force: 1.0
rating-max: 80.0
cooldown:
base: 5.0
min: 1.0
knockback: 1.0
cooldown: 5
parry:
knockback:
enabled: true
force: 1.0
rating-max: 80.0
cooldown:
base: 8.0
min: 2.0
knockback: 1.0
cooldown: 8.0
```
## Damage Indicators
......
......