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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user