We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29790ff commit fd4a22eCopy full SHA for fd4a22e
engine/class_modules/sc_mage.cpp
@@ -3619,6 +3619,8 @@ struct frostbolt_t final : public frost_mage_spell_t
3619
// TODO: This can get consumed by a Glacial Spike that hits before FFB does.
3620
// The GS benefits (and consumes) only from the extra damage, the explosion
3621
// still happens on FFB hit.
3622
+ // TODO: Seems to be doing +100% damage rather than the +60% mentioned in desc
3623
+ // Possibly talent's effect 1? Same goes for the Fire version
3624
if ( frostfire && p()->state.trigger_ff_empowerment )
3625
m *= 1.0 + p()->buffs.frostfire_empowerment->data().effectN( 3 ).percent();
3626
0 commit comments