New Leaderboard: Unique X Consumed

Got a suggestion as to how we can improve the game? Post it here!

Moderator: Public Forum Moderators


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

New Leaderboard: Unique X Consumed

Unread post by Cowboy » Thu May 22, 2014 3:03 pm

Unique Food Consumed,
Unique Drinks Consumed,
and Unique Consumable Consumed.

This gives a purpose towards eating rare foods just to eat them (like the chips, radio ham, etc.) and makes rare foods fun even if they don't give a ton of stats/turns.
Image


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

Re: New Leaderboard: Unique X Consumed

Unread post by Cowboy » Sat May 24, 2014 11:07 am

Anyone wondering how many things they've consumed can enter this in the console and see (you must be on the overview consumption page for it to work)

Much faster and accurate than counting individually :D

Code: Select all

var a = document.getElementsByClassName("playerlist")[0].getElementsByTagName("tr").length + " unique foods consumed.\n";
var b = document.getElementsByClassName("playerlist")[1].getElementsByTagName("tr").length + " unique drinks consumed.\n";
var c = document.getElementsByClassName("playerlist")[2].getElementsByTagName("tr").length + " unique lotions/potions consumed.\n"; 
var d = document.getElementsByClassName("playerlist")[3].getElementsByTagName("tr").length + " unique misc. items consumed.\n";
console.log(a + b + c + d);
Image

User avatar

Gobberwart
Developer
Posts: 3396
Joined: Wed Jun 20, 2007 12:41 am
Location: Melbourne, Australia
Contact:

Re: New Leaderboard: Unique X Consumed

Unread post by Gobberwart » Sat May 31, 2014 8:27 am

Errrrr....what?
Image


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

Re: New Leaderboard: Unique X Consumed

Unread post by Cowboy » Sat May 31, 2014 11:38 am

I made my own leaderboard :P

I'm at:

111 unique foods consumed.
60 unique drinks consumed.
12 unique lotions/potions consumed.
22 unique misc. items consumed.
Image

User avatar

Gobberwart
Developer
Posts: 3396
Joined: Wed Jun 20, 2007 12:41 am
Location: Melbourne, Australia
Contact:

Re: New Leaderboard: Unique X Consumed

Unread post by Gobberwart » Sun Jun 01, 2014 4:28 pm

Ahh, ok gotcha. Sorry, was slightly confused for a minute there. Carry on :)
Image


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

Re: New Leaderboard: Unique X Consumed

Unread post by Cowboy » Mon Jun 02, 2014 4:56 pm

So... can you add this to the real leaderboards? :mrgreen:
Image

User avatar

Gobberwart
Developer
Posts: 3396
Joined: Wed Jun 20, 2007 12:41 am
Location: Melbourne, Australia
Contact:

Re: New Leaderboard: Unique X Consumed

Unread post by Gobberwart » Wed Jun 04, 2014 7:40 pm

Cowboy wrote:So... can you add this to the real leaderboards? :mrgreen:
Maybe, although I'm not sure how valuable they'll be.

BTW, I just ran the queries in the database for shops and goggles and for you I got:

Unique food: 110
Unique drinks: 59
Unique lopo: 11

I didn't bother with misc stuff yet, because the query is a bit more complex, however... All my numbers are 1 different from yours.

Your code's wrong, dude. Let me know if you need me to explain why :)
Image

User avatar

Gobberwart
Developer
Posts: 3396
Joined: Wed Jun 20, 2007 12:41 am
Location: Melbourne, Australia
Contact:

Re: New Leaderboard: Unique X Consumed

Unread post by Gobberwart » Wed Jun 04, 2014 8:34 pm

In other news... It surprises me to realise that nobody is even close to consuming every possible item in the game.

Leaderboards coming soon.
Image

User avatar

Gobberwart
Developer
Posts: 3396
Joined: Wed Jun 20, 2007 12:41 am
Location: Melbourne, Australia
Contact:

Re: New Leaderboard: Unique X Consumed

Unread post by Gobberwart » Wed Jun 04, 2014 11:20 pm

Leaderboards are now on the Mostest page :)
Image


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

Re: New Leaderboard: Unique X Consumed

Unread post by Cowboy » Thu Jun 05, 2014 4:37 am

Thank you!!

Can you tell us how many foods are in the game? I can give it a shot now.
Image

User avatar

commandermack
Chat Moderator
Posts: 1024
Joined: Thu Mar 19, 2009 5:40 pm

Re: New Leaderboard: Unique X Consumed

Unread post by commandermack » Thu Jun 05, 2014 6:05 am

wiki food


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

Re: New Leaderboard: Unique X Consumed

Unread post by Cowboy » Sat Jun 07, 2014 3:47 am

Ok, now I've consumed every item that can be consumed, except those Anchovy Chips, Rosa Wine, and Giallo Wine. But I will eat those soon :wink:
Image

User avatar

jimmyBUFFET
Forum Addict
Posts: 285
Joined: Tue Jan 06, 2009 10:10 pm
Location: Brackney, PA
Contact:

Re: New Leaderboard: Unique X Consumed

Unread post by jimmyBUFFET » Fri Aug 08, 2014 3:10 am

Cowboy is eating his way across the city.
Image


Topic author
Cowboy
Forum Addict
Posts: 885
Joined: Thu Oct 01, 2009 2:52 pm

Re: New Leaderboard: Unique X Consumed

Unread post by Cowboy » Fri Aug 08, 2014 8:41 am

waka waka :wink:
Image

Post Reply