Wrda
Spell Reviewer
- Joined
- Nov 18, 2012
- Messages
- 2,025
This is a solid system for GUI users, better than its predecessors.
Approved
Approved
DOTExample

Events

Conditions

Actions


-------- SourceUnit refers to the damage source --------


Set DOT_SourceUnit = No unit


-------- TargetUnit refers to the unit being damaged --------


Set DOT_TargetUnit = No unit


-------- Total Damage is the total damage dealt over the entire DOT --------


Set DOT_TotalDamage = 0.00


-------- Duration is how long the effect lasts --------


Set DOT_Duration = 0.00


-------- DamageInterval is the time between two damage instances --------


Set DOT_DamageInterval = 0.00


-------- SFX is the effect attached while the DOT occurs --------


Set DOT_SFX = <Empty String>


-------- SFX Attach Point is the effect attach point while the DOT occurs --------


Set DOT_SFXAttachPoint = <Empty String>


-------- Attack Type is the type of attack for the DOT --------


Set DOT_AttackType = Spells


-------- Damage Type is the type of damage for the DOT --------


Set DOT_DamageType = Unknown


-------- Run the DOT system --------


Trigger - Run DOT_TriggerRegister (checking conditions)