Note: This is a modified fork of the original LuckyUpgrades by ataraxia7899. It adds full support for custom/modded upgrades alongside the base game upgrades.
R.E.P.O Upgrade Sharing Mod (Thunderstore)
When a player picks up an upgrade item, there is a configurable chance that ALL other players will also receive the same upgrade.
| Item | Description |
|---|---|
| Language | C# |
| Framework | .NET / BepInEx 5.4.x |
| Game | R.E.P.O. (Unity) |
| Library | Harmony (for patching) |
All players in the lobby MUST have this mod installed for it to work correctly!

| Upgrade | Config Name | Default |
|---|---|---|
| Any Modded Upgrade | (Dynamically Supported) | 25% |
| Health | ChanceToActivatePlayerHealth |
25% |
| Energy (Stamina) | ChanceToActivatePlayerEnergy |
25% |
| Sprint Speed | ChanceToActivatePlayerSprintSpeed |
25% |
| Extra Jump | ChanceToActivatePlayerExtraJump |
25% |
| Tumble Launch | ChanceToActivatePlayerTumbleLaunch |
25% |
| Tumble Climb | ChanceToActivatePlayerTumbleClimb |
25% |
| Tumble Wings | ChanceToActivatePlayerTumbleWings |
25% |
| Crouch Rest | ChanceToActivatePlayerCrouchRest |
25% |
| Grab Range | ChanceToActivatePlayerGrabRange |
25% |
| Grab Strength | ChanceToActivatePlayerGrabStrength |
25% |
| Grab Throw | ChanceToActivatePlayerGrabThrow |
25% |
| Map Player Count | ChanceToActivateMapPlayerCount |
25% |
| Death Head Battery | ChanceToActivateDeathHeadBattery |
25% |
LuckyUpgradesFork.dll to BepInEx/plugins/ folder| Version | Changes |
|---|---|
| 1.0.0 | Initial fork release. Added sharing support for custom/modded upgrades alongside all base game features from the original mod. |