Extract 
        
    
            
        
| Vars | |
| actual_cooldown | The cooldown duration, only applied when the ability ends | 
|---|---|
| balloon_counter | counts up each process tick, when reaching 5 prints a balloon alert and resets | 
| channeled | The mob being targeted by the ability | 
| damage_amount | How much damage or healing happens every process tick | 
| healing | Boolean, whether or not the spell is healing the target | 
| visual | The beam visual drawn by the ability | 
Var Details
actual_cooldown
            
        
    
            
        
        The cooldown duration, only applied when the ability ends
balloon_counter
            
        
    
            
        
        counts up each process tick, when reaching 5 prints a balloon alert and resets
channeled
            
        
    
            
        
        The mob being targeted by the ability
damage_amount
            
        
    
            
        
        How much damage or healing happens every process tick
healing
            
        
    
            
        
        Boolean, whether or not the spell is healing the target
visual
            
        
    
            
        
        The beam visual drawn by the ability