Openarl / PathOfBuilding

Offline build planner for Path of Exile.
MIT License
2.16k stars 1.04k forks source link

cooldowns on spells in trigger items not shown #1146

Open FruitcakeElemental opened 6 years ago

FruitcakeElemental commented 6 years ago

I swear in older versions it would correctly identify spells in trigger items (mjolner, poets pen, cospris malice) and change them to have cooldowns as well as applying other effects like mjolners damage bonus.

Currently it doesn't seem to work, support trigger gems do work however.

Mizzajl commented 5 years ago

I found the error: in ModParser-3_0.lua ... "{ name = "SupportUniqueMjolnerLightningSpellsCastOnHit", level = 1 }" ... its supposed to be: ... "{ skillId = "SupportUniqueMjolnerLightningSpellsCastOnHit", level = 1 }" ...

same for cospri, use skillId instead of name.

someone fix please? :)