You are viewing a potentially older version of this package. View all versions.
kruft-ResourceCostScaling-0.2.0 icon

ResourceCostScaling

Scales all piece and crafting resource costs.

By kruft
Date uploaded 6 months ago
Version 0.2.0
Download link kruft-ResourceCostScaling-0.2.0.zip
Downloads 158
Dependency string kruft-ResourceCostScaling-0.2.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Resource Cost Scaling

  • Scales all piece and crafting resource costs using a single configuration value.

Rounds toward nearest integer, midpoints round to even numbers:

2 x 1.25 = 2.5 -> 2
2 x 1.3 = 2.6 -> 3
2 x 1.7 = 3.4 -> 3
2 x 1.75 = 3.5 -> 4

Scaling Image



ServerSync enabled
Valheim Modding Server
Thunderstore Github

Discord Kruft#6332

CHANGELOG

Changelog

0.3.1
0.3.0
  • Add support for setting resource scaling to zero.
0.2.0
  • Switch from Cieling to Round (mid-points round to even values)
  • Rename configuration settings
  • Add Scaling image
0.1.3
  • Reimplement Bronze5 detection using negative values
  • Remove base() calls from RoundedValueRange
  • Unify transpiler methods
  • Add github
0.1.2
  • Convert scaleFactor to double
  • Apply 0.05 step function to scaleFactor
  • Add contact information
  • Update Icon
0.1.1
  • Clamp scaleFactor between 0 and 2 (Provides ConfigManager slider)
  • Update Documentation
  • Update Icon
0.1.0
  • Initial Release