using System.Collections.Generic;
Console.WriteLine("Welcome to The Gatcha Simulator");
-> o to do 1 pulls instead of 10
Console.WriteLine("Press h to get help and press any key to pull");
Random rnd = new Random();
double item4 = 51, item5 = 6;
Console.WriteLine("The drop chance of a 5 star is " + item5/10 + "% " + "and of a 4 star is " + item4/10 + "%");
List<int> his = new List<int>();
int pity4 = 0, pity5 = 0;
double n = rnd.Next(1000);
for (int a = 0;a > -1;a++) {
string s = Console.ReadLine();
Console.WriteLine("End of pulling session");
Console.WriteLine("Pull history:");
for (int p = 0; p < leng; p++) {
Console.WriteLine(his[p]);
Console.WriteLine("Your star 4* pity is " + pity4);
Console.WriteLine("Your star 5* pity is " + pity5);
Console.WriteLine("10 Pull Mode is off");
Console.WriteLine("10 Pull Mode is on");
Console.WriteLine("You won:");
for (int i = 0; i < 10; i++) {
Console.WriteLine("You won a ");
Console.WriteLine("Pull again?");
public static void Main()