Table of Contents

Method AttackDecrease

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

amount int

The penalty to apply.

penaltyType AttackBonus

The weapon slot this penalty should be applied to.

Returns

Effect