Esempio n. 1
0
 public long GetDefaultBattleLength(int level)
 => ToInt64(ToDouble(DropBalance.GetSecondsForLevel(level)) / GetMonstersForLevel(level));
Esempio n. 2
0
 public DropValue GetDefaultDropValue(int level)
 => DropBalance.GetDropValue(level, GetDefaultBattleLength(level));