Method AttackDecrease
AttackDecrease(int, AttackBonus)
Creates an effect that applies a penalty to an attack roll.
public static Effect AttackDecrease(int amount, AttackBonus penaltyType = AttackBonus.Misc)
Parameters
amountintThe penalty to apply.
penaltyTypeAttackBonusThe weapon slot this penalty should be applied to.