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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Basically, you just need to edit the "12" in the script to "14".
The script file can be found here: Steam\steamapps\common\Cookie Clicker\resources\app\mods\workshop\wrinklerClicker
Open the main.js using the text editor of your choice, anything should work since it's just a JavaScript file, and just edit the 12 to 14.
Or just delete the text from the file and replace it with this: var autoNormieWrinklerKiller = setInterval(function() {for (var i = 0; i < 14; i++) {if(Game.wrinklers .type==0 && Game.wrinklers .sucked>0){Game.wrinklers .hp=0}}},1000);
Then save the changes and restart the game if it was running. Simple as that.