Method ReducedSavingThrowVsX
ReducedSavingThrowVsX(IPSaveVs, int)
Applies a saving throw penalty versus a specific effect or damage type. Penalty must be a positive integer between 1 and 20 (1 = -1).
public static ItemProperty ReducedSavingThrowVsX(IPSaveVs saveType, int penalty)
Parameters
saveTypeIPSaveVsThe specific save-vs type.
penaltyintThe penalty amount (1–20, interpreted as negative).
Returns
- ItemProperty
The created item property.