Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.13 KB

HIGHLIGHT.md

File metadata and controls

39 lines (22 loc) · 1.13 KB

Highlight system

As an addition to the integrated search engine, an highlight system let you find an item quickly directly from the main view.

Looking for "health regen" attribute?

Vault and Player

Vault and Player

With secondary vault

Vault and Player

Extended filters

You may need to refine your search further.

This popup appear by clicking the label "Highlight items having".

You can create a "requirement range" via Min/Max checkboxes.

Note: Leaving a value to 0 means "ignore".

Vault and Player

Regular expression

By using / as first char everything else is a standard C# regular expression.

Here's few examples.

  • /rune|earth : Everything with "rune" or "earth"
  • /chance of .+%.+bleeding damage : All chance of + percent bleeding damage
  • /\+.+%.+(life|mana) leech : Any + percentage of life or mana leech
  • /\+.+%.+(cold|fire) damage : Any + percentage of cold or fire leech

Regex