ability 
Maintain distance from a guy and use an ability on cooldown
Vars | |
| ability_type | What is our ability? |
|---|---|
| max_range | When should we advance? |
| min_range | When should we retreat? |
Procs | |
| decide_min_max_range | Decide our movement details, some copy/paste here unfortunately |
Var Details
ability_type 
What is our ability?
max_range 
When should we advance?
min_range 
When should we retreat?
Proc Details
decide_min_max_range
Decide our movement details, some copy/paste here unfortunately