[1.7b3] Distortion Bolt Damage & Sugg Description Changes
Posted: Sat Aug 08, 2020 2:51 am
There's a few things to do with the Distortion tree...
1) For D.Bolt, D.Wave, and Ravage they apply the resistance lowering debuff before dealing their damage. I assume this is intentional. Maelstrom however does not, and its first tick does not benefit from the resistance lowering. This can be seen if you set a target dummy to have 100% physical resist and use Maelstrom, the first tick will do 0 damage.
2) D.Bolt is doing less damage than expected against targets with high resistance. It is doing less damage than expected as it's supposed to have 100% resistance pen. I think it has something to do with how the act of setting resistance pen and applying the Distortion debuff is handled, as the damage dealt to a high resistance target varies with point in the skills in the Distortion tree.
3) D.Bolt's explosion on targets with the Distortion debuff is doing less damage than expected. This occurs whether the target has high physical resistance or no physical resistance. The damage dealt is neither 150% of the tooltip value or 150% of the bolt's damage when the target does not have the Distortion debuff.
4) D.Bolt's explosion is not applying the correct strength Distortion debuff to secondary targets. It is instead applying a Distortion debuff with a physical resist lowering of 0%.
5) Ravage is not correctly removing all physical sustains, it is only removing technique sustains.
6) Some suggested changes for clarity:
Distortion Bolt:
from:
to:
also, from:
to:
Distortion Wave:
from:
to:
also, from:
to:
Ravage:
from:
to:
Maelstrom:
from:
to:
1) For D.Bolt, D.Wave, and Ravage they apply the resistance lowering debuff before dealing their damage. I assume this is intentional. Maelstrom however does not, and its first tick does not benefit from the resistance lowering. This can be seen if you set a target dummy to have 100% physical resist and use Maelstrom, the first tick will do 0 damage.
2) D.Bolt is doing less damage than expected against targets with high resistance. It is doing less damage than expected as it's supposed to have 100% resistance pen. I think it has something to do with how the act of setting resistance pen and applying the Distortion debuff is handled, as the damage dealt to a high resistance target varies with point in the skills in the Distortion tree.
Code: Select all
Reproduction steps:
Set target dummy to some high value for physical resist (eg. 70 - 100)
Cast Distortion Bolt
Compare damage to tooltip listed value
Code: Select all
Reproduction steps:
Set target dummy to any value for physical resist
Cast Distortion Bolt and note bolt damage
Apply Distortion debuff to target dummy from some non-bolt source
Cast Distortion Bolt and note exloding bolt damage
Compare exploding bolt damage to bolt tooltip damage and previously cast bolt damage
Code: Select all
Reproduction steps:
Create two target dummies nearby each other so that the explosion radius of an improved Distortion Bolt will affect both
Apply Distortion debuff to primary target but not secondary target from some non-bolt source
Cast Distortion Bolt on target dummy with Distortion debuff
Examine secondary target dummy's Distortion debuff
6) Some suggested changes for clarity:
Distortion Bolt:
from:
Code: Select all
If the bolt comes in contact with a target that's already distorted, a detonation will occur, inflicting 150% of the base damage in a radius of X
Code: Select all
If the bolt strikes a target that's already distorted it instead detonates, dealing 150% of its base damage in a radius of X
Code: Select all
The damage will scale with your Mindpower.
Code: Select all
The damage will scale with your Mindpower.
from:
Code: Select all
Creates a distortion wave in a radius X cone that deals Y physical damage and knocks back targets in the blast radius.
Code: Select all
Creates a distortion wave in a radius X cone that deals Y physical damage and knocks back targets in the blast radius Z tiles away.
Code: Select all
The damage will scale with your Mindpower.
Code: Select all
The damage and chance to apply these effects increases with your Mindpower.
from:
Code: Select all
The damage will scale with your Mindpower
Code: Select all
The damage and chance to apply this effect will increase with your Mindpower.
from:
Code: Select all
The damage will scale with your Mindpower.
Code: Select all
The damage will increase with your Mindpower.