Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
LuckyUpgradesFork
Fork of LuckyUpgrades that adds support for custom upgrade types.
| Last updated | 15 hours ago |
| Total downloads | 180 |
| Total rating | 0 |
| Categories | Mods Misc Upgrades Server-side AI Generated Quality Of Life |
| Dependency string | Naabs-LuckyUpgradesFork-1.0.1 |
| Dependants | 0 other packages depend on this package |
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
🌐 README Language : English | 한국어
LuckyUpgrades Fork
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.
🛠 Tech Stack
| Item | Description |
|---|---|
| Language | C# |
| Framework | .NET / BepInEx 5.4.x |
| Game | R.E.P.O. (Unity) |
| Library | Harmony (for patching) |
⚠️ Important Notice
All players in the lobby MUST have this mod installed for it to work correctly!
🎬 Quick Guide

✨ Features
- 🧩 Modded Upgrade Support (NEW): Fully supports upgrades added by other mods!
- 🎲 Probability-based sharing: Configurable share chance for each upgrade type.
- ⚙️ Per-upgrade settings: Set different chances for each upgrade.
- 🔧 Base Upgrades supported: All 13 original player upgrades are supported.
📋 Supported Upgrades
| 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% |
📦 Installation
Thunderstore Mod Manager (Recommended)
- Install Thunderstore Mod Manager
- Search for LuckyUpgradesFork and install
- Ensure all players in your lobby install the mod
Manual Installation
- BepInEx must be installed
- Copy
LuckyUpgradesFork.dlltoBepInEx/plugins/folder - Launch the game
- Share the mod with all players in your lobby
📝 Changelog
| Version | Changes |
|---|---|
| 1.0.0 | Initial fork release. Added sharing support for custom/modded upgrades alongside all base game features from the original mod. |