You are viewing a potentially older version of this package. View all versions.
GalaxyMods-MoreValuablesUpgrade-1.0.2 icon

MoreValuablesUpgrade

More valuables in the palm of your hand!

Date uploaded a week ago
Version 1.0.2
Download link GalaxyMods-MoreValuablesUpgrade-1.0.2.zip
Downloads 50317
Dependency string GalaxyMods-MoreValuablesUpgrade-1.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
Zehs-REPOLib-1.5.0 icon
Zehs-REPOLib

Library for adding content to R.E.P.O.

Preferred version: 1.5.0
BULLETBOT-MoreUpgrades-1.4.4 icon
BULLETBOT-MoreUpgrades

Adds more upgrade items to the game, has an library and is highly configurable.

Preferred version: 1.4.4

README

More Valuables Upgrade

GitHub Thunderstore Version Thunderstore Downloads

Adds an upgrade that increases the valuable spawn count.

How It Works

**The loot spawns according to a positive animation curve (a graph in Unity that slopes upward), which means as the more stages you progress, the more loot naturally spawns. This mod takes those curves and multiplies each one by the increase factor. So, 1.1 is a 10% increase per upgrade acquired. 1.2 would be 20% increase per upgrade, and so on until 2, which is 100% increase in loot spawns per upgrade. I'd advise not setting it to anything above 1.3 since it scales quickly.

Configuration

This mod uses BULLETBOT's MoreUpgrades mod to store the config entries. Look under the MoreUpgrades config for this mods values.

Below are the config values set up by MoreUpgrades

  • Enabled: Whether the upgrade item can be spawned to the shop.
  • Max Amount: The maximum number of times the upgrade item can appear in the truck.
  • Max Amount In Shop: The maximum number of times the upgrade item can appear in the shop.
  • Minimum Price: The minimum cost to purchase the upgrade item.
  • Maximum Price: The maximum cost to purchase the upgrade item.
  • Price Increase Scaling: The scale of the price increase based on the total number of upgrade item purchased.
  • Max Purchase Amount: The maximum number of times the upgrade item can be purchased before it is no longer available in the shop.
  • Allow Team Upgrades: Whether the upgrade item applies to the entire team instead of just one player.
  • Starting Amount: The number of times the upgrade item is applied at the start of the game.
  • Display Name: The display name of the upgrade item.

More Valuables Upgrade dependent entry

  • Increase Factor: The amount of valuables to increase per upgrade bought.

Note: This value is multiplicative and should NOT be set to numbers larger than 2.

Bug reports

https://github.com/InfusedGalaxy/MoreValuablesUpgrade/issues

CHANGELOG

Releases

1.0.2
  • Changed increase factor config range to only accept floats within 1 - 2, in order to prevent unbalanced values. 2 = 100% increase per upgrade which can get out of control very easily.
  • Changed some default config settings.
1.0.1
  • Missing statement in code
1.0.0
  • Initial Release