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