
RealHeartAttack
Updated version of the Heart Attack mod originally by nono_t27. Configurable RNG chance to die, 'tremble', or have an adrenaline rush when your character gets scared.
Date uploaded | 2 weeks ago |
Version | 1.2.3 |
Download link | Turkeysteaks-RealHeartAttack-1.2.3.zip |
Downloads | 954 |
Dependency string | Turkeysteaks-RealHeartAttack-1.2.3 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Heart Attack
But configurable
Please let me know of any issues or feature requests on the LC modding discord.
This mod adds in a slim chance (default 5%) for the player to instantly die upon getting scared, and a slightly bigger chance (default 13%) for the player to suffer 'tremble' effects instead. Additionally, there is now a chance (default 15%) for an 'Adrenaline' rush.
The heart attack and other effects can be individually modified by config.
Trembling causes lower movement speed for a short period of time. It also drains stamina, even while walking or standing still.
Adrenaline rush causes increased movement speed for a short period of time, and can be configured to cause the tremble effects as it ends as a balance.
Also has compatibility with Coroner - simply have Coroner installed and the mod will add death messages if it can!
Roadmap:
- [x] Change heart attack chance via config
- [x] Chance tremble chance via config
- [x] Change tremble move speed via config
- [ ] Change heart attack from instant kill to just damage
- [ ] Introduce extra effects for both heart attack and tremble
- [x] Use a specific cause of death that works with Coroner
- [x] Add in a chance for an adrenaline rush
- [ ] Add in alternate affects
- [ ] Play audio
- [ ] Make it more obvious you died to a heart attack (even without Coroner)
The original mod was created by nono_t27. I forked his project and updated the code to work with configuration files for the existing values, and I plan to add more content in future.
ORIGINAL MOD DESCRIPTION:
Lethal Company Heart Attack
Adds in a heart attack difficulty tweak aka RNG.
Technologies:
- C#
- Unity
- BepInEx (THIS IS REQUIRED FOR THE MOD TO WORK PROPERLY)
ALL CREDITS TO ORIGINAL MOD: https://thunderstore.io/c/lethal-company/p/nono_t27/HeartAttack/
CHANGELOG
v1.2.3
- Bugfix to hopefully fix Coroner Compatibility reliability. Should now register the cause of death first for EVERYONE (who has the mod).
v1.2.2
- Another tiny bugfix to properly add the config for stamina drain. I'm stupid.
v1.2.1
- Actually add in coroner compatibility death messages
- Update README
v1.2.0
- Added stamina drain on tremble (as suggested by @personitis)
- Works with both instant tremble and tremble over time
- Can be toggled off, but is on by default
v1.1.3
- Add config setting for fear levels to trigger and reset effects
- Add config setting to toggle whether heart attacks can occur on your own (singleplayer unaffected, they can always happen)
v1.1.2
- Fix bug causing adrenaline to activate repeatedly
- Fix bug with
trembleInstant
config setting
v1.1.1
- Oops
v1.1.0
- Added compatibility (soft dependency) with Coroner and custom death messages
- Added Adrenaline rush as a third effect to occur
- Added more config options
- Added ability for adrenaline to cause a tremble at the end
v1.0.2
- Updated
README.md
for clarity - Added
CHANGELOG.md
v1.0.1
- Upload correct files
v1.0.0
- Created mod (forked from https://thunderstore.io/c/lethal-company/p/nono_t27/HeartAttack/)