You are viewing a potentially older version of this package. View all versions.
Suki-LCFairCompany-2.1.0 icon

LCFairCompany

Mod to tweak some monsters in Lethal Company to make them more balanced, now fully configurable and synced with the Host! Also fixes Snare Fleas stacking on the same player and add some QoL - see details on your web browser.

Date uploaded 2 weeks ago
Version 2.1.0
Download link Suki-LCFairCompany-2.1.0.zip
Downloads 951
Dependency string Suki-LCFairCompany-2.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

LCFairCompany

Mod to tweak some monsters in Lethal Company to make them more balanced, now fully configurable and synced with the Host! Also fixes Snare Fleas stacking on the same player and add some QoL (e.g. second chance works in MP, audio cue client-side) - see details below.

Details

Click to expand/collapse

Bunker Spider

The spider can somehow easily be avoided and is often not worth dealing with given its fast/high damage and that it takes a whooping 5 hits to kill, the following changes aim at encouraging players to fight it more:

  • MaxCount 1 => 2
    • There can be at most 2 spiders inside at once, which should make dodging it a bit riskier with the added webs and them being able to cover more ground
  • Health 5 => 4
    • It takes one less hit to kill
  • Damage 90 => 60
    • It still kills a player in 2 hits, but a one-hit combination of Blob or Loot Bug + Spider doesn't kill you
  • HitCooldown 1 => ~1.33 sec
    • Aiming for 45 DPS (half the base value) which gives ~1.33 sec of cooldown for 60 damage, which should give a slightly more forgiving window to fight it

Coilhead

Coilheads can cut a run short if you're in a smaller group as it often appears with other monsters given its low power level, so let's make it happen a bit less often:

  • PowerLevel 1 => 1.5
  • MaxCount 5 => 4

Ghost Girl

Similarly to the coilhead, seeing one when alone or in a small group can mean ending the run earlier or risking a wipe, so let's make it less likely:

  • PowerLevel 2 => 3

Jester

They don't appear very often and are somehow manageable given the telegraphed behaviour, so let's consider it a swap of power level with the ghost girl:

  • PowerLevel 3 => 2

Snare Flea

If you know to look for them and have (pro)flashlights, they are manageable, but they are also a great threat for a measly 1 power level as they can wipe a group with little chances to retaliate, so let's address that:

  • A second chance is given to the last survivor in multiplayer
  • Snare Fleas stop clinging from any player after inflicting enough damage (60 by default)
  • Prevent Snare Fleas stacking on the same player by making players non-targetable while latched on
  • Add a quiet audio shriek when a Snare Flea is on a ceiling (triggering 3 to 4 times per minute by default)

CHANGELOG

Version 2.1.0

  • Fix a Serialization error in the ConfigManager
  • Fix an error with the PowerLevel (changed from int to float)

Bunker Spider

  • Remove the change in PowerLevel since it was added in V50

Coilhead

  • PowerLevel 1 => 1.5

Version 2.0.0

Now fully configurable and synced with the Host!

Version 1.1.0

Fix potential error when accessing player's health.

Snare Flea

Add an audio cue when a Snare Flea is on a ceiling (triggering 3 to 4 times per minute).

Version 1.0.2

Update dll versioning so it shows up in the thunderstore.

Version 1.0.1

Actually link the dll this time (oops).

Snare Flea

Hopefully fix the previous version in multiplayer.

Version 1.0.0

Bunker Spider

  • PowerLevel 3 => 2
  • MaxCount 1 => 2
  • Health 5 => 4
  • Damage 90 => 60
  • HitCooldown 1 => ~1.33 sec

Coilhead

  • PowerLevel 1 => 2
  • MaxCount 5 => 4

Ghost Girl

  • PowerLevel 2 => 3

Jester

  • PowerLevel 3 => 2

Snare Flea

  • A second chance is given to the last survivor in multiplayer
  • Snare Fleas stop clinging from any player after inflicting 60+ damage
  • Prevent Snare Fleas stacking on the same player by making players non-targetable while latched on