PathOfBuilding-PoE2 icon indicating copy to clipboard operation
PathOfBuilding-PoE2 copied to clipboard

Small issue with AffectedByHerald---

Open Blitz54 opened this issue 11 months ago • 0 comments

Was looking at someone's build for an issue, and I noticed the very small issue regarding AffectedByHeraldof----.

if gemData.tags.aura or gemData.tags.herald then
	skillNameList["while affected by "..skillName:lower()] = { tag = { type = "Condition", var = "AffectedBy"..skillName:gsub(" ","") } }
	skillNameList["while using "..skillName:lower()] = { tag = { type = "Condition", var = "AffectedBy"..skillName:gsub(" ","") } }
end

This is in Modparser. The issue is, it takes the name of the heralds, which is something like "Herald of Thunder". The 'of' has a leading lowercase, so when it's printed in the breakdown, it shows "Condition: Affected By Heraldof Thunder". As you see because it has a lowercase, it latches onto the end of Herald instead of having a space between.

Again, very minor. Probably a lot more work than it's worth to fix it. But I'll post this anyway. https://maxroll.gg/poe2/pob/5seqe00h Image

Blitz54 avatar Feb 21 '25 05:02 Blitz54