#See item mods without tooltip delay in inventory
1 messages · Page 1 of 1 (latest)
@shrewd veldt Are you not able to type in the mod in any way to the search bar and get the item you are looking for?
yeah I had to do it 400 times
Toggleables like that aren't really something we can easily do. Making them searchable may be more doable
We already have serious probalems with those toggles. We really can't add more
Jecht can speak more on it
i would say it would reduce friction for group content like red rogue
But it may be possible that searching CXY-4000 Engine[Rewired] pulls up the right item
yeah I do something like "cxy & rewired"
And that works?
yeah
Yeah that's probably the best we'll get unnforutnately
okay no problem ;p
Can't youmake an spread sheet command to create you the create search string?
I was thinking of doing that yeah
CXY-4000 Engine[Rewired] -> (item name) & (mod name 1) & ...
📝 on it
=IF(ISNUMBER(A3), SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B3, "|", " & "), "]", ""), "[", " & "), "")
XJQ-5000 Scoop[Super Intelligent] -> XJQ-5000 Scoop & Super Intelligent
Yeah it'd get ungodly visually with them included in the names. Especially for highier number of mod items
But yeah you can just search the mod
But doing it repeatedly I could see being problematic for like a huge multi hour loot split
Would you be able to add something like regex support to search? Would allow us to make specific queries to fit a vast number of needs.
@shrewd veldt also, are you saying if I type in "cloak & super I & conducting" it'll find me every cloak I have with SI AND Superconducting?
My power is out otherwise I'd check in game lol
@rancid bronze yes
yeah
It only works with & not -
~edit: ignore~
Uhh
Ignore me
It works on bases
Yeah I just checked mb!
loot splittin has never been this easy
Would be nice to get an OR match:
"BZP-3000 cloak" & "evil|Super intel"
Sadly its not that easy to code such from scratch