Viper Strike: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
m (PyPoE/ExporterBot/1.0.0a0: Gem level progression)
>OmegaK2
m (PyPoE/ExporterBot/1.0.0a0: Gem level progression)
(No difference)

Revision as of 12:46, 18 August 2015

Template:Gem Infobox

The thieves guilds of Oriath teach a wicked skill to all initiates - the feared Viper Strike. Employing the skill, a claw, dagger or sword user coats their weapon with deadly venom, a concoction so virulent it permanently marks any weapon it contacts. Once the toxin is applied, the weapon will poison any it strikes, burning deep into their veins, causing wracking, crippling pain. Additional hits will increase the concentration of the toxin, stacking it up to lethal levels quickly. Few have survived an assault of Viper Strike and those who have never forget the agony.

Skill Functions and Interactions

A Viper Strike attack does increased physical damage, and then also has a 50% chance per hit of adding a 'debuff' (a degen charge) which does DoT damage equal to 25% of the initial hit (all damage before any chaos bonuses or DoTs are applied). There is no upper limit to the number of debuffs which may be stacked; it is simply a function of attack speed and debuff duration (7 seconds base).

Viper Strike's initial hit is best scaled as physical damage (although elemental scaling is possible as well), with additional modifications from bonuses to chaos and DoT damage.

Gem level progression

Template:GemLevelTable |- ! 1 | 1 | 0 | 5 | 0.00% | 0 |- ! 2 | 2 | 0 | 5 | 1.20% | 70 |- ! 3 | 4 | 16 | 5 | 2.40% | 378 |- ! 4 | 7 | 22 | 5 | 3.60% | 1,932 |- ! 5 | 11 | 31 | 5 | 4.80% | 8,599 |- ! 6 | 16 | 41 | 6 | 6.00% | 34,646 |- ! 7 | 20 | 50 | 6 | 7.20% | 84,371 |- ! 8 | 24 | 58 | 6 | 8.40% | 180,085 |- ! 9 | 28 | 67 | 6 | 9.60% | 349,680 |- ! 10 | 32 | 75 | 6 | 10.80% | 633,439 |- ! 11 | 36 | 83 | 7 | 12.00% | 1,087,435 |- ! 12 | 40 | 92 | 7 | 13.20% | 1,790,563 |- ! 13 | 44 | 100 | 7 | 14.40% | 2,851,786 |- ! 14 | 48 | 109 | 7 | 15.60% | 4,917,656 |- ! 15 | 52 | 117 | 7 | 16.80% | 7,424,766 |- ! 16 | 56 | 125 | 8 | 18.00% | 13,223,702 |- ! 17 | 60 | 134 | 8 | 19.20% | 28,307,621 |- ! 18 | 64 | 142 | 8 | 20.40% | 56,100,356 |- ! 19 | 67 | 148 | 8 | 21.60% | 99,970,095 |- ! 20 | 70 | 155 | 8 | 22.80% | 342,051,651 |- ! 21 | 72 | 159 | 9 | 24.00% | class="table-na" style="text-align: center; " | N/A |- ! 22 | 74 | | 9 | 25.20% | class="table-na" style="text-align: center; " | N/A |- ! 23 | 76 | | 9 | 26.40% | class="table-na" style="text-align: center; " | N/A |- ! 24 | 78 | | 9 | 27.60% | class="table-na" style="text-align: center; " | N/A |- ! 25 | 80 | | 9 | 28.80% | class="table-na" style="text-align: center; " | N/A |- ! 26 | 82 | | 10 | 30.00% | class="table-na" style="text-align: center; " | N/A |- ! 27 | 84 | | 10 | 31.20% | class="table-na" style="text-align: center; " | N/A |- ! 28 | 86 | | 10 | 32.40% | class="table-na" style="text-align: center; " | N/A |- ! 29 | 88 | | 10 | 33.60% | class="table-na" style="text-align: center; " | N/A |- ! 30 | 90 | | 10 | 34.80% | class="table-na" style="text-align: center; " | N/A |}

Damage Formula

Optimizing damage output involves striking a balance between physical damage, chaos and DoT bonuses. The formula which expresses how these different factors relate to overall VS damage is however not simple.

Since each hit has only a 50% chance to apply a DoT charge (GGG refers to this as a 'debuff,' but visually it appears more like a charge of poison), any consideration of the total damage output needs to take this into account: not every hit will weigh equally. For simplicities' sake, we will simply calculate as if the DoT did half the damage it does - which, on average, is the same as having a 50% chance to apply:

Total Damage = (VS Hit) + 0.5 * (VS DoT)

We'll get better insight into how the total damage depends on physical damage, chaos bonuses, and DoT bonuses if we can express these two basic components of VS damage, (VS Hit) and (VS DoT), in terms of those other factors.

VS Hit

The first of the two components of total VS damage is the VS Hit, or the initial strike. The Viper Strike gem increases the physical damage of the basic attack, and then also applies an additional 10% of this hit as chaos damage. This chaos damage is further modified by any chaos damage bonuses the character may have.

First of all, we need to calculate the physical damage without any global "increased" modifiers. We start with the Weapon Damage (including all physical modifiers found on the weapon - meaning whatever the weapon tooltip shows), and apply any global additional physical damage:

Min = Weapon Min Damage + Added Min Damage
Max = Weapon Max Damage + Added Max Damage

The average will suffice for our calculations:

Base Damage = (Min + Max)/2

Now we split off 10% of the weapon damage for the extra Chaos damage, and apply all "increased" and/or "reduced" damage modifiers accordingly:

Hit Damage = Base Damage * (1 + sum(increased Physical/Melee/Attack Damage)) + Base Damage * 0.10 * (1 + sum(increased Physical/Melee/Attack Damage) + sum(increased Chaos Damage))

Next, we apply our Critical Strike chance and Multiplier:

Total Critical Strike Chance = Weapon Critical Strike chance * (1+ sum(increased Critical Strike Chance))
Total Critical Strike Multiplier = 1,5 * (1 + sum(increased Critical Strike Multiplier)))
Total Hit Damage = Hit Damage * (Total Critical Strike Chance * (Total Critical Strike Multiplier - 1.0) + 1.0)

Note: I only cover the most basic version of this calculation here. I did not include any added Elemental or Chaos damage, nor any "more/less Damage" modifiers. Since "more/less physical damage" is a common occurrence, to add those you simply calculate the Hit Damage as mentioned above, then multiply it by (1 + more/- less) for each of those modifiers.

Now that we have the Total Hit Damage, the DPS shown in the skill tooltip (which only considers the initial hit) can be calculated simply by multiplying it with your total APS as well as your Chance to Hit (which is quite complicated to calculate - simply check your character screen):

Total APS = Weapon APS * (1 + sum(increased Attack Speed))
Tooltip DPS = Total Hit Damage * Total APS * Chance to Hit

VS DoT

Each tick of each charge does chaos damage of 25% of the initial hit per second, which is then further modified by bonuses to chaos and DoT damage as follows:

Damage per Second = 0.25 * Total Hit Damage * (1 + sum(increased Chaos Damage) + sum(increased Damage over Time))
Total DoT Damage = Damage per Second * 7 * (1 + sum(increased Duration))

This is, assuming the DoT stays on for the full duration.

Duration and Attack Speed

In the formula above, you can see that duration is also a factor for total damage. The default duration is 7 seconds, but this can be increased with either support gems or skill duration passives. More than 7 seconds to kill a mob is however already very slow, most mobs should die much faster than that, and so it's probably only in boss fights where the extra duration could be a benefit. Situational use of an increased duration support gem in those cases would probably be a more efficient tactic than passive node investment.

A complementary benefit can come from attack speed, since there is no upper limit on the number of degen charges that can be stacked.

Vulnerability Curse

Vulnerability is an especially good curse to use with Viper Strike. It has an immediate effect on the initial hit, which directly increases the DoT ticks that follow. Above and beyond that, vulnerability introduces extra bonuses for DoT damage, and so the curse has a kind of double-dip effect for boosting total VS damage.

Quest reward

Lua error in Module:Quest_reward at line 157: type must be either quest_rewards or vendor_rewards.

Vendor reward

Lua error in Module:Quest_reward at line 157: type must be either quest_rewards or vendor_rewards.

Version history

Version Changes
1.2.0
  • This skill now adds 10% of physical damage as Chaos Damage and has a 50% chance to deal 175% of the attack's damage as chaos damage over seven seconds. The effect duration won't be refreshed by new attacks, but there is no limit to how many Viper Strike debuffs an enemy can have.
1.0.3
  • Damage progression has been increased. It is now around 15% better at level 15 than it was in 1.0.2.
1.0.2b
  • Fixed a bug where area damage bonuses would not benefit Viper Strike when supported by Module Error: No skills found with q_where = skill.active_skill_name="Melee Splash".
1.0.2
  • Generic modifiers to damage dealt will now apply to damage over time that your character causes. Damage over time is not spell damage, nor attack damage, so modifiers specific to those types will not apply. Non-specific "increased damage" modifiers will apply to damage over time. Type-specific modifiers will apply as well. For example, "increased fire damage" modifiers will apply to fire damage over time.
  • Viper Strike can be supported by Module Error: No skills found with q_where = skill.active_skill_name="Melee Splash", now that the damage penalty also applies.
0.9.13
  • Viper Strike is now 38% better at level 1 and 3% better at level 15.
0.9.12qq
  • From 0.35% attack speed per quality point to 0.5%.
0.9.12d
  • Fixed a server crash that could occur with Viper Strike.
0.9.5
  • Fixed Viper Strike so that damage from the degeneration is scaled properly for PvP.
0.9.4
  • Increased the damage.
0.9.2
  • Viper Strike does more damage at higher levels than before.
  • Reduced maximum number of charges to 4.
0.9.1
  • Reduced Viper Strike duration at lower levels.
0.8.7
  • Viper Strike added to the game.