Table of Contents

Method MissChance

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

MissChance(int, MissChanceType)

Creates a new effect used to hinder the attacks of the creature it is applied to.

public static Effect MissChance(int missPct, MissChanceType missChanceType = MissChanceType.Normal)

Parameters

missPct int

A positive number representing the percentage chance to miss.

missChanceType MissChanceType

The type of attack that will have the hindered attack.

Returns

Effect