borer 
Vars | |
| chemical_cost | How many chemicals this costs |
|---|---|
| chemical_evo_points | How many chem evo points are needed to use this ability |
| stat_evo_points | How many stat evo points are needed to use this ability |
Procs | |
| pre_intercept_trigger | Called on Trigger() after borer sanity checks, because calling parent in Trigger will cause funky stuff like ClickCatcher to be added, or PreActivate to be called. Return FALSE to prevent Trigger from calling parent. |
Var Details
chemical_cost 
How many chemicals this costs
chemical_evo_points 
How many chem evo points are needed to use this ability
stat_evo_points 
How many stat evo points are needed to use this ability
Proc Details
pre_intercept_trigger
Called on Trigger() after borer sanity checks, because calling parent in Trigger will cause funky stuff like ClickCatcher to be added, or PreActivate to be called. Return FALSE to prevent Trigger from calling parent.