Some minor tweaks to the Arcane Blade:
- Arcane Combat now chooses it's target randomly from all targets in a cone, instead of just firing in a straight line.
- Arcane Combat picks spells based on the talent levels of those spells. If you have level 2 Flame and level 4 Lightning, Lightning will be chosen twice as often.
Let me know if you find any bugs!
Also, I made it easy to add spells that arcane combat can proc, if any addon wants to build off of this one in the future:
Code: Select all
table.insert(Talents.talents_def.T_ARCANE_COMBAT.trigger_talents, 'T_TALENT_NAME')