Spell Cards 
        
    
            
        
| Vars | |
| current_target_weakref | A weakref to the mob we're currently targeting with the lockon component. | 
|---|---|
| lockon_component | A ref to our lockon component, which is created and destroyed on activation and deactivation. | 
| projectile_initial_spread_amount | The initial spread of the spell cards when fired. | 
| projectile_location_spread_amount | The location spread of the spell cards when fired. | 
| projectile_pixel_homing_spread | The homing spread of the spell cards in flight. | 
| projectile_turnrate | The turn rate of the spell cards in flight. (They track onto locked on targets) | 
Var Details
current_target_weakref
            
        
    
            
        
        A weakref to the mob we're currently targeting with the lockon component.
lockon_component
            
        
    
            
        
        A ref to our lockon component, which is created and destroyed on activation and deactivation.
projectile_initial_spread_amount
            
        
    
            
        
        The initial spread of the spell cards when fired.
projectile_location_spread_amount
            
        
    
            
        
        The location spread of the spell cards when fired.
projectile_pixel_homing_spread
            
        
    
            
        
        The homing spread of the spell cards in flight.
projectile_turnrate
            
        
    
            
        
        The turn rate of the spell cards in flight. (They track onto locked on targets)