#Can I make a full set bonus that gives mana with executableitems?
1 messages · Page 1 of 1 (latest)
It might be possible with some commands if you can do that
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