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
Add support for crucible min stages/cooldown with Incinerate/Flameblast (#6246)
* Add support for crucible min stages/cooldown with Incinerate/Flameblast
* Set minimum stages to at least 1 or min stages value
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
activeSkill.activeStageCount=(env.mode=="CALCS" andactiveEffect.srcInstance.skillStageCountCalcs) or (env.mode~="CALCS" andactiveEffect.srcInstance.skillStageCount)
544
+
activeSkill.activeStageCount=m_max((env.mode=="CALCS" andactiveEffect.srcInstance.skillStageCountCalcs) or (env.mode~="CALCS" andactiveEffect.srcInstance.skillStageCount) or1, 1+skillModList:Sum("BASE", activeSkill.skillCfg, "Multiplier:"..activeGrantedEffect.name:gsub("%s+", "").."MinimumStage"))
0 commit comments