Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
items:mitigation [2019/10/04 05:14]
joshin created
items:mitigation [2020/07/01 03:13] (current)
Line 1: Line 1:
-======Mitigation====== +Mitigation in MMOItems is separated into three mechanics: **Blocking, Dodging and Parrying**. Any numeric value in that page can be edited in the main plugin config file (''​mitigation'' ​config section).
- +
-Mitigation in MMOItems is separated into three mechanics: **Blocking, Dodging and Parrying**. Any numeric value in that page can be edited in the main plugin config file (_mitigation_ ​config section).+
  
 Whenever an attack damage is being lowered by mitigation, a particle effect plays in front of the player, and he is sent a message on the action bar (or via chat). Whenever an attack damage is being lowered by mitigation, a particle effect plays in front of the player, and he is sent a message on the action bar (or via chat).
  
-===Blocking===+=====Blocking=====
 When blocking a melee or projectile attack, a player reduces damage taken by a significant amount. Both the block chance and block power (percentage of damage you are blocking) can be increased by items. Blocking power has a default value and a cap, meaning that if a player has no item giving him extra block power, he will block at least 20% of the damage taken. Blocking power can't exceed 75%. When blocking a melee or projectile attack, a player reduces damage taken by a significant amount. Both the block chance and block power (percentage of damage you are blocking) can be increased by items. Blocking power has a default value and a cap, meaning that if a player has no item giving him extra block power, he will block at least 20% of the damage taken. Blocking power can't exceed 75%.
 The chance of blocking an attack is determined by the _Block Rating_ stat. The chance of blocking an attack is determined by the _Block Rating_ stat.
-```+<​code>​
     STEEL_BREASTPLATE:​     STEEL_BREASTPLATE:​
         material: IRON_CHESTPLATE         material: IRON_CHESTPLATE
         block-power:​ 10         block-power:​ 10
         block-rating:​ 5         block-rating:​ 5
-```+</​code>​
  
-===Dodging===+=====Dodging=====
 When dodging a melee or projectile attack, a player entirely **negates** damage taken and performs a quick dash backwards, allowing him to escape from the fight. The chance of dodging an attack is capped at 80%. When dodging a melee or projectile attack, a player entirely **negates** damage taken and performs a quick dash backwards, allowing him to escape from the fight. The chance of dodging an attack is capped at 80%.
- +<​code>​
-```+
     SWIFT_LEATHER_BOOTS:​     SWIFT_LEATHER_BOOTS:​
         material: LEATHER_BOOTS         material: LEATHER_BOOTS
         dodge-rating:​ 10         dodge-rating:​ 10
-```+</​code>​
  
-===Parrying===+=====Parrying=====
 Just like dodging, parrying entirely negates attack damage and knocks the attacker back.\ Just like dodging, parrying entirely negates attack damage and knocks the attacker back.\
 The knockback force can be edited in the config file. The knockback force can be edited in the config file.
-```+<​code>​
     DWARVEN_SHIELD:​     DWARVEN_SHIELD:​
         material: SHIELD         material: SHIELD
         parry-rating:​ 10         parry-rating:​ 10
-```+</​code>​
  
-===Mitigation Cooldown Reduction===+=====Mitigation Cooldown Reduction=====
 Every mitigation stat also features a cooldown reduction stat. By default, a player cannot dodge, parry or block more than one attack every few seconds. These cooldown stats lower that delay, which can be really useful if the player is running low on health. Every mitigation stat also features a cooldown reduction stat. By default, a player cannot dodge, parry or block more than one attack every few seconds. These cooldown stats lower that delay, which can be really useful if the player is running low on health.
-```+<​code>​
     ROGUE_AMULET:​     ROGUE_AMULET:​
         material: RED_DYE         material: RED_DYE
         dodge-cooldown-reduction:​ 40         dodge-cooldown-reduction:​ 40
-```+</​code>​

items/mitigation.1570166083.txt.gz · Last modified: 2020/07/01 03:13 (external edit)