-
Notifications
You must be signed in to change notification settings - Fork 15
Keywords
Arecurius edited this page May 6, 2023
·
1 revision
List of keywords and its type (boolean, integer, string compare) aswell as a possible Use-Case.
Most recent keyword added: scourgetier
| keyword | description | Use Case | Use Case Explanation |
|---|---|---|---|
| string compare keywords: | |||
| classname | classname of the item | classname=StackableCurrency | will catch every item belonging to the StackableCurrency class |
| basename | basename of the item | basename^Splinter | will catch every item whose base contains the Splinter in its basename |
| path | filepath of the item in ggpk | Path^CurrencyItemisedProphecy | will catch every Prophecy that is in itemized form |
| name | unique name of an item(not only of uniques) | name=Headhunter | will catch Headhunter belts |
| desc | the description of an item(flavourtext) | WARNING: desc keyword only works with itemized Prophecies at this point | |
| number compare keywords: | |||
| itemquality | quality of an item | classname^Skill Gem,basename^Vaal,itemquality=0 | catches Vaal Skill gems without Quality |
| rarity | rarity of an item (normal,magic,rare,unique) | classname=Jewel,rarity!=Unique,basename=Large Cluster Jewel | catches all large cluster jewels that are not Unique |
| ilvl | itemlevel of an item | rarity=Rare,ilvl>=60,classname=Belt | catches all rare belts of itemlevel 60 or and above |
| tier | Tier of a Map item(maptier) | classname=Map,tier>=11 | will catch all red tier maps (11+) |
| numberofsockets | number of sockets on an item | numberofsockets=6 | catches all 6-socket items (as of poe version 3.13. only body armours and weapons) |
| numberoflinks | number of linked sockets on an item | numberoflinks=6 | catches all 6-links |
| veiled | number of veiled mods on an item | veiled>=2 | catches all veiled items with atleast 2 veiled mods (veiled mods meaning you can still unveil them) |
| fractured | number of fractured mods on an item | fractured>0 | catches all items with atleast 1 fractured mod (might not be functional currently) |
| deliriumrewards | amount of applied delirium rewards | ClassName=Map,deliriumrewards>0 | catches all map items with atleast 1 deliriumreward applied(through delirium orbs or as drops from New Vastir) |
| skillgemlevel | level of a skillgem | basename=Active Skill Gem,skillgemlevel>19 | will catch every active skill gem of level 20 or higher |
| scourgetier | scourge Tier (0-3 equippable, 0-10 maps) | classname=Map,scourgetier>0 | will catch scourged maps |
| booelan compare keywords: | |||
| identified | identified items | !identified,rarity=Rare,ilvl>=60,classname=Amulet | catches all unidentified rare ilvl 60 or highe amulets |
| corrupted | corrupted items | --- | --- |
| influenced | items that are influenced | --- | --- |
| Elder | --- | --- | --- |
| Shaper | --- | --- | --- |
| Crusader | --- | --- | --- |
| Hunter | --- | --- | --- |
| Redeemer | --- | --- | --- |
| Warlorld | --- | --- | --- |
| blightedMap | --- | --- | --- |
| elderGuardianMap | --- | --- | --- |
| special affinity keywords | |||
| affinity | will make items filtered with this keyword be clicked without switching the tab | classname=DivinationCard,affinity | will catch all Items belonging to the DivinationCard class and will not switch tabs to deposit them into stash |
| shifting | will press shift in addition to ctrl when stashing an item | elderGuardianMap,shifting | will catch elderguardian maps and will shift click them into stash to avoid having them auto stashed into a maptab if affinity ingame is set |