You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for many Bloodline Ascendancy nodes (#9314)
* Lycia - Bitter Heresy
Profane Ground you create inflicts Malediction on Enemies
Profane Ground you create also affects you and your Allies, granting Chaotic Might
* Ward % from Armour
* Farrul - Spectral Tiger
Trigger Level 20 Summon Spectral Tiger on Critical Strike
* Farrul Beast Auras
Raised Beast Spectres have Farrul's Farric Presence
Raised Beast Spectres have Farrul's Fertile Presence
Raised Beast Spectres have Farrul's Wild Presence
* Per Phantasm
2% increased Movement Speed per Summoned Phantasm
* Minion on Low life
Minions deal 15% more Damage while they are on Low Life
* Ward Shatter
Trigger Level 20 Ward Shatter when your Ward Breaks
* Misty Reflection
Grants Level 20 Misty Reflection Skill
* Fix Ward Shatter + minion low life mod
---------
Co-authored-by: LocalIdentity <[email protected]>
description="Dash backwards, leaving a short-lived mist copy of yourself that Taunts nearby Enemies for a short duration. The copy can be damaged by Enemies, and copies that are killed by an Enemy will apply a debuff in an area that makes affected targets take 30% increased Damage and deal 30% less Damage for 4 seconds.",
description="Summons a Spectral Tiger Companion that attacks nearby enemies and dies after a duration. Each Spectral Tiger grants you a buff that increases Critical Strike Chance, and increases Attack and Cast Speed. If you have the maximum number of them, refreshes the duration and life of an existing one instead.",
description="Your ward shatters, dealing physical spell damage to enemies in an area, based on the amount of ward you have. Enemies hit are inflicted with Enervation, a Debuff that lowers Movement Speed by 20% and prevents Life and Energy Shield Recovery for 4 seconds.",
Copy file name to clipboardExpand all lines: src/Modules/ConfigOptions.lua
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,9 @@ return {
195
195
{ var="minionsConditionFullLife", type="check", label="Are your Minions always on Full ^xE05030Life?", ifMinionCond="FullLife", apply=function(val, modList, enemyModList)
{ var="minionsConditionFullEnergyShield", type="check", label="Minion is always on Full ^x88FFFFEnergy Shield?", ifMinionCond="FullEnergyShield", apply=function(val, modList, enemyModList)
{ var="configSnipeStages", type="count", label="# of Snipe stages:", ifSkill="Snipe", tooltip="Sets the number of stages reached before releasing Snipe.", apply=function(val, modList, enemyModList)
{ var="configSpectralTigerCount", type="count", label="# of Active Spectral Tigers:", ifSkill="Summon Spectral Tiger", defaultPlaceholderState=5, tooltip="Sets the number of active Spectral Tigers.\nThe base maximum number of Spectral Tigers is 5.", apply=function(val, modList, enemyModList)
{ var="configSpectralWolfCount", type="count", label="# of Active Spectral Wolves:", ifSkill="Summon Spectral Wolf", tooltip="Sets the number of active Spectral Wolves.\nThe base maximum number of Spectral Wolves is 10.", apply=function(val, modList, enemyModList)
{ var="conditionWardBrokenPast2Seconds", type="check", label="Has your ^xFFFF77Ward ^7broken in the past 2s?", ifCond="WardBrokenPast2Seconds", apply=function(val, modList, enemyModList)
{ var="conditionBeenHitRecently", type="check", label="Have you been Hit Recently?", ifCond="BeenHitRecently", apply=function(val, modList, enemyModList)
0 commit comments