


Ensures the shop always generates a full inventory regardless of the player's current money.
When entering the shop, the mod temporarily sets the player's money to 100k$ so the game generates the full shop inventory. After the shop has started, the money is then changed to either a configured value or a random value between the configured minimum and maximum.
This mod only needs to be installed by the host.
This mod solves a vanilla behavior where entering the shop with low money can cause fewer items to appear.
To prevent that, the mod performs the following steps:
Enable or disable the mod
Default value
true
Minimum value
true
Maximum value
true
Minimum money value in k$
Default value
0
Minimum value
0
Maximum value
No limit
Maximum money value in k$
Default value
0
Minimum value
0
Maximum value
No limit
If MinMoneyK and MaxMoneyK are the same value, the money will always be set to that value.
ショップに入る際に、プレイヤーの所持金に関係なく必ずフルのショップ商品が生成されるようにするMODです。
ショップに入る直前に一時的に所持金を 100k$ に設定し、その状態でゲームにショップ商品を生成させます。 その後、ショップ開始時にConfigで設定された金額、または最小値と最大値の間のランダムな金額へ変更します。
このMODはホストのみ導入すれば動作します。
バニラの仕様では、所持金が少ない状態でショップに入ると
ショップの商品数が少なくなる場合があります。
このMODは以下の処理を行います。
これにより、所持金に関係なくショップの品揃えが常に正常になります。
MODの有効 / 無効
初期値
true
設定可能最小値
true
設定可能最大値
true
設定される所持金の最小値 (k$)
初期値
0
設定可能最小値
0
設定可能最大値
制限なし
設定される所持金の最大値 (k$)
初期値
0
設定可能最小値
0
設定可能最大値
制限なし
MinMoneyK と MaxMoneyK が同じ場合、その値が常に使用されます。