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