pub const DEPOSIT_EXHAUST_MULTIPLY: f32 = 0.001;
Expand description

Multiplier for deposit cooldown determination.

Cooldown is determined by the formula (source):

cooldown = ceil(DEPOSIT_EXHAUST_MULTIPLY * total_harvested ^ DEPOSIT_EXHAUST_POW)