add stash search docs
@@ -22,6 +22,12 @@ title: Features
|
||||
|
||||

|
||||
|
||||
### Chat Commands{:.!mb-1}
|
||||
|
||||
*Full Page: [Chat Commands](/chat-commands)*{:.text-sm}
|
||||
|
||||

|
||||
|
||||
### Map check{:.!mb-1}
|
||||
|
||||
*Full Page: [Map Check](/map-check)*{:.text-sm}
|
||||
@@ -46,21 +52,17 @@ Save Regex's or specific strings to use to search in the stash. Also keybindable
|
||||
|
||||
#### Dump sorting
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
#### Map rolling
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
### Chat Commands{:.!mb-1}
|
||||
|
||||
*Full Page: [Chat Commands](/chat-commands)*{:.text-sm}
|
||||
|
||||

|
||||

|
||||
|
||||
### Extra Widgets{:.!mb-1}
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 2.3 MiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 1.8 MiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 34 KiB |
@@ -1,3 +1,59 @@
|
||||
---
|
||||
title: Stash Search
|
||||
---
|
||||
|
||||
Save text to use for searching in the stash or vendors. You can also bind keybinds to these. While not affiliated, [poe2.re](https://poe2.re/waystone) is extremely useful for generating regexes for various things you want to search for. Check out the [PoE Wiki](https://www.poewiki.net/wiki/Guide:Regex) for more information on PoE's version of Regex.
|
||||
|
||||
To open the widget, press `Shift + Space` and then click either "Dump sorting" or "Map rolling" in the overlay. These are two Preset widgets but they can be customized to your liking. You can add as many of these widgets as you want, so do not feel limited by the presets.
|
||||
|
||||

|
||||
|
||||
## Map Rolling
|
||||
|
||||
Map(waystone) rolling is a preset widget that helps to match maps with certain mods on them.
|
||||
|
||||

|
||||
|
||||
Clicking any of these buttons will paste the text into the search bar in the stash or vendor window. For example, clicking "Burning Ground" will paste the text `"Burning Ground"` in the stash search bar. This will then highlight any map(waystone) that has that mod on it. In this case, those could be highlighted and then vendored if you don't want to deal with burning ground.
|
||||
|
||||

|
||||
|
||||
Here is what this looks like in settings for the widget.
|
||||
|
||||

|
||||
|
||||
## Dump Sorting
|
||||
|
||||
Dump sorting is a preset widget that helps to highlight certain items, particularly useful when going through a dump tab after mapping.
|
||||
|
||||

|
||||
|
||||
Clicking any of these buttons will paste the text into the search bar in the stash or vendor window. Example of searching for currency in a dump tab. This will then highlight any item that contains "currency" in it's description.
|
||||
|
||||

|
||||
|
||||
And it's settings.
|
||||
|
||||

|
||||
|
||||
## More Complex Example
|
||||
|
||||
Here is a bit more of a complex example of how the stash search can be setup and used.
|
||||
|
||||
This is using a complex regex to search for maps that do not have certain mods, "Burning Ground" and "Monsters penetrate #% Elemental Resistances". Along with that it also ensures the map is Tier 15+ and has more than 250% waystone drop chance.
|
||||
|
||||

|
||||
|
||||
In these settings, the actual regex is shown. It is quite unreadable and thus all of these use "Friendly Names", basically flavor text that is displayed in place of the actual used regex. Using this can make it easier to remember what each button does.
|
||||
|
||||
The bottom one is most commonly used so it has been assigned a hotkey for convenience, `F2`. When in the stash, just pressing `F2` will automatically perform that search without even opening the overlay. This is especially useful for searching vendors for items after leveling up.
|
||||
|
||||

|
||||
|
||||
The hotkey is also visible in the overlay when it is opened, and can toggle all the hotkeys for the widget on and off with the switch in the top right of the widget.
|
||||
|
||||

|
||||
|
||||
## Settings
|
||||
|
||||
Inside the settings of the widget, each saved search can be edited, deleted, moved around, be given an alias, and have hotkeys assigned to them.
|
||||
|
||||
@@ -54,10 +54,10 @@ export default {
|
||||
},
|
||||
enableHotkeys: true,
|
||||
entries: [
|
||||
{ id: 1, name: "", text: '"Pack Size: +3"', hotkey: null },
|
||||
{ id: 2, name: "", text: "Reflect", hotkey: null },
|
||||
{ id: 3, name: "", text: '"Cannot Leech Life"', hotkey: null },
|
||||
{ id: 4, name: "", text: '"Cannot Leech Mana"', hotkey: null },
|
||||
{ id: 1, name: "", text: '"Increased Pack Size"', hotkey: null },
|
||||
{ id: 2, name: "", text: '"Additional Packs"', hotkey: null },
|
||||
{ id: 3, name: "", text: '"Burning Ground"', hotkey: null },
|
||||
{ id: 4, name: "", text: '"Less Recovery Rate"', hotkey: null },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -75,16 +75,16 @@ export default {
|
||||
enableHotkeys: true,
|
||||
entries: [
|
||||
{ id: 1, name: "", text: "Currency", hotkey: null },
|
||||
{ id: 2, name: "", text: '"Divination Card"', hotkey: null },
|
||||
{ id: 3, name: "", text: "Fossil", hotkey: null },
|
||||
{ id: 4, name: "", text: '"Map Tier"', hotkey: null },
|
||||
{ id: 2, name: "", text: '"Martial Weapon"', hotkey: null },
|
||||
{ id: 3, name: "", text: "Jewel", hotkey: null },
|
||||
{ id: 4, name: "", text: '"Waystone Tier"', hotkey: null },
|
||||
{
|
||||
id: 5,
|
||||
name: "",
|
||||
text: '"Map Device" "Rarity: Normal"',
|
||||
text: '"Rarity: Normal"',
|
||||
hotkey: null,
|
||||
},
|
||||
{ id: 6, name: "", text: "Tane Laboratory", hotkey: null },
|
||||
{ id: 6, name: "", text: "Trials:", hotkey: null },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||