In case others are interested, this is how you calculate a Cleric HEAL spell given enhancements, items and feats. This assumes a cleric can cast a max base HEAL spell for 150HP. For lower levels, just adjust Base heal value.
In this calculation, I"m using a Superior Potency VI item as well.
Editors Note: Devotion and Potency are both considered the same in the calculation. What would have been nice if Devotion was added in like the Empower Healing feat, that would make Devotion items more potent than Potency Items just for heals, but, alas, that's not the way it works
First a new definition is needed:
EnhancedBase = Base of the spell plus all Life Magic Enhancement bonus. There are 4 tiers of this enhancement, so if you take all 4 this adds 40% to the Base of all your HEAL spells.
However, Potency and Devotion items are calculated into the true BASE of the spell, not the EnhancedBase value.
let me continue....
A Base HEAL of 150HP plus the %40 increase from all 4 tiers of the Life Magic Enhancement equals the new EnhancedBase of 210
Enhancedbase = 210 (So a Heal Spell with the Healing Enhancements brings the EnhancedBase value to 210. (150 + 40%))
When I equip both Pot VI(Or a Devotion Item since both are applied in the same way) and Empower Healing, my healing was getting 427, it didn't make sense, but here's the math.
((Base * %Potency/Devotion) + Enhancedbase) + (((Base * %Potency/Devotion) + Enhancedbase) * %Empower) = Total Heal
I'll break it down.
First, we need to calculate the new Base Spell value, the EnhancedBase value:
Heal base is 150 * 40%(Enhancements) = 210 EnhancedBase
Second, we need to calculate the Potency/Devotion bonus:
Heal base is 150 * 50%(Potency Item) = 75 bonus
Third, we add both the Potency Bonus and EnhancedBase together
(75(Potency Bonus) + 210(EnhancedBase)) = 285
Fourth, we calculate the Empower Heal Bonus on the 285 heal
285 * 50%(Empower Heal) = 142.5 Empower Heal Bonus
Fifth, we start to add it all up
(75(Potency Bonus) + 210(EnhancedBase)) + 142.5(Empower) = 427.5, rounded to 427. Hence my Heals are 427....mystery solved.
Empower healing adds 50% to (Base Spell + Enhancements)
Potency adds 50% to Base Spell then (Base Spell + Enchancements)
So Empower Healing goes:
150(Base) + 40% (Enhancements) = 210 + 50% = 315
Potency Goes:
150(base) +40% (Enhancements) = 210 + (50% of 150 base) = 285
So Empower healing adds enhancement before the percentage upgrade, while Potency/Devotion adds it to the plain Base level, then adds enhancements.
The plain Empower feat acts like a Potency/Devotion item. It's calculated at the plain BASE level. The ONLY feat that stacks after enhancements and such is the Empower Heal spell, that's why Empower Heal and Empower are still different feats.
lets take a look at HARM
Harm, on the other hand, is an oddball. It's not affected by Empower Healing, Empower or Maximize feats. But, it is affected by Enhancements just like HEAL is. So, you can add up to %40 of the Base spell just like HEAL.
EnhancedBase = Base + (Base * (Enhancement Bonus %))
EnhancedBase = (150 + 60)
EnhancedBase = 210
((Base * Potency%) + EnhancedBase)
Harm = (150 * 50%) + 210
Harm = 75 + 210
Harm = 285
Now with a crit of 2.5 multiplyer = 712