Madonox-ScaledLoot icon

ScaledLoot

ScaledLoot is a mod that allows you to make scrap have a higher value as quota increases.

Last updated 2 weeks ago
Total downloads 1765
Total rating 2 
Categories Mods Misc BepInEx Server-side Items
Dependency string Madonox-ScaledLoot-0.0.2
Dependants 4 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
Evaisa-HookGenPatcher-0.0.5 icon
Evaisa-HookGenPatcher

Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.

Preferred version: 0.0.5

README

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.