Closed raethkcj closed 2 months ago
Note: The Feral Druid talent Nurturing Instinct appears to be the only stat dependency left in Cata that provides just SpellHealing
; everything else provides both SpellDamage
and SpellHealing
, so could be converted to SpellPower.
For the initial Cata launch,
StatLogic.Stats.SpellPower
will remain split in its Vanilla-Wrath forms ofSpellDamage
andSpellHealing
.StatLogic.Stats.ManaRegenOutOfCombat
will just be a translation on top ofManaRegenNotCasting
.Sometime post-launch it would be good to sort these out into real stats with per-expansion dependencies.