code/__DEFINES/~~bubber_defines/combat.dm 
| JOULES_PER_DAMAGE | The amount of energy needed to increase the burn force by 1 damage during electrocution. The below means that 100 damage will be dealt if you touch a max safe loaded powergrid. As ((4 MEGA JOULES) / HUMAN_MAXHEALTH) == ~30 KILO JOULES |
|---|---|
| ELECTROCUTE_DAMAGE | Calculates the amount of burn force when applying this much energy to a mob via electrocution from an energy source. |
| OVERSIZED_HEALTH_BUFF | Health buff for having the oversized quirk. |
Define Details
ELECTROCUTE_DAMAGE 
Calculates the amount of burn force when applying this much energy to a mob via electrocution from an energy source.
JOULES_PER_DAMAGE 
The amount of energy needed to increase the burn force by 1 damage during electrocution. The below means that 100 damage will be dealt if you touch a max safe loaded powergrid. As ((4 MEGA JOULES) / HUMAN_MAXHEALTH) == ~30 KILO JOULES
OVERSIZED_HEALTH_BUFF 
Health buff for having the oversized quirk.