Table of Contents

Method AttackPenalty

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AttackPenalty(int)

Creates an Attack penalty item property. Penalty must be a positive integer between 1 and 5 (1 = -1).

public static ItemProperty AttackPenalty(int penalty)

Parameters

penalty int

The attack penalty (1–5, interpreted as negative).

Returns

ItemProperty

The created item property.