Add Malachai's Vision

This commit is contained in:
Openarl
2016-12-02 16:35:26 +10:00
parent ded72b5ae3
commit 8a26e99def
6 changed files with 21 additions and 6 deletions

View File

@@ -37,6 +37,17 @@ Requires Level 68, 62 Str, 91 Int
12% increased maximum Life if you wear no Corrupted items
Regenerate 100 Life per second if you wear no Corrupted items
]],[[
Malachai's Vision
Praetor Crown
Unreleased: true
Adds 16 to 35 Chaos Damage
+226 to maximum Energy Shield
+32% to Cold Resistance
+20% to Lightning Resistance
Regenerate 100 Energy Shield per second if all worn items are Corrupted
Regenerate 35 Mana per second if all worn items are Corrupted
Corrupted
]],[[
Tukohama's Fortress
Ebony Tower Shield
Unreleased: true

View File

@@ -658,6 +658,7 @@ local function mergeMainMods(env, repSlotName, repItem)
-- Build and merge item modifiers, and create list of radius jewels
env.radiusJewelList = wipeTable(env.radiusJewelList)
env.itemList = { }
env.modDB.conditions["UsingAllCorruptedItems"] = true
for slotName, slot in pairs(build.itemsTab.slots) do
local item
if slotName == repSlotName then
@@ -714,6 +715,8 @@ local function mergeMainMods(env, repSlotName, repItem)
env.modDB.multipliers[key] = (env.modDB.multipliers[key] or 0) + 1
if item.corrupted then
env.modDB.multipliers.CorruptedItem = (env.modDB.multipliers.CorruptedItem or 0) + 1
else
env.modDB.conditions["UsingAllCorruptedItems"] = false
end
end
end

View File

@@ -335,6 +335,7 @@ local modTagList = {
["with a rare item equipped"] = { tag = { type = "Condition", var = "UsingRareItem" } },
["with a unique item equipped"] = { tag = { type = "Condition", var = "UsingUniqueItem" } },
["if you wear no corrupted items"] = { tag = { type = "Condition", var = "NotUsingCorruptedItem" } },
["if all worn items are corrupted"] = { tag = { type = "Condition", var = "UsingAllCorruptedItems" } },
["with main hand"] = { tag = { type = "Condition", var = "MainHandAttack" } },
["with off hand"] = { tag = { type = "Condition", var = "OffHandAttack" } },
-- Player status conditions

View File

@@ -50,7 +50,7 @@ Head over to the [Releases](https://github.com/Openarl/PathOfBuilding/releases)
## Changelog
### 1.2.20 - 2016/12/02
* Added 'The Pandemonius', 'Light of Lunaris' and 'The Surrender'
* Added 'The Pandemonius', 'Light of Lunaris', 'The Surrender' and 'Malachai's Vision'
* Added support for the Minion and Totem Elemental Resistances gem
* The new elemental damage multiplier has been added to this gem
* Added support for the Spell Damage->Attack Damage modifier on Crown of Eyes

View File

@@ -1,5 +1,5 @@
VERSION[1.2.20][2016/12/02]
* Added 'The Pandemonius', 'Light of Lunaris' and 'The Surrender'
* Added 'The Pandemonius', 'Light of Lunaris', 'The Surrender' and 'Malachai's Vision'
* Added support for the Minion and Totem Elemental Resistances gem
* The new elemental damage multiplier has been added to this gem
* Added support for the Spell Damage->Attack Damage modifier on Crown of Eyes

View File

@@ -7,7 +7,7 @@
<File sha1="d4d8e00d3ecc2ffb3d0c2df0876c009bfe0937d2" name="Launch.lua" part="program"/>
<File sha1="93e19c2a160eb49993d50d9e2b47ea79962373d9" name="UpdateCheck.lua" part="program"/>
<File sha1="4f17937f2b37784e169a3792b235f2a0a3961e61" name="UpdateApply.lua" part="program"/>
<File sha1="b87871c19665819cee27e914c1a452cd70108a6f" name="changelog.txt" part="program"/>
<File sha1="a12aa64161dcc46e62cabf3e6da02083b9815535" name="changelog.txt" part="program"/>
<File sha1="231a4fe264d84294427edacbf3e29ec4b301712e" name="Classes/BuildListControl.lua" part="program"/>
<File sha1="47c28993f5653955c9e76714775d87ac22b077da" name="Classes/ButtonControl.lua" part="program"/>
<File sha1="441d881e7e7ad3512aedb50bec8fa811b268a4db" name="Classes/CalcBreakdownControl.lua" part="program"/>
@@ -44,17 +44,17 @@
<File sha1="4b7675c8b4fe71cade7dd3d70793df1ed8022d01" name="Classes/UndoHandler.lua" part="program"/>
<File sha1="df13c234d2380109467ab1014a01db6fce9139d0" name="Modules/Build.lua" part="program"/>
<File sha1="8a07fe01c53b785ebb6256236e781fbaabd36c0e" name="Modules/BuildList.lua" part="program"/>
<File sha1="f0b0c6211fd261d32b8f1c684e70ad81fdc11feb" name="Modules/Calcs.lua" part="program"/>
<File sha1="381aded19cded9f7e33f1f8465b48cba72b5a2a5" name="Modules/Calcs.lua" part="program"/>
<File sha1="2a3ddc6fef06339cd06614fe032694a4e57bf878" name="Modules/CalcSections.lua" part="program"/>
<File sha1="f207df4010cb3c7bc6cce98be2529a3b8a708b8f" name="Modules/Common.lua" part="program"/>
<File sha1="bad785f71247b99ff76d9a359f725968aa71da5f" name="Modules/Data.lua" part="program"/>
<File sha1="3a102f9c6a0a4cdb04d549c38939fbdae07add28" name="Modules/ItemTools.lua" part="program"/>
<File sha1="6165a0baf0c7d1cb6adf9bef68bfa9d9d3ad67ec" name="Modules/Main.lua" part="program"/>
<File sha1="c023ff08a2e58f17c4d58d1c88d7f874dd64e039" name="Modules/ModParser.lua" part="program"/>
<File sha1="4e2b495019beb400c29f432e98af93e0387a6bee" name="Modules/ModParser.lua" part="program"/>
<File sha1="5f93a9d8f58e0d5990a1f84e1ab1d53fbd35fb56" name="Modules/ModTools.lua" part="program"/>
<File sha1="e7ee7e5b6388facb7bf568517ecc401590757df7" name="Assets/ring.png" part="program"/>
<File sha1="9a320bfe629b1cf3f14fc77fbbf2508d0a5b2841" name="Assets/small_ring.png" part="program"/>
<File sha1="fc5be0c9762caca7f914434a20c0ae16bdc72a47" name="Data/New.lua" part="program"/>
<File sha1="1b66909f81b551c83d6d14a41c454c409a979d7f" name="Data/New.lua" part="program"/>
<File sha1="436dba231a2092dca6d25093577be027aaada152" name="Data/Rares.lua" part="program"/>
<File sha1="b8a4148b8dc94f61263dc1f4b23470032dffb74d" name="Data/Gems/act_dex.lua" part="program"/>
<File sha1="0b0026bdb9342999eda1890965e3b548c49f7b4d" name="Data/Gems/act_int.lua" part="program"/>