pub const DEPOSIT_EXHAUST_POW: f32 = 1.2;
Expand description

Exponential growth rate for deposit cooldown determination.

Cooldown is determined by the formula (source):

cooldown = ceil(DEPOSIT_EXHAUST_MULTIPLY * total_harvested ^ DEPOSIT_EXHAUST_POW)