
You are viewing a potentially older version of this package. View Latest Version

R.E.P.O Upgrade Sharing Mod
When a player picks up an upgrade item, there is a configurable chance that ALL other players will also receive the same upgrade.
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%)
PunManager.UpgradeXXX()Delete your old config file and let the mod create a new one:
BepInEx/config/LuckyUpgrades.cfgBepInEx/LogOutput.log for [LuckyUpgrades] entriesPunManager.UpgradeXXX() directlyMIT License