安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
However, please double check that there are no fatal bugs or balancing problems with this code.
https://pastebin.com/LmEakYSp
Please consider to updating mod with this.
https://pastebin.com/91V3ZpRq
Is this mod remove the blueprint from anomalies or something?
* Now refers to correct configuration setting allowDuplicateChance
* Lua API function player.blueprintKnown() now using proper parameter (item rather than recipe)
Effectively, vanilla would have created a duplicate roughly P(1/X) of the time, where X is the number of blueprints of that tier/category. There is now only a 10% chance that if this 1-in-X probability occurs, it will permit the same blueprint to be duplicated, so the odds of duplication are reduced accordingly -- P(1/(X*10)).
Note that the code has no imposed maximum number of iterations; if you use this fix NEVER change the allowDuplicateChance to 0, or you will cause an infinite loop and lock up your server. (Because this was dead code in vanilla, this problem would not exist in vanilla, although changing the chance would have no effect in vanilla.)
@Spirit_OK:
*again.