Powered by Jitbit .Net Forum free trial version.

HomeFallen London » The Bazaar

This is the place to discuss playing the game. Find tips, debate the best places to find certain items and share advice.

"Curiosity" section of inventory is cluttered Messages in this topic - RSS

Skinnyman
Skinnyman
Posts: 2133

9/15/2016
Pretty busy, but managed to make this "blunt" snippets for a) and b).

// Move connection items. I only have these 5 Big Grin
var list = [748, 752, 753, 755, 757];
var trim = '<h3>Connection Items</h3><ul class="you_icon cf">';
var exists = 0;
for(var j = 0; j < list.length; j++) {
var item = $('#infoBarQImage' + list[j]);
if(item.length > 0) {
exists ++;
trim += item.closest('li')[0].outerHTML;
if(item.closest('li').siblings('li:not(.empty-icon)').length - 1) {
if(item.closest('li').siblings('li.empty-icon').length == 5) {
item.closest('li').siblings('li.empty-icon').remove();
} else {
item.closest('ul').append('<li class="empty-icon"></li>');
}
item.closest('li').remove();
} else {
item.closest('ul').prev('h3').remove()
item.closest('ul').remove();
}
}
}
if(exists){
for(var i = 0; i < Math.abs((exists - 1)%6 - 5); i++) {
trim += '<li class="empty-icon"></li>'
}
trim +='</ul>';
$('p.explanation').after(trim);
}

// usable items first
var blaa = $('h3:contains(" Curiosity")').next('ul.you_icon');
var trim = '';
blaa.find('li > a.usableitem').each(function () {
trim += $(this).closest('li')[0].outerHTML;
$(this).closest('li').remove();
});
blaa.prepend(trim);

Run them in console (F12 for FF and Ctrl+Shift+I for Chrome); either one or the other or both.
By dropdown I mean to add an arrow which will contract/expand the whole.
EDIT: You have to be in "Myself" tab for it to work. Removed spoiler tag, sorry! Big Grin
EDIT #2: Ooops! Text formatting was messing with the code!
EDIT #3: Updated the code for different cases.
edited by Skinnyman on 9/21/2016

--
ESs items and quality requirements sheet. Please check if there are errors or if something is missing
Achievement list if you're feeling bored!
I am accepting Plant battles, Neath's Mysteries card, Starveling Cats and boxed cats.
No suppers, no second chances gain and no need to cure my menaces!
+1 link
Alistair Cray
Alistair Cray
Posts: 114

9/15/2016
Jeremy Saklad wrote:
How about we just cut to the chase and ask for a search bar for Items, Qualities, and the Journal? It’s the obvious solution, no?

That's a good idea, and implementable in an extension (at least the Items part; Qualities are loaded from the server piecemeal when expanding categories, so searching isn't going to work that easily without hitting FL servers with extra requests, which they can do without).

--
Fallen London profile
My browser extensions:
Chandlery | Playing Favourites
+1 link
Sandi Gummy
Sandi Gummy
Posts: 75

9/15/2016
I hope Making Waves can be more easily checked. And the qualities be in alphabetical order xD

--
http://fallenlondon.storynexus.com/Profile/Julia~Jokes

Hello all I am new xD
You can play chess or do things with me ^^
+1 link
Anne Auclair
Anne Auclair
Posts: 2215

9/15/2016
A pet peeve of mine is that the Knob of Scintillack is filed under Goods and not Zee-Treasures.

--
http://fallenlondon.storynexus.com/Profile/Anne%20Auclair
+3 link
Art Shrival
Art Shrival
Posts: 51

9/15/2016
Sandi Gummy wrote:
I hope Making Waves can be more easily checked. And the qualities be in alphabetical order xD


This isn't a proper fix for that, but I like to display my Making Waves on my Scrapbook Status, so I can reference it easily whenever I use the myself tab or look at my profile.
edited by Art Shrival on 9/15/2016
0 link
Optimatum
Optimatum
Posts: 3666

9/15/2016
It's also possible to mark as a Plan an option with a MW unlock, which therefore also displays your current MW value.. For example, I have the option to summon the Amanuensis permanently Planned so I can both check my current MW level and, if raising Notability, how far I am to the next level.

--
Optimatum, a ruthless and merciful gentleman. No plant battles, Affluent Photographer requests, or healing offers; all other social actions welcome.

Want a sip of Cider? Just say hi!

PM me for information enigmatic or Fated. Though the forum please, not FL itself.
+2 link
Harlocke
Harlocke
Posts: 506

9/15/2016
I agree that a plot/story section is needed. That would reduce a lot of clutter by itself. Your short stories and books perhaps could stay in this section, or get separated into "publications".

A separate section for menace reducing consumables would be nice. It can be hard to find that tincture or laudanum you're looking for. Perhaps those could go in a new "Alchemical" section, right near the top of your inventory.

Other things that don't fit anywhere else can probably be reclassified under "goods", like whirring contraptions, jewels, and even strong backed labor. It's seems like a fitting place for items that are useful but not unique.

A new "seasonal" section might also make sense for stuff like election materials, feast of the rose gifts, and so on.

--
I welcome social actions, and can visit your salon as an author.

http://fallenlondon.storynexus.com/Profile/Harlocke
+1 link
12




Powered by Jitbit Forum 8.0.2.0 © 2006-2013 Jitbit Software