Пример #1
0
 public static ItemProperty BonusSavingThrow(IPSaveBaseType saveType, int bonus)
 => NWScript.ItemPropertyBonusSavingThrow((int)saveType, bonus);
Пример #2
0
 public static ItemProperty ReducedSavingThrow(IPSaveBaseType saveType, int penalty)
 => NWScript.ItemPropertyReducedSavingThrow((int)saveType, penalty);