Player Body

From Lethal Company Wiki
Revision as of 00:03, 25 March 2024 by 1Sebeastian (talk | contribs) (Replacing "player" with "employee.")

Overview

When a employee dies (in most cases), they leave behind a body which can be recovered through the use of a teleporter or by carrying it back to the ship. However, after employees respawn, their bodies will disappear, meaning that bodies cannot be transported between moons.

Selling a body to the company yields 5 credits but can only be done so if a employee dies on Gordion, the Company Moon. It should be noted that this strategy makes bodies unable to be recovered, so it would be advised to only use this strategy in dire situations, or when planning on spending the majority of your credits right on Gordion.

Penalty

For each dead employee, you can obtain their body before leaving the moon, so called 'bodies recovered' in game. If the body was not obtained, you lose 20% of your current credits for each body. Otherwise, you lose 8% of current credits. [1]

Formula:

totalPenalty = Math.Floor(currentCredit * 0.2) * unobtainedBodies + Math.Floor(currentCredit * 0.08) * obtainedBodies

Sources