07-27-2003, 09:01 PM
The tohit formula looks unchanged in 1.10, but the base AR calcs are different now, both for players and monsters.
players:
ar = (dex - 7) * 5 + tohit bonus + tohit factor
monsters:
ar = tohit bonus + 5 * dex + tohit base
Yea, the ar*4 is removed.
players:
ar = (dex - 7) * 5 + tohit bonus + tohit factor
monsters:
ar = tohit bonus + 5 * dex + tohit base
Yea, the ar*4 is removed.