Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
stats [2021/02/18 15:19] – captainjack | stats [2023/02/04 18:05] (current) – [Armor / Pierce] marlex | ||
---|---|---|---|
Line 2: | Line 2: | ||
The variety of stats in Elethor is designed to create interesting choice in how to upgrade your gear, as well as create strategies in clearing specific dungeons and farming mid-late game monsters. | The variety of stats in Elethor is designed to create interesting choice in how to upgrade your gear, as well as create strategies in clearing specific dungeons and farming mid-late game monsters. | ||
- | **Combat Level** | + | ==== Combat Level ==== |
As you level up, you increase the base damage that you do. This base damage (plus the damage calculated by Savagery) is used in all further calculations, | As you level up, you increase the base damage that you do. This base damage (plus the damage calculated by Savagery) is used in all further calculations, | ||
Line 8: | Line 8: | ||
The bonus damage you get from your combat level is calculated as follows: | The bonus damage you get from your combat level is calculated as follows: | ||
- | (level / 2) * (1 + level) / 40 | + | Bonus level damage = (level / 2) * (1 + level) / 40 |
- | Your %Damage | + | A snapshot of what this looks like: |
+ | ^Combat Level^Damage | ||
+ | |10|1| | ||
+ | |20|5| | ||
+ | |30|12| | ||
+ | |40|21| | ||
+ | |50|32| | ||
+ | |60|46| | ||
+ | |70|62| | ||
+ | |80|81| | ||
+ | |90|102| | ||
+ | |100|126| | ||
+ | |110|153| | ||
+ | |120|182| | ||
+ | |130|213| | ||
+ | |140|247| | ||
+ | |150|283| | ||
+ | |160|322| | ||
+ | |170|363| | ||
+ | |180|407| | ||
+ | |190|454| | ||
+ | |200|503| | ||
- | **Savagery** | + | Your %Damage energizement modifier does NOT multiply against your combat level bonus, only your Savagery |
- | Savagery | + | ==== Savagery |
- | The formula to calculate how much additional damage | + | Savagery |
- | (10000 * savagery / (savagery + 3000)) | + | Each point of Savagery gives you 2 damage. |
Your savagery damage is multiplied directly with your %Damage energizement modifier. | Your savagery damage is multiplied directly with your %Damage energizement modifier. | ||
- | **Speed** | + | Savagery also gives you +0.1 true damage per point. |
+ | |||
+ | ==== Speed ==== | ||
More speed increases your attack speed. Each point of Speed is less effective. Your base attack speed (with 0 Speed) is 50. This means every 50 " | More speed increases your attack speed. Each point of Speed is less effective. Your base attack speed (with 0 Speed) is 50. This means every 50 " | ||
+ | |||
+ | Every point of speed gives a 0.02% true damage multiplier. | ||
To calculate your attack speed from your Speed: | To calculate your attack speed from your Speed: | ||
- | 50 - (50 * speed / (speed + 25)) | + | Attack speed = 50 - (50 * speed / (speed + 400)) |
- | **Fortitude** | + | ==== Fortitude |
- | Fortitude gives you health. Each point of Fortitude gives roughly | + | Fortitude gives you health. Each point of Fortitude gives 25 health. |
- | To calculate your health from your Fortitude: | + | Fortitude |
- | 100000 * fortitude / (fortitude + 4000) | ||
- | **Armor / Pierce** | + | ==== Armor / Pierce |
Armor and Pierce work directly together. Pierce increases your damage (or a monster' | Armor and Pierce work directly together. Pierce increases your damage (or a monster' | ||
- | This is calculated as follows, where " | + | This is calculated as follows, where " |
- | 100 / (100 + (targetArmor | + | sourcePierce |
- | The damage bonus caps out at 1.20x. This happens when your pierce is 20 points higher than the monster' | + | Example: Attackers pierce = 1200; Targets Armor = 1000; |
+ | 1200/1000 = 1.2 | ||
- | **Damage Reduction (DR) / Ignore Damage Reduction (IDR)** | + | Attacker deals 120% damage. |
+ | |||
+ | Pierce also gives you +0.5 true damage per point. | ||
+ | |||
+ | ==== Damage Reduction (DR) / Ignore Damage Reduction (IDR) ==== | ||
Similar to Armor / Pierce, DR and IDR work together. Only monsters are able to get DR, and only players are able to get IDR. Higher level monsters will have DR, which is a final % modifier to the damage you do to the monster. This value can be OVER 100%. Then your IDR is applied against the monster' | Similar to Armor / Pierce, DR and IDR work together. Only monsters are able to get DR, and only players are able to get IDR. Higher level monsters will have DR, which is a final % modifier to the damage you do to the monster. This value can be OVER 100%. Then your IDR is applied against the monster' | ||
Line 54: | Line 83: | ||
For example, if a monster has 50% DR, and you have 10% IDR, the monster will reduce your final damage by 45% (rather than 50%). | For example, if a monster has 50% DR, and you have 10% IDR, the monster will reduce your final damage by 45% (rather than 50%). | ||
- | IDR is applied multiplicatively, | + | IDR is applied multiplicatively, |
+ | |||
+ | The total IDR calculation is: | ||
+ | |||
+ | IDR = 1 - ( (1-IDR#1) * (1-IDR#2) * ... ) | ||
+ | |||
+ | For example, | ||
+ | 1 - ( (1-0.18)^4 * (1-0.05)^4 ) = 0.6317 which is 63% IDR. | ||
The formula for applying IDR is: | The formula for applying IDR is: | ||
Line 60: | Line 96: | ||
DR - (DR * IDR) | DR - (DR * IDR) | ||
- | **Damage** | + | ==== Damage |
Damage is calculated in the following order: | Damage is calculated in the following order: | ||
- | - Combat level base damage | + | - Combat level base damage. |
- | - Savagery damage * damage% energizement | + | - Savagery damage * damage% energizement. |
- 1 and 2 are added together. | - 1 and 2 are added together. | ||
- | - Multiplied against armor/ | + | - Multiplied against armor/ |
- | - Given a random +/- 15% adjustment | + | - Given a random +/- 15% adjustment |
- | - Multiplied against DR / IDR modifier | + | - Add true damage. |
+ | - Multiplied against DR / IDR modifier. | ||
**Effects** | **Effects** | ||
There are combat effects which are applied above and beyond this typical combat calculation. Each effect describes what it does and where it falls into this calculation. For example, Puncture is applied in the same way as normal damage, but ignores the armor / pierce modifier for a monster. If effects need clarity, please feel free to ask and the tooltips in-game will be updated. | There are combat effects which are applied above and beyond this typical combat calculation. Each effect describes what it does and where it falls into this calculation. For example, Puncture is applied in the same way as normal damage, but ignores the armor / pierce modifier for a monster. If effects need clarity, please feel free to ask and the tooltips in-game will be updated. | ||
+ | |||
+ | **Puncture** | ||
+ | |||
+ | - Combat level base damage. | ||
+ | - Savagery damage * damage% energizement. | ||
+ | - 1 and 2 are added together. | ||
+ | - Given a random +/- 15% adjustment (Min / Max Energizement can effect this number). | ||
+ | - Multiplied against DR / IDR modifier. | ||
+ | - Multiplied by puncture modifier (5/ |