ATTACK_BONUS_* Constant Group
Used to specify which attacks are modified by an EffectAttackIncrease() or EffectAttackDecrease() effect.
Constants
Constant | Description |
---|
ATTACK_BONUS_MISC | The default attack bonus type for EffectAttackIncrease() and EffectAttackDecrease(), applied to all attacks, regardless of hand used. |
|
ATTACK_BONUS_OFFHAND | When used in EffectAttackIncrease() and EffectAttackDecrease(), specifies that the effect applies only to off-hand attacks. |
|
ATTACK_BONUS_ONHAND | When used in EffectAttackIncrease() and EffectAttackDecrease(), specifies that the effect applies only to on-hand attacks (i.e., not off-hand attacks). |
|
See Also
Send comments on this topic.