Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
stats [2021/01/03 02:44] zaalahstats [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, meaning it is modified by armor, pierce, and other stats. Each additional level gives more base damage. 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, meaning it is modified by armor, pierce, and other stats. Each additional level gives more base damage.
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 
 + 
 +A snapshot of what this looks like: 
 +^Combat Level^Damage Boost^ 
 +|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|
  
 Your %Damage energizement modifier does NOT multiply against your combat level bonus, only your Savagery damage. Your %Damage energizement modifier does NOT multiply against your combat level bonus, only your Savagery damage.
  
-**Savagery**+==== Savagery ====
  
-Savagery increases your damage. Each additional point of Savagery is less valuable, but always adds some damage. Thus, someone who has 1k Savagery does NOT do 2x the damage of someone with 500 Savagery.+Savagery increases your damage. 
  
-The formula to calculate how much additional damage Savagery gives you is: +Each point of Savagery gives you 2 damage.
- +
-(10000 * savagery / (savagery + 3000))+
  
 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 "ticks" of combat, you will attack. 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 "ticks" of combat, you will attack.
 +
 +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 50 health, but is less effective for each additional point of Fortitude.+Fortitude gives you health. Each point of Fortitude gives 25 health.
  
-To calculate your health from your Fortitude:+Fortitude also gives a 0.001% Health Multiplier.
  
-100000 * fortitude / (fortitude + 4000) 
  
-**Armor / Pierce**+==== Armor / Pierce ====
  
-Armor and Pierce work directly together. Pierce increases your damage (or a monster's damage against you) and Armor directly negates Pierce. This applies a multiplier to damage that scales damage, with a wider gap between the stats giving a larger multiplier.+Armor and Pierce work directly together. Pierce increases your damage (or a monster's damage against you) and Armor directly negates Pierce. This applies a multiplier to damage that scales damage.
  
-This is calculated as follows, where "target" is the receiver of damage, and "source" is the doer of damage:+This is calculated as follows, where "target" is the receiver of damage, and "source" is the do'er of damage:
  
-50 (50 + (targetArmor - sourcePierce))+sourcePierce / targetArmor
  
-**Damage Reduction (DR) / Ignore Damage Reduction (IDR)**+Example: Attackers pierce = 1200; Targets Armor = 1000; 
 +1200/1000 = 1.2 
 + 
 +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's DR. 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's DR.
Line 52: 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, meaning it's impossible to get 100% IDR. For example, if you have 80% IDR on one piece of gear and 50IDR on anotherthat makes 90% total IDR (not 130%).+IDR is applied multiplicatively, meaning it's impossible to get 100% IDR. Each IDR an equipment directly has (T6 augments) or any energizement on the equipment (Rifle, sidearm, gloves can have them) will be calculated individually. 
 + 
 +The total IDR calculation is: 
 + 
 +IDR = 1 - ( (1-IDR#1) * (1-IDR#2) * ... ) 
 + 
 +For example, let's assume we have 18% IDR*2 energizements on 2 equipments and 4 T6 augments which are 5each. Thenwe get: 
 +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 58: 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/pierce modifier +  - Multiplied against armor/pierce modifier. 
-  - Given a random +/- 10% adjustment +  - Given a random +/- 15% adjustment (Min / Max Energizement can effect this number). 
-  - 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/12/20/33%)