EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition
MIT License
279 stars 62 forks source link

Add Rarity & Origin to Highlight #457

Closed hguy closed 2 years ago

hguy commented 2 years ago

this address one of the request in #452

Translation : EN/FR

image

Search using regex

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

/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

image

This change affect search form too. image

Extend highlight search

to item seed

image

to socketed relics

image

to relic completion terms

image image

to item origin

image