安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
hmm.. in the .ini near the bottom is the option for using custom damage values.. try setting that to true... I did this for my game because I also edited the values on the following lines... I've not had any problems with this mod thus far
OnPostTemplatesCreated is the function most mods use to modify abilities/etc. So if the OPTC of one mod runs an changes something, and then the next one modifies the same thing it may overwrite what the previous one did. Generally, they run in order of subscription.
"last OPTC" here refers to mod load orders, as in the last mod loaded OnPostTemplatesCreated will be the one that decides if Whiplash uses cooldown or charges or both. Thankfully for (most) of the mods that I know of that affect whiplash you can normally change the config.ini to whatever you want.. as long as all values across all mods are the same it doesn't really matter which loads first/last, but the values from the last loaded mod will be what takes effect in game.
Hope you found that helpful @Greenburger :)
Default vanilla whiplash damage is 6 and crit 0
this changes it per tier to (electrical damage, double to robots);
conventional = damage 4, crit 1,
magnetic = damage 6, crit 2, (plus chance to stun)
beam = damage 8, crit 2, (plus chance to burn)
with config options to control pretty much every aspect...
Great mod :)