]> git.lizzy.rs Git - cookieclicker.git/blob - game.js
Remove bitrotted 'font-family: fantasy' rules
[cookieclicker.git] / game.js
1 messages[1]="First Cookie!";
2 messages[50]="Seems like you enjoy the game!";
3 messages[100]="One Hundred Cookies!";
4 messages[404]="404: Cookie not found.";
5 messages[777]="Seven-Seven-Seven";
6 messages[3000]="You keep doing this!";
7 messages[666]="Watch out! Devil's Cookie!";
8 messages[123]="...456";
9 messages[100000]="Wow. Cheated?";
10 messages[911]="Rescue!";
11 messages[300000]="Dont you have other hobbies??!";
12 messages[54321]="Boom!";
13 messages[314]="π";
14
15 stats[0]={name:"Null",color:"white"};
16 stats[1]={name:"Starter",color:"lightgrey"};
17 stats[10]={name:"Noob",color:"grey"};
18 stats[100]={name:"Klicker",color:"lightblue"};
19 stats[500]={name:"Good Klicker",color:"blue"};
20 stats[1000]={name:"Master Klicker",color:"darkblue"};
21 stats[3000]={name:"Bro",color:"lightgreen"};
22 stats[5000]={name:"Crazy",color:"green"};
23 stats[7500]={name:"Junky",color:"darkgreen"};
24 stats[10000]={name:"Expert",color:"#ffff33"};
25 stats[50000]={name:"Pro",color:"yellow"};
26 stats[100000]={name:"God",color:"#888800"};
27 stats[200000]={name:"Bomb",color:"#ff4444"};
28 stats[300000]={name:"Hacker",color:"red"};
29 stats[500000]={name:"King",color:"darkred"};
30 stats[1000000]={name:"LION KING",color:"black"};
31
32 statupdates[0]=true;
33 statupdates[1]=true;
34 statupdates[10]=true;
35 statupdates[100]=true;
36 statupdates[500]=true;
37 statupdates[1000]=true;
38 statupdates[3000]=true;
39 statupdates[5000]=true;
40 statupdates[7500]=true;
41 statupdates[10000]=true;
42 statupdates[50000]=true;
43 statupdates[100000]=true;
44 statupdates[200000]=true;
45 statupdates[300000]=true;
46 statupdates[500000]=true;
47 statupdates[1000000]=true;