public Item GetArtifact()
{
double random = Utility.RandomDouble();
if (0.05 >= random)
return this.CreateArtifact(this.UniqueSAList);
else if (0.15 >= random)
return this.CreateArtifact(this.SharedSAList);
return null;
}
0.05 >= random
0.5 >= random
We use essential cookies to make this site work, and optional cookies to enhance your experience.