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