Method BonusSavingThrow
BonusSavingThrow(IPSaveBaseType, int)
Grants a saving throw bonus to a base save type. Bonus must be between 1 and 20.
public static ItemProperty BonusSavingThrow(IPSaveBaseType saveType, int bonus)
Parameters
saveTypeIPSaveBaseTypeThe base save type.
bonusintThe bonus amount (1–20).
Returns
- ItemProperty
The created item property.