Hitpoints: Difference between revisions
No edit summary |
Updating the formula for working out experience for the damage done |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
== Experience Calculation == | == Experience Calculation == | ||
Experience gained in [[Hitpoints]] is calculated using the formula: <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">floor(4/3 | Experience gained in [[Hitpoints]] is calculated using the formula: <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">floor(4/3 × damage)</code> | ||
Because of the floor rounding, you may lose small amounts of experience if your damage dealt isn't divisible by 3. For example: | Because of the floor rounding, you may lose small amounts of experience if your damage dealt isn't divisible by 3. For example: | ||
Line 10: | Line 10: | ||
This rounding loss becomes less significant as your hits get larger. | This rounding loss becomes less significant as your hits get larger. | ||
(Losing 0.33 XP from a 2-damage hit is more impactful than losing 0.33 XP from a 20-damage hit.) | (Losing 0.33 XP from a 2-damage hit is more impactful than losing 0.33 XP from a 20-damage hit.) | ||
[[Category:Skills]][[Category:Combat Skills]] |