Hi,
I wrote a script that adds several abilities to wards. One of those abilities is a 'ward burst' effect. The ward burst works as follows: when a ward blocks a concentration spell, it has a chance of entering a 'ready-to-burst' state; if the player stops casting the ward when the ward is in that state, a short-range staggering shockwave is unleashed.
The sript works as intended but now I need to tell the player whether his ward has entered the 'ready-to-burst' state or not. My first idea was to use a shader on the player but I disregrded it because it's too subtle an effect. Do you guys have any ideas about what could I use as a visual cue?
Thanks in advance!