DAMAGE_POWER_* Constant Group

Determines the magical strength of a melee or missile attack (for harming creatures with damage reduction). Does not determine actual magical bonus (see DAMAGE_BONUS_*), just determines what damage reductions an attack bypasses.



Constants

ConstantValueDescription
DAMAGE_POWER_ENERGY6
Harms creatures no matter what their damage resistance is, as if the spell was a force spell (like Magic Missile).
DAMAGE_POWER_NORMAL0
Standard, non-magical damage source. Will not penetrate any form of Soak Damage.
DAMAGE_POWER_PLUS_EIGHT9
Harms creatures with a normal damage reduction of */+8 or lower.
DAMAGE_POWER_PLUS_EIGHTEEN19
Harms creatures with a normal damage reduction of */+18 or lower.
DAMAGE_POWER_PLUS_ELEVEN12
Harms creatures with a normal damage reduction of */+11 or lower.
DAMAGE_POWER_PLUS_FIFTEEN16
Harms creatures with a normal damage reduction of */+15 or lower.
DAMAGE_POWER_PLUS_FIVE5
Harms creatures with a normal damage reduction of */+5 or lower.
DAMAGE_POWER_PLUS_FOUR4
Harms creatures with a normal damage reduction of */+4 or lower.
DAMAGE_POWER_PLUS_FOURTEEN15
Harms creatures with a normal damage reduction of */+14 or lower.
DAMAGE_POWER_PLUS_NINE10
Harms creatures with a normal damage reduction of */+9 or lower.
DAMAGE_POWER_PLUS_NINTEEN20
Harms creatures with a normal damage reduction of */+19 or lower.
DAMAGE_POWER_PLUS_ONE1
Harms creatures with a normal damage reduction of */+1 or */silver.
DAMAGE_POWER_PLUS_SEVEN8
Harms creatures with a normal damage reduction of */+7 or lower.
DAMAGE_POWER_PLUS_SEVENTEEN18
Harms creatures with a normal damage reduction of */+17 or lower.
DAMAGE_POWER_PLUS_SIX7
Harms creatures with a normal damage reduction of */+6 or lower.
DAMAGE_POWER_PLUS_SIXTEEN17
Harms creatures with a normal damage reduction of */+16 or lower.
DAMAGE_POWER_PLUS_TEN11
Harms creatures with a normal damage reduction of */+10 or lower.
DAMAGE_POWER_PLUS_THIRTEEN14
Harms creatures with a normal damage reduction of */+13 or lower.
DAMAGE_POWER_PLUS_THREE3
Harms creatures with a normal damage reduction of */+3 or lower.
DAMAGE_POWER_PLUS_TWELVE13
Harms creatures with a normal damage reduction of */+12 or lower.
DAMAGE_POWER_PLUS_TWENTY21
Harms creatures with a normal damage reduction of */+20 or lower. As */+20 is the highest possible, this basically penetrates all damage reduction (Except */-, which is damage resistance)
DAMAGE_POWER_PLUS_TWO2
Harms creatures with a normal damage reduction of */+2 or lower.

See Also

functions: EffectDamage | EffectDamageReduction