You are viewing a potentially older version of this package. View all versions.
Madonox-ScaledLoot-0.0.2 icon

ScaledLoot

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

Date uploaded 2 months ago
Version 0.0.2
Download link Madonox-ScaledLoot-0.0.2.zip
Downloads 3958
Dependency string Madonox-ScaledLoot-0.0.2

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.