Changes

From Vendetta Online Wiki
Jump to: navigation, search

Mining

12 bytes added, 01:24, 7 April 2006
Fixed indenting? :S
let dQ = Ho*GunHeatingRate/ThermalMass - BlackBodyRadiation(ThermalMass)
if dQ == 0 then
NumCrates*initialT/Ke else initialT*(exp(NumCrates*dQ/(Ke*GunEfficiency)) - 1)/dQ
where initialT is the asteroid temperature when you start mining, ThermalMass is the heating rate constant of the asteroid (typical values range from 200 to 700), Ke and Ho are global constants calculated based on several parameters; Ke is currently 2.3010 and Ho is 36.945. GunHeatingRate and GunEfficiency are both 1 for the default gun. BlackBodyRadiation we can ignore as 0 for now, although here's the formula we use if you want to be more accurate: