Release 1.2.19

- Updated tree to 2.5.0
- Added 'The Halcyon'
- Added "enemy at Close Range" condition
- Fixed projectile damage taken mod on Proejctile Weakness
- Fixed error that could result from loading certain builds saved prior to version 1.0.27
- Added backend for multiple passive specs
This commit is contained in:
Openarl
2016-12-01 15:26:51 +10:00
parent ed24075f86
commit ba63b4d6b5
15 changed files with 227 additions and 98 deletions

View File

@@ -2492,6 +2492,9 @@ function calcs.buildOutput(build, mode)
if env.modDB.conditions.Onslaught then
t_insert(combatList, "Onslaught")
end
if env.modDB.conditions.UnholyMight then
t_insert(combatList, "Unholy Might")
end
for _, activeSkill in ipairs(env.activeSkillList) do
if activeSkill.buffModList or activeSkill.auraModList then
if activeSkill.skillFlags.multiPart then