Stun Snippet Lite
IMPORT GUIDE :
1. Enable "Tick the Automatically create unknown variables ..." located at File>Preference>General
2. Copy the StunSnippetLite Folder in the Trigger Editor
3. Configure the StunSnippetLiteConfig trigger according to the comments provided
4. Follow the information section for more details
SNIPPET INFORMATION :
A realization that I found after releasing several spells since releasing
the original version of Stun Snippet and
a version designed for the new TSELL is that they have too many requirements if you only need stunning and nothing else, as proven by
how insane smite spell in this pack's requirements. As such, I write this with ZERO additional requirement and can be easily plugged in by just copying the folder without installing requirement, hence the term 'Lite' in this version of the Stun Snippet.
Additionally, by not relying on TSE/TELL, it reduces overhead from TriggerEvaluate that TSE/TELL uses internally in return for that system's ease of use. However, the system still takes benefit from all positive aspects that is given by Linked List as an internal implementation. This means that Stun Snippet Lite should be slightly faster (eh, GUI is still slow) than both the original and TSELL versions.
======
A stun snippet I wrote for the ease of creating stuns with the new BlzUnitPauseEx native. This system easily stuns a unit over a set duration with specific SFX so people can make variations of their stun (freeze, shocked, etc) with ease.
In order to stun a unit, set the following variables:
-
Actions
-

-------- Unit that will get stunned --------
-

Set StunSnippetLite__StunnedUnit = No unit
-

-------- Stun duration --------
-

Set StunSnippetLite__Duration = 0.00
-

-------- Effect shown, if <empty string> will fall back to default --------
-

Set StunSnippetLite__SFX = <Empty String>
-

-------- Attach point for the effect shown, if <empty string> will fall back to default --------
-

Set StunSnippetLite__AttachPoint = <Empty String>
-

-------- Register the stun effect --------
-

Trigger - Run StunSnippetLite_TRegister (checking conditions)
Since this is meant as a snippet for quick stunning, I do not provide additional utilities like
Stun Engine or
Stun System. The only addition I provided as of current is the SFX control, which is something that I personally need for spell making.
MEDIA SHOWCASE :
This is the
Linked List version used as video, but they're basically doing the same thing so I don't think it's an issue.
CHANGELOG :
Version 1.0: Released
CREDIT :