You are viewing a potentially older version of this package. View all versions.
Obesos-RunStats-1.0.0 icon

RunStats

Roguelike run points: allocate stamina, health, regen, oxygen, weight and jump from Escape. Configurable % growth and moon difficulty rewards.

By Obesos
Date uploaded 10 hours ago
Version 1.0.0
Download link Obesos-RunStats-1.0.0.zip
Downloads 9
Dependency string Obesos-RunStats-1.0.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

RunStats

Lethal Company mod: roguelike point allocation during a run.

Open Escape → panel to put points into:

Stat Effect
Health Max HP = base × (1 + points × %)
Stamina Less drain / faster regen
Regen HP per second while alive
Oxygen Better underwater stamina hold
Weight Lower carry-weight penalty
Jump Higher jumpForce while jumping

Points are per player, redistributable (+ / ), and never go below 0.

Earning / losing points

When the ship leaves the moon:

  • Alive at the endSurviveBase × moon reward multiplier (+ optional scrap bonus)
  • Dead at the end → lose DeathPenaltyBase × moon penalty multiplier (unspent first, then allocated)

Temporary deaths that you recover from before the ship leaves do not count.

Harder moons pay more on survive. Easier moons punish more on death (all configurable).

Config

After first launch: BepInEx/config/flazaro.RunStats.cfg

Important sections:

  • Points — SurviveBase, DeathPenaltyBase, ScrapBonusPerItem, MaxPointsPerStat
  • MoonMult.Reward / MoonMult.Penalty — Easy → Extreme multipliers
  • StatGrowth*PercentPerPoint for each stat (0.05 = +5% per point)
  • Moons — RiskMap + optional per-planet overrides

Formula for every growth stat:

value = base * (1 + points * percent)

Install

  1. Requires BepInExPack
  2. Drop RunStats.dll into BepInEx/plugins/RunStats/
  3. Or install the Thunderstore zip with r2modman

Build

dotnet build -c Release
.\pack.ps1

Optional auto-copy on build: copy RunStats.csproj.user.exampleRunStats.csproj.user and set your game path.

Notes

  • Independent of BoomboxYoutube (separate folder / GUID).
  • Stats apply to the local owner client.
  • Jump boost is applied only during the jump so fall physics is not permanently skewed.
  • Reset on disconnect / game-over fire sequence.