Experience: Difference between revisions

Jump to navigation Jump to search
60 bytes added ,  20:03, 8 August 2020
m
mNo edit summary
Line 6: Line 6:


Where Creature A is the one who is gaining the exp and Creature B is the one who was killed:
Where Creature A is the one who is gaining the exp and Creature B is the one who was killed:
<math alt="Tier Difference">\text{Tier Difference} = \lfloor \frac{\text{A's Level}}{5}\rfloor - \lfloor\frac{\text{B's Level}}{5}\rfloor</math>
<math alt="Tier Difference equals the floor of A's level divided by 5 minus the floor of B's Level divided by 5">\text{Tier Difference} = \lfloor \frac{\text{A's Level}}{5}\rfloor - \lfloor\frac{\text{B's Level}}{5}\rfloor</math>
{| class="wikitable
{| class="wikitable
! Tier Difference
! Tier Difference
Line 24: Line 24:
|}
|}
After determining the multiplier, the final XP rewarded is calculated with the below formula:
After determining the multiplier, the final XP rewarded is calculated with the below formula:
<math alt="Base XP times 0.5 to the power of A's Level minus B's Level divided by 5, floored">\text{XP Rewarded} = \text{BaseXP} * \text{Multiplier}^{\text{Tier Difference} }</math>
<math alt="Base XP times Multiplier to the power of Tier Difference">\text{XP Rewarded} = \text{BaseXP} * \text{Multiplier}^{\text{Tier Difference} }</math>


=== Example ===
=== Example ===

Navigation menu