diff --git a/Data/Gems/sup_dex.lua b/Data/Gems/sup_dex.lua index ed3554f7..c52266b0 100644 --- a/Data/Gems/sup_dex.lua +++ b/Data/Gems/sup_dex.lua @@ -723,7 +723,7 @@ gems["Lesser Multiple Projectiles"] = { [16] = { projectile_damageMore = 0.82, }, [17] = { projectile_damageMore = 0.83, }, [18] = { projectile_damageMore = 0.83, }, - [19] = { projectile_damageMore = 0.835, }, -- EDITED + [19] = { projectile_damageMore = 0.84, }, [20] = { projectile_damageMore = 0.84, }, [21] = { projectile_damageMore = 0.85, }, [22] = { projectile_damageMore = 0.85, }, diff --git a/Data/Rares.lua b/Data/Rares.lua index 7703d9cc..dcdabc99 100644 --- a/Data/Rares.lua +++ b/Data/Rares.lua @@ -141,9 +141,11 @@ Suffixes: {range:0}+(0 to 360) to Accuracy Rating]], ["phys 1h"] = [[ {phys 1h pre} +{range:0}Adds (0-72 to 0-123) Chaos Damage {melee suf}]], ["phys 2h"] = [[ {phys 2h pre} +{range:0}Adds (0-108 to 0-185) Chaos Damage {melee suf}]], ["elem 1h"] = [[ {elem 1h pre} @@ -785,6 +787,7 @@ Physical Bow Harbinger Bow (30 to 50)% increased Critical Strike Chance {phys 2h pre} +{range:0}Adds (0-72 to 0-123) Chaos Damage {ranged suf} ]],[[ Elemental Bow @@ -952,6 +955,7 @@ Physical Wand Imbued Wand (15 to 19)% increased Spell Damage {phys 1h pre} +{range:0}Adds (0-72 to 0-123) Chaos Damage {ranged suf} ]],[[ Elemental Wand diff --git a/Modules/ModTools.lua b/Modules/ModTools.lua index 331e609f..9ba64758 100644 --- a/Modules/ModTools.lua +++ b/Modules/ModTools.lua @@ -81,7 +81,7 @@ function modLib.listScaleMerge(modList, modName, modVal, scale) local type = modLib.getModType[modName] if type == "MORE" then modLib.listMerge(modList, modName, 1 + m_floor((modVal - 1) * scale * 100) / 100) - elseif type == "INC" or m_abs(modVal) == modVal then -- Yes, there's a nasty hack there, move along + elseif type == "INC" or m_floor(modVal) == modVal then -- Yes, there's a nasty hack there, move along modLib.listMerge(modList, modName, m_floor(modVal * scale)) else modLib.listMerge(modList, modName, modVal * scale) diff --git a/README.md b/README.md index e09d6a56..29df4c11 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Head over to the [Releases](https://github.com/Openarl/PathOfBuilding/releases) ![ss3](https://cloud.githubusercontent.com/assets/19189971/18089780/f0ff234a-6f04-11e6-8c88-6193fe59a5c4.png) ## Changelog +### 1.1.9 - 2016/10/07 + * Added flat chaos damage to all physical weapon templates + ### 1.1.8 - 2016/10/04 * Added support for the "Your flasks grant" modifiers on Doryani's Invitation * Detection of the Unarmed state now ignores the offhand diff --git a/changelog.txt b/changelog.txt index 9a5206ee..43597b5f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +VERSION[1.1.9][2016/10/07] + * Added flat chaos damage to all physical weapon templates VERSION[1.1.8][2016/10/04] * Added support for the "Your flasks grant" modifiers on Doryani's Invitation * Detection of the Unarmed state now ignores the offhand diff --git a/manifest.xml b/manifest.xml index 3ff17b78..11777c9c 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ - + - + @@ -46,16 +46,16 @@ - + - + - +