Search found 2 matches

by Zeus21
Fri Sep 23, 2022 3:13 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 141
Views: 68645

Re: [Request] Pokéclicker

`````is there any way to multiply oak item bonuses as well?
by Zeus21
Fri Sep 23, 2022 3:12 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 141
Views: 68645

Re: [Request] Pokéclicker

App.game.multiplier.addBonus(' type ', () => amount ) App.game.multiplier.addBonus(' clickAttack ', () => 10 ) will multiply current 'clickAttack' multiplier by '10'. You can use fractions/decimals to reduce multiplier. ex: App.game.multiplier.addBonus(' clickAttack ', () => 0.1 ) will divide the m...