Harbinger Pieces and Filter

Hello,

I'm trying to implement an exact match to Harbinger Pieces in my filter.

However, so far the following syntax is failing:

"
Show
Class == "Pieces"
BaseType == "First Piece of Brutality"


Even with non-exact match, it's failing:

"
Show
BaseType "First Piece of Brutality"


For information, here is the exact definition of the item (from in-game CTRL+C):

"
Item Class: Pieces
Rarity: Unique
First Piece of Brutality
Imperial Staff Piece
--------
Item Level: 84
--------
This item will transform when correctly arranged with other items.


Any idea how to make this work ?

Last bumped on Nov 29, 2023, 3:08:32 PM
Wiki says
"
Item piece only drop as unique items. However, when it is unidentified, it is known as "X Piece" of its basetype.

In the text copied from using Control + C keybind (in PC), the item class is spelled in plural: Pieces, despite according to announcement, it should be spelled in singular as Piece (for the purpose of item filter)
"
seaman wrote:
Wiki says
"
Item piece only drop as unique items. However, when it is unidentified, it is known as "X Piece" of its basetype.

In the text copied from using Control + C keybind (in PC), the item class is spelled in plural: Pieces, despite according to announcement, it should be spelled in singular as Piece (for the purpose of item filter)

Hey, thank you for your answer.
Unfortunately, there's no such class as "Piece":

Wiki link (see second column):
https://www.poewiki.net/wiki/Item_class

And also unsuccessfully tested in my filter:
I finally managed to make it work with:

"

Show
Class == "Pieces"
BaseType == "Imperial Staff Piece"


I'm still investigating if it's possible to go further (although I probably don't need to).

The following syntaxes are working too:

"

Show
Class == "Pieces"
BaseType "First"


"

Show
Class == "Pieces"
BaseType "Brutality"

Report Forum Post

Report Account:

Report Type

Additional Info