Naabs-LuckyUpgradesFork icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

🌐 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.

Language Thunderstore Profile Thunderstore Version Thunderstore Downloads

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

LuckyUpgrades 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)

  1. Install Thunderstore Mod Manager
  2. Search for LuckyUpgradesFork and install
  3. Ensure all players in your lobby install the mod

Manual Installation

  1. BepInEx must be installed
  2. Copy LuckyUpgradesFork.dll to BepInEx/plugins/ folder
  3. Launch the game
  4. 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.