How MR works, MR Tests

Discussion on running your own board and editing MajorMUD.
Post Reply
Ravyn
Posts: 38
Joined: Wed Mar 30, 2016 4:40 pm

How MR works, MR Tests

Post by Ravyn »

MR TESTS

By Ravyn of Codered BBS

--------------------------------------
Non-ANTIMAGIC

MR on Dmg = (Dmg *((MR-50)/200)), while MR = 50 to 150 max, if MR>150 then MR=150,
Which means a max of 50% damage reduction
note: the damage shown to the user is not the damage taken, it does not include this formula.


Resist NO/NEVER seem to be same, possibly NO offers 1/10th of Yes %? Never is never
Resist Yes will allow MR to completely resist, possibly using above formula as %


---------------------------------------

ANTIMAGIC

Mr on any (dmg-mr) | dmg = (dmg - (dmg *(MR/200))), no max
note: the damage shown to the user is not the damage taken, it does not include this formula

Resist same


Post Reply