Table of Contents

Method AttackBonusVsAlign

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AttackBonusVsAlign(IPAlignmentGroup, int)

Creates an Attack bonus versus an alignment group. Bonus must be between 1 and 20.

public static ItemProperty AttackBonusVsAlign(IPAlignmentGroup alignmentGroup, int bonus)

Parameters

alignmentGroup IPAlignmentGroup

The alignment group.

bonus int

The attack bonus (1–20).

Returns

ItemProperty

The created item property.