Esempio n. 1
0
 public static ItemProperty BonusSavingThrowVsX(IPSaveVs saveType, int bonus)
 => NWScript.ItemPropertyBonusSavingThrowVsX((int)saveType, bonus);
Esempio n. 2
0
 public static ItemProperty ReducedSavingThrowVsX(IPSaveVs saveType, int penalty)
 => NWScript.ItemPropertyReducedSavingThrowVsX((int)saveType, penalty);