[Next Message in Time] | [Previous Message in Time] | [Next Message in Topic] | [Previous Message in Topic]

Message ID: 8255
Date: Thu Oct 7 21:56:55 BST 1999
Author: kim@xxxxxxxxxx.xxx
Subject: RE: Elf Hide Gloves


On Thu, 7 Oct 1999, Ryan Honeyman wrote:
>
> Both those lead to a multiplier of 3.66
>
> 2 dmg fists * 3.66 = ceil(7.32) = 8.
>
> Lots of math to back me up here, although it may not be 'Verant
> math' which is known to exist.

How about

floor(damage*level/10) + 1

So at level 38, you do:

floor(damage*3.8)+1 = 7+1 = 8

That would also explain why the damage formula is 2*dam+1 from
levels 1-20. The lower limit on this is probably

floor(damage*20/10)+1

Dunno how strength factors in.

--
John H. Kim
kim@...