Storage Tweaks
description
A mod that adjusts the stack upgrades of Sophisticated Backpack and Functional Storage.
function
Adjusts the effect of Stack Upgrades
- different upgrades are incompatible, only stack upgrades made by the same materials can be put into the same backpack/drawer.
- the algorithm of storage upgrades is tweaked from Product of all multiplexer to Summation of all multiplexer.
存储调整
描述
重新平衡了功能性存储和精妙背包的堆叠升级组件
功能
调整了堆叠升级组件的效果
- 只有相同类型的堆叠升级可以放入同一个背包/抽屉
- 将堆叠组件的算法从最终倍数=所有组件倍数乘积, 修改为最终倍数=所有组件倍数加和