PDA

View Full Version : Eth Item defence


jakotaco
12-09-2006, 22:04
If you have an ethereal item with plain +defence is the defence formula like this?

1,5 * (base def + bonus def)

Or, like this?

(1,5 * base def) + bonus def

Thanks in advance :thumbsup:

Evrae Altana
12-09-2006, 22:11
I believe it's (1.5 * base) + bonus defense

Merick
12-09-2006, 22:12
The second.

Edit- See my avatar for an illustration of my frustration of getting beaten to the punch.

Ax2Grind
13-09-2006, 15:43
{(Base defense * (1 + Etherealness)) * (1 + Enhanced Defense)} + Bonus Defense

Bonus defense is the phrase for the affix that simply adds defense.[/Nitpicking]

{{Base defense * (1 + Etherealness)} * (1 + Enhanced Defense)} + Bonus Defense

It's a pain having three sets of brackets on a computer.

Frosty_The_Snowman
13-09-2006, 15:46
You've forgotten that D2 rounds down at every step, so the formula is :

[[Base Defense * 1.5] * (1 + Enhanced Defense)] + Bonus Defense

where [ ] = rounding down.

jakotaco
13-09-2006, 21:49
Ok, thanks all... this is also what i suspected.