From Dark and Darker Wiki
(Created page with "''Details about Protection shields and how they scale''") |
No edit summary |
||
Line 1: | Line 1: | ||
''Details about Protection shields and how they scale'' | ''Details about Protection shields and how they scale.'' | ||
'''Things Protection Doesn't Scale With:''' | |||
*Headshot/Limb Multipliers | |||
*Physical/Magical Damage Reduction | |||
Overflow damage is calculated as normal. | |||
Example: | |||
Exactly 25 damage is dealt to someone with a 20-HP Protection shield. | |||
If a bodyshot, damage is: | |||
<code>25-20 = 5 * 1 = 5</code> | |||
If a headshot, damage is: | |||
<code>25-20 = 5 * 1.5 = 7.5</code> | |||
If a limbshot, damage is: | |||
<code>25-20 = 5 * 0.5 = 2.5</code> |
Revision as of 18:03, 14 September 2023
Details about Protection shields and how they scale.
Things Protection Doesn't Scale With:
- Headshot/Limb Multipliers
- Physical/Magical Damage Reduction
Overflow damage is calculated as normal.
Example:
Exactly 25 damage is dealt to someone with a 20-HP Protection shield.
If a bodyshot, damage is:
25-20 = 5 * 1 = 5
If a headshot, damage is:
25-20 = 5 * 1.5 = 7.5
If a limbshot, damage is:
25-20 = 5 * 0.5 = 2.5