Release 1.4.115

- Added more spectres
- Fixed some Sentinel abilities
- Fixed wrong sign on Temporal Chains buff expire stat
- Fixed error when using Summoned Ursa's Rallying Cry
This commit is contained in:
Openarl
2018-10-29 13:03:31 +10:00
parent e60ff3cc4f
commit 184c622b87
18 changed files with 591 additions and 27 deletions

View File

@@ -1200,6 +1200,7 @@ local specialModList = {
["your aura buffs do not affect allies"] = { flag("SelfAurasCannotAffectAllies") },
["allies' aura buffs do not affect you"] = { flag("AlliesAurasCannotAffectSelf") },
["enemies can have 1 additional curse"] = { mod("EnemyCurseLimit", "BASE", 1) },
["you can apply an additional curse"] = { mod("EnemyCurseLimit", "BASE", 1) },
["nearby enemies have (%d+)%% increased effect of curses on them"] = function(num) return { mod("EnemyModifier", "LIST", { mod = mod("CurseEffectOnSelf", "INC", num) }) } end,
["nearby enemies have an additional (%d+)%% chance to receive a critical strike"] = function(num) return { mod("EnemyModifier", "LIST", { mod = mod("SelfExtraCritChance", "BASE", num) }) } end,
["nearby enemies have (%-%d+)%% to all resistances"] = function(num) return {