diff options
Diffstat (limited to 'game.js')
-rwxr-xr-x | game.js | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -0,0 +1,47 @@ +messages[1]="First Cookie!"; +messages[50]="Seems like you enjoy the game!"; +messages[100]="One Hundred Cookies!"; +messages[404]="404: Cookie not found."; +messages[777]="Seven-Seven-Seven"; +messages[3000]="You keep doing this!"; +messages[666]="Watch out! Devil's Cookie!"; +messages[123]="...456"; +messages[100000]="Wow. Cheated?"; +messages[911]="Rescue!"; +messages[300000]="Dont you have other hobbies??!"; +messages[54321]="Boom!"; +messages[314]="π"; + +stats[0]={name:"Null",color:"white"}; +stats[1]={name:"Starter",color:"lightgrey"}; +stats[10]={name:"Noob",color:"grey"}; +stats[100]={name:"Klicker",color:"lightblue"}; +stats[500]={name:"Good Klicker",color:"blue"}; +stats[1000]={name:"Master Klicker",color:"darkblue"}; +stats[3000]={name:"Bro",color:"lightgreen"}; +stats[5000]={name:"Crazy",color:"green"}; +stats[7500]={name:"Junky",color:"darkgreen"}; +stats[10000]={name:"Expert",color:"#ffff33"}; +stats[50000]={name:"Pro",color:"yellow"}; +stats[100000]={name:"God",color:"#888800"}; +stats[200000]={name:"Bomb",color:"#ff4444"}; +stats[300000]={name:"Hacker",color:"red"}; +stats[500000]={name:"King",color:"darkred"}; +stats[1000000]={name:"LION KING",color:"black"}; + +statupdates[0]=true; +statupdates[1]=true; +statupdates[10]=true; +statupdates[100]=true; +statupdates[500]=true; +statupdates[1000]=true; +statupdates[3000]=true; +statupdates[5000]=true; +statupdates[7500]=true; +statupdates[10000]=true; +statupdates[50000]=true; +statupdates[100000]=true; +statupdates[200000]=true; +statupdates[300000]=true; +statupdates[500000]=true; +statupdates[1000000]=true; |