Method DamageBonus
DamageBonus(IPDamageType, IPDamageBonus)
Grants a damage bonus of a given type.
public static ItemProperty DamageBonus(IPDamageType damageType, IPDamageBonus damageBonus)
Parameters
damageTypeIPDamageTypeThe damage type.
damageBonusIPDamageBonusThe bonus magnitude.
Returns
- ItemProperty
The created item property.