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 |
|---|---|---|
| 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% |
LuckyUpgrades.dll to BepInEx/plugins/ folderAfter launching the game, a config file will be created at:
BepInEx/config/LuckyUpgrades.cfg
[Upgrades]
## % Chance to share the Health upgrade (0-100)
ChanceToActivatePlayerHealth = 25
## % Chance to share the Energy upgrade (0-100)
ChanceToActivatePlayerEnergy = 25
## ... (all other upgrades with default 25%)
If you find any bugs or issues, please contact: [email protected]