These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Overheating equations

Author
Artem Valiant
NecroRise Squadron
Galaxy Spiritus
#1 - 2011-11-07 13:53:45 UTC  |  Edited by: Artem Valiant
I spent a lot of tests and obtained the following results.

Ship stats:
heatAttenuationHi
heatAttenuationLow
heatAttenuationMed
heatCapacityHi
heatCapacityLow
heatCapacityMed
heatDissipationRateHi
heatDissipationRateLow
heatDissipationRateMed
heatGenerationMultiplier
hiSlots
medSlots
lowSlots

Module stats:
heatAbsorbtionRateModifier
heatDamage


Here's the equations for high-slot modules. Same equations are used for other slots.

Buildup
Hhi(t)=heatCapacityHi/100-EXP(-t*heatGenerationMultiplier*(heatAbsorbtionRateModifier1+ heatAbsorbtionRateModifier2 + ... + heatAbsorbtionRateModifiern)),
where n - number of overheated modules.

Dissipation
Hhi(t)=Hhi(0)*EXP(-t*heatDissipationRateHi)

Damage chance
Phi(H, range)=numberOfOnlineModules/numberOfSlots*H*heatAttenuationHi^range
where
H - heat level,
range - distance to overheated module (range = 0 - overheated module itself)