Table of Contents

Method DamageBonus

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DamageBonus(IPDamageType, IPDamageBonus)

Grants a damage bonus of a given type.

public static ItemProperty DamageBonus(IPDamageType damageType, IPDamageBonus damageBonus)

Parameters

damageType IPDamageType

The damage type.

damageBonus IPDamageBonus

The bonus magnitude.

Returns

ItemProperty

The created item property.