#Can I make a full set bonus that gives mana with executableitems?

1 messages · Page 1 of 1 (latest)

lavish monolith
#

I was trying to make a full set bonus with executable items

#

but they told me to ask here if its possible

crisp nymph
grim garden
#

Would be good to know how set bonuses work in executableitems

#

AS by default can’t do set bonuses.

#

But the api exposes player level trait modifiers (max mana is a trait)

#

So they can hook into it to integrate it into their set bonuses. Mmoitems already doing this, and with minimal extra config and like 10 lines of code I was able to do it in mythiccrucible as well