byond - Modules - TypesVar Details - Proc Details

acid_mine

Vars

current_chargesCurrent amount of mines stored
max_chargesHow many mines the ability can store at max
regen_timeRecharge time between generating new mines
timerThe timer the regen period uses
timervrefA reference to the VREF used to display the abilites timer
vrefA reference to the VREF used to display the current / max charges on the ability

Procs

regen_mineCalled 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