acid_mine

Vars | |
current_charges | Current amount of mines stored |
---|---|
max_charges | How many mines the ability can store at max |
regen_time | Recharge time between generating new mines |
timer | The timer the regen period uses |
timervref | A reference to the VREF used to display the abilites timer |
vref | A reference to the VREF used to display the current / max charges on the ability |
Procs | |
regen_mine | Called every regen time seconds, increments the counter of mines & calls the timer again if there are still less than max mines |
Var Details
current_charges

Current amount of mines stored
max_charges

How many mines the ability can store at max
regen_time

Recharge time between generating new mines
timer

The timer the regen period uses
timervref

A reference to the VREF used to display the abilites timer
vref

A reference to the VREF used to display the current / max charges on the ability
Proc Details
regen_mine
Called every regen time seconds, increments the counter of mines & calls the timer again if there are still less than max mines