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
Critical strike in last 8 seconds uses crit recently as condition (#711)
* crit in last 8 secs to crit recently
* Fix mod to use it's own config
* Use old mod wording
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
{ var="conditionCritRecently", type="check", label="Have you Crit Recently?", ifCond="CritRecently", implyCond="SkillCritRecently", tooltip="This also implies that your Skills have Crit Recently.", apply=function(val, modList, enemyModList)
983
+
{ var="conditionCritRecently", type="check", label="Have you Crit Recently?", ifCond="CritRecently", implyCondList={ "SkillCritRecently", "CritInPast8Sec" }, tooltip="This also implies that your Skills have Crit Recently.", apply=function(val, modList, enemyModList)
{ var="conditionCritInPast8Sec", type="check", label="Have you Crit in the past 8s?", ifCond="CritInPast8Sec", apply=function(val, modList, enemyModList)
{ var="conditionCritWithHeraldSkillRecently", type="check", label="Have your Herald Skills Crit Recently?", ifCond="CritWithHeraldSkillRecently", implyCond="SkillCritRecently", tooltip="This also implies that your Skills have Crit Recently.", apply=function(val, modList, enemyModList)
995
+
{ var="conditionCritWithHeraldSkillRecently", type="check", label="Have your Herald Skills Crit Recently?", ifCond="CritWithHeraldSkillRecently", implyCondList={ "SkillCritRecently", "CritInPast8Sec" }, tooltip="This also implies that your Skills have Crit Recently.", apply=function(val, modList, enemyModList)
{ var="conditionChannelling", type="check", label="Are you Channelling?", ifCond="Channelling", tooltip="You will automatically be considered to be Channeling if your main skill is a channelled skill,\nbut you can use this option to force it if necessary.", apply=function(val, modList, enemyModList)
0 commit comments