
DiscountFix
- Prevent prices from going negative. 価格がマイナスになるのを防ぎますDetails
DiscountFix
人数に応じた割引によって価格がマイナスになるのを防ぎます!
Discounts based on the number of people prevent prices from becoming negative!
具体的にこのmodが何をするのか(Feature)
割引の上限を新しく設けて、100%を超えないようにします。
A new discount cap will be established, not to exceed 100%.
コンフィグ(Config)
-
最大割引率(MaxDiscountRate) (float)
初期値:0.90 (90%)
0.00〜1.00の範囲にすることを推奨
initial value:0.90 (90%)
A range of 0.00 ~ 1.00 is recommended. -
一人当たりの割引率(DiscountPerPlayer) (float)
初期値:0.10 (10%)
initial value:0.10 (10%) -
ログの有効化(EnableLogging) (bool)
初期値:false
ログが長いので気をつけてください。
initial value:false
Be careful, the log is long.
1.0.2以前で二重に割引の処理が起きていたことにつきましては、誠に申し訳ございませんでした。
We deeply apologize for the double discount process that occurred prior to 1.0.2.
たくさんダウンロードしてくれてありがとう!
Thank you for downloading so many times!