calculateLightEffectiveHealth

Calculates the Light Effective Health (LEHP)

This effective health calculation model is only used for entities to determine how much damage they may take before dying.

Formula: HP * (1 + (DEF / (DEF + 100))

Return

LEHP of an entity

Parameters

health

amount of entity's health

stats

statistics that are going to be used.