Release 1.4.98

- Fixed Bow DoT nodes
- Fixed Acrobatics
This commit is contained in:
Openarl
2018-08-29 13:03:27 +10:00
parent 77c06513f8
commit f4d8b110a7
6 changed files with 15 additions and 8 deletions

View File

@@ -865,7 +865,7 @@ local specialModList = {
["no damage multiplier for ailments from critical strikes"] = { flag("NoCritDegenMultiplier") },
["the increase to physical damage from strength applies to projectile attacks as well as melee attacks"] = { flag("IronGrip") },
["converts all evasion rating to armour%. dexterity provides no bonus to evasion rating"] = { flag("IronReflexes") },
["30%% chance to dodge attack hits%. 50%% less armour, 30%% less energy shield, 30%% less chance to block spells and attacks"] = {
["30%% chance to dodge attack hits%. 50%% less armour, 30%% less energy shield, 30%% less chance to block spell and attack damage"] = {
mod("AttackDodgeChance", "BASE", 30),
mod("Armour", "MORE", -50),
mod("EnergyShield", "MORE", -30),