
REPO Enemy Drops
A mod that drops items when killing enemies, Fully configurable
Last updated | a day ago |
Total downloads | 32749 |
Total rating | 5 |
Categories | Mods Items Upgrades Weapons Monsters Client-side |
Dependency string | ImVertro-REPO_Enemy_Drops-2.0.0 |
Dependants | 17 other packages depend on this package |
This mod requires the following mods to function

LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0
Lillious_Networks-REPO_Mod_Library
A mod library with developer friendly syntax with the goal of simplifying writing repetitive and ugly code.
Preferred version: 1.0.66README
R.E.P.O Enemy Drops
Overview
The R.E.P.O Enemy Drops is a mod for the game R.E.P.O, This mod drops items at random on death of an enemy. Fully Configurable.
Dependencies
- R.E.P.O-Mod-Library by Lillious_Networks
Compatibility
-
Supports the latest version of R.E.P.O
-
Compatible with MelonLoader v0.7.0 modding framework
-
Compatibility may vary with BepInEx modding framework using the BepInEx.MelonLoader.Loader plugin
Key Features
Enemies Drop Random Items on death. The items and spawn rates per enemy is completely configurable. The items that can be used are below. The config file is default to only drop shop upgrades per each enemy killed.
- Item Cart Medium
- Item Cart Small
- Item Drone Battery
- Item Drone Feather
- Item Drone Indestructible
- Item Drone Torque
- Item Drone Zero Gravity
- Item Extraction Tracker
- Item Grenade Duct Taped
- Item Grenade Explosive
- Item Grenade Human
- Item Grenade Shockwave
- Item Grenade Stun
- Item Gun Handgun
- Item Gun Shotgun
- Item Gun Tranq
- Item Health Pack Large
- Item Health Pack Medium
- Item Health Pack Small
- Item Melee Baseball Bat
- Item Melee Frying Pan
- Item Melee Inflatable Hammer
- Item Melee Sledge Hammer
- Item Melee Sword
- Item Mine Explosive
- Item Mine Shockwave
- Item Mine Stun
- Item Orb Zero Gravity
- Item Power Crystal
- Item Rubber Duck
- Item Upgrade Map Player Count
- Item Upgrade Player Energy
- Item Upgrade Player Extra Jump
- Item Upgrade Player Grab Range
- Item Upgrade Player Grab Strength
- Item Upgrade Player Health
- Item Upgrade Player Sprint Speed
- Item Upgrade Player Tumble Launch
- Item Valuable Tracker
Example Config Code
{ "Entities": { "Gnome": { "Items": { "Item Upgrade Player Extra Jump": { "Chance": 0.1 }, "Item Upgrade Player Grab Range": { "Chance": 0.1 } } }, } }
Installation
- Install mod into mod folder
- If using BepInEx you will need to install the MelonLoader plugin
Credits
Created by ImVertro Special Thanks to Lillious for using his Mod Library