Method AttackIncrease
AttackIncrease(int, AttackBonus)
Creates an effect that applies a bonus to an attack roll.
public static Effect AttackIncrease(int amount, AttackBonus bonusType = AttackBonus.Misc)
Parameters
amountintThe bonus to apply.
bonusTypeAttackBonusThe weapon slot this bonus should be applied to.