Difference between revisions of "Absorb"

From Basin Wiki
Jump to navigation Jump to search
m
(Clarified explanation, added examples)
Line 1: Line 1:
 
{{Absorb nav}}
 
{{Absorb nav}}
*Percentage and then integer Absorb are applied last when calculating damage.
+
*Percentage and then integer Absorb are applied after resistance when calculating damage.
*If current life <= maximum life minus the percentage of remaining damage or integer amount absorbed, then life equal to that amount is first returned; otherwise, life returns to maximum.
+
**Damage equivalent to percentage Absorb is subtracted from damage remaining after resistance.
*Damage is then reduced by the percentage or integer amount absorbed, and any remaining damage is applied to life.
+
**Damage equivalent to integer Absorb is subtracted from damage remaining after percentage Absorb.
*As a result, when current life <= maximum life minus the percentage of remaining damage or integer amount absorbed, then remaining damage is effectively reduced by double the percentage or integer amount.
+
**Healing equivalent to total damage absorbed is applied.
*There is a ceiling of Absorb 40%, so there can never be a net life gain. Absorb % thus performs a similar function to Resist %, so when current life <= maximum life minus the percentage of remaining damage absorbed, effective percentage damage reduced is as follows:
+
**Damage remaining after percentage and integer Absorb is applied.
 +
*Net result depends on current life at time of healing: actual healing = min ( maximum life - current life , total damage absorbed )
 +
*Maximum healing only occurs when current life <= maximum life - total damage absorbed.
 +
*There is a ceiling of Absorb 40%, so there can never be a net life gain from percentage Absorb. Thus it performs a similar function to resistance, so when current life <= maximum life - total damage absorbed, effective percentage damage reduction as a result of resistance and percentage Absorb is as follows:
  
  
 
{{Number table}}
 
{{Number table}}
 
|-valign=top align=center
 
|-valign=top align=center
!width=62 rowspan=2|Resist %
+
!width=67 rowspan=2|Resist %
 
!colspan=8|Absorb %
 
!colspan=8|Absorb %
 
|-align=center
 
|-align=center
!width=62|5
+
!width=67|5
!width=62|10
+
!width=67|10
!width=62|15
+
!width=67|15
!width=62|20
+
!width=67|20
!width=62|25
+
!width=67|25
!width=62|30
+
!width=67|30
!width=62|35
+
!width=67|35
!width=62|40
+
!width=67|40
 
|-
 
|-
 
! -100
 
! -100
Line 59: Line 62:
  
  
*When current life <= maximum life minus the integer amount absorbed, then life equal to that amount is first returned regardless of remaining damage; when Absorb > remaining damage, there can be a net life gain (healing) equal to Absorb minus remaining damage.
+
*[[Lightning Resist]] 75%, 20% Lightning Absorb and Lightning Absorb +20 would apply to 60 lightning damage as follows:
 +
#LR 75% reduces 60 to 15
 +
#20% LA reduces 15 to 12 (-3)
 +
#LA +20 reduces 12 to 0 (-12)
 +
#15 (3+12) healing applied
 +
#0 damage applied
 +
*Player with 45/100 life would be healed for 15 ( min ( 100-45 , 15 ) ) life, resulting in 60 (45 + 15 - 0) life after damage applied (+15 life).
 +
*Player with 90/100 life would be healed for 10 ( min ( 100-90 , 15 ) ) life, resulting in 100 (90 + 10 - 0) life after damage applied (+10 life).
 +
 
 +
 
 +
*LR 75%, 20% LA and LA +20 would apply to 180 lightning damage as follows:
 +
#LR 75% reduces 180 to 45
 +
#20% LA reduces 45 to 36 (-9)
 +
#LA +20 reduces 36 to 16 (-20)
 +
#29 (9+20) healing applied
 +
#16 damage applied
 +
*Player with 45/100 life would be healed for 29 ( min ( 100-45 , 29 ) ) life, resulting in 58 (45 + 29 - 16) life after damage applied (+13 life).
 +
*Player with 90/100 life would be healed for 10 ( min ( 100-90 , 29 ) ) life, resulting in 84 (90 + 10 - 16) life after damage applied (-6 life).
  
  

Revision as of 13:14, 19 December 2011