ScaledLoot
ScaledLoot is a mod that allows you to make scrap have a higher value as quota increases.
Last updated | 6 months ago |
Total downloads | 11325 |
Total rating | 2 |
Categories | Mods Misc BepInEx Server-side Items |
Dependency string | Madonox-ScaledLoot-0.0.2 |
Dependants | 15 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.2100Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5README
ScaledLoot
ScaledLoot is a plugin that makes loot value scale with profit quota. This mod aims to make it a bit easier to play whilst in late-game, by preventing the gap from becoming impossible.
Formula
By changing the QuotaScale
configuration, that will change how profit scales. The value is the minimum profit quota to start scaling.
The plugin will use this formula to calculate each piece of scrap value when sold:
sellValue = scrapValue * max((currentQuota / quotaScale),1)
^max
is used there to prevent scrap being scaled down.
Latest Update (0.0.2)
- Fixed an issue where the game wouldn't hook the event properly, preventing you from selling scrap.
- Optimized internal code a bit.