List of attributes:
How to use the Buff mechanic
- buffName - name of your buff (optional)
- charges - could not find out what this is exactly for, maybe how many times a mob will use this buff or maybe for artifacts, i guess we will know in the future
- duration - how long the buff will be activated
- interval - determines the tick rate
- onStartSkill - skill that fires on activation along with the first tick
- onTickSkill - skill that fires every tick
- onEndSkill - skill that fires when the duration is...
How to use the Buff mechanic