ATTACK_BONUS_* Constant Group

Used to specify which attacks are modified by an EffectAttackIncrease() or EffectAttackDecrease() effect.



Constants

ConstantValueDescription
ATTACK_BONUS_MISC0
The default attack bonus type for EffectAttackIncrease() and EffectAttackDecrease(), applied to all attacks, regardless of hand used.
ATTACK_BONUS_OFFHAND2
When used in EffectAttackIncrease() and EffectAttackDecrease(), specifies that the effect applies only to off-hand attacks.
ATTACK_BONUS_ONHAND1
When used in EffectAttackIncrease() and EffectAttackDecrease(), specifies that the effect applies only to on-hand attacks (i.e., not off-hand attacks).

See Also

functions: EffectAttackDecrease | EffectAttackIncrease