double chance = 1 / (Math.Max(10, 100 * (0.83 - Math.Round(Math.Log(Math.Round(fame / 6000, 3) + 0.001, 10), 3))) * (100 - Math.Sqrt(m.Luck)) / 100.0);
Console.WriteLine("{0} chance of artifact from {1}", chance, bc.Name);
return chance > Utility.RandomDouble();
}
*edit: Also note, using...