Talk:List of veiled modifiers: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
 
Line 30: Line 30:


For example, before is always "Xxxx Veiled" and after is always "Xxxx"? -- [[User:Nmbaply|Nmbaply]] ([[User talk:Nmbaply|talk]]) 22:21, 10 November 2023 (UTC)
For example, before is always "Xxxx Veiled" and after is always "Xxxx"? -- [[User:Nmbaply|Nmbaply]] ([[User talk:Nmbaply|talk]]) 22:21, 10 November 2023 (UTC)
:You need to ask somewhere else for help on coding item filter. But since  item with veiled mod always drop veiled and not veiled , it should be very easy to code (you can check how neversink code it). Unless you want a tedious filter that you unveil the item and then drop item to the ground to let the filter to the job. For mod name, it should be "Veil" for prefix and "of the veil" for the suffix for non-signature mod. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 01:10, 12 November 2023 (UTC)

Revision as of 01:10, 12 November 2023

What are the real mod names? (HasExplicitMod, item filter)

What are the "real" mod names of the "veiled" mods?
I mean: mod names that are recognized by HasExplicitMod.

Show
Rarity Rare
Identified True
HasExplicitMod It's

or

Show
Rarity Rare
Identified True
HasExplicitMod "It That Fled's Veiled"

or

Show
Rarity Rare
Identified True
HasExplicitMod "It That Fled's"

?

What are the (HasExplicitMod-ish) names of the mods
a) before going to Jun (for "unveiling")
b) after going to Jun (so already "unveiled") (but, somewhat confusing, still having this "veiled" mod)

For example, before is always "Xxxx Veiled" and after is always "Xxxx"? -- Nmbaply (talk) 22:21, 10 November 2023 (UTC)

You need to ask somewhere else for help on coding item filter. But since item with veiled mod always drop veiled and not veiled , it should be very easy to code (you can check how neversink code it). Unless you want a tedious filter that you unveil the item and then drop item to the ground to let the filter to the job. For mod name, it should be "Veil" for prefix and "of the veil" for the suffix for non-signature mod. Neokowloon (talk) 01:10, 12 November 2023 (UTC)