Ejemplo n.º 1
0
 public static ItemProperty BonusSavingThrow(IPSaveBaseType saveType, int bonus)
 => NWScript.ItemPropertyBonusSavingThrow((int)saveType, bonus);
Ejemplo n.º 2
0
 public static ItemProperty ReducedSavingThrow(IPSaveBaseType saveType, int penalty)
 => NWScript.ItemPropertyReducedSavingThrow((int)saveType, penalty);