Method ReducedSavingThrow
ReducedSavingThrow(IPSaveBaseType, int)
Applies a saving throw penalty to a base save type. Penalty must be a positive integer between 1 and 20 (1 = -1).
public static ItemProperty ReducedSavingThrow(IPSaveBaseType saveType, int penalty)
Parameters
saveTypeIPSaveBaseTypeThe base save type.
penaltyintThe penalty amount (1–20, interpreted as negative).
Returns
- ItemProperty
The created item property.