Difference between revisions of "Status Resistance"
(Created page with " === What changed === *With Magic Builds Boosted & MDEF Items Revamped we are also adjusting how MDEF affects our current status resistance for balancing. *Adjusted required...") |
(No difference)
|
Revision as of 04:27, 15 August 2025
What changed
- With Magic Builds Boosted & MDEF Items Revamped we are also adjusting how MDEF affects our current status resistance for balancing.
- Adjusted required MDEF for Freeze status effects resistance.
- We are referring to HARD MDEF for this section.
Fckmw0fckmw
✅ Status Resistance Final Formula
<code>rate = base_rate - (base_rate * sc_def / 10000) - sc_def2; </code>
Where:
base_rateis usually 10000 (for 100% chance).sc_defis the percentage resistance calculated from stats (e.g.,MDEF * 20for Freeze).sc_def2is the flat resistance also from stats (e.g.,LUK * 5for Freeze). Subtracts a flat value after percentage reduction, making LUK, MDEF, or other stats critical for full immunity.
To achieve 100% immunity, your combined reductions must reduce rate = 10000 down to 0.