Search found 1 match

by SonGashi
Sat Oct 15, 2022 1:43 pm
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 147
Views: 71340

Re: [Request] Pokéclicker

Zeus21 wrote:
Fri Sep 23, 2022 3:13 am
`````is there any way to multiply oak item bonuses as well?
Try this. It makes every oak item stronger

for (let i = 0; i < 6; i++) {
for (let j = 0; j < 12; j ++){
App.game.oakItems.itemList[j].bonusList=8192;
}}