There must be some sort of hero concept competition in Warcraft Undergrounds. In any case, this feels like a labor done with love, something I can appreciate in any endeavor.
Spell:
Conceptually, the spells presented tell a lot about who Turalyon is, and it does so clearly.
Based on their aesthetic, I can guess that Turalyon is someone who can both heal and harm efficiently.
Spell Mechanics:
There isn't much to say about the spells regarding their memory management and performance,
so listed below are some suggestions instead:
- In the trigger "Holy Link", it was indicated in
HolyLink.onPeriod
that lightnings don't persist visually in Reforged. A possible solution to this is tantamount to immediately changing the vertex color (alpha) of the lightning object at the given tick (it was 28) and reverting it back to its original alpha value.
- Add a cooldown reduction mechanism for Light Infusion. Such mechanism is based on the following:
Every time Turalyon gains 5 levels (starting at level 1), the cooldown for Light Infusion is permanently reduced
by n seconds.
In terms of lists:
- heroLevel = {1, 5, 10, 15, 20}
- cooldown = {20, 19, 18, 17, 16}
- In the trigger "Light Infusion", arc calculation appears to be a bit confusing. You can simplify it from
360/charges[i]*0.017453
to 2/charges[i]*bj_PI
Spell Rating: 4.8/5
0.2 points were deducted because of the presence of magic numbers (numbers that should be stored as constants for readability).
Hero Concept
Approved