[0.9.090-PUBLIC#4586] Freeze Chance Is Opposed By Burn Resistance

Theron

Well-Known Member
Nov 8, 2018
3,325
1,317
44
Code:
var V = u.getHPResistances().burning.resistanceValue / 10;
(W / 2 + (0, v.TN)(20) + 1 >= u.physique() / 2 + 15 + V || P.wasCrit)
 &&(window.StaticCombatAttacks.applyFreeze(u, 2), (M || O) && combatAppend(" <b>Frozen!</b>"))
CHANCE_APPLY_FREEZE checks the target's Burning Resistance instead of Freezing.