Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/lib/components/filter/filter_help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ export class FilterHelp extends FloatElement {
<ul>
<li>The paint seed of the item</li>
</ul>
<li>in
<ul>
<li>Keyword that allows you to check if a variable matches one of several values. Useful for searching multiple patterns/paint seeds</li>
<li>Example Usage: seed in (939, 1023, 1, 5)</li>
</ul>
</li>
<li>low_rank</li>
<ul>
<li>If the item is in the top 1000 lowest float for this skin and category (normal, stattrak, souvenir), this is the FloatDB rank</li>
Expand Down