Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Please read the forum rules before posting.
Check if you are posting in the correct category.
The Off Topic section is not meant for discussing Cookie Clicker.
Comments
And if he didnt do any of these research we could say that, for a once ascended (omniscient) being, do research is a lot easier.
Mvb
Game.Upgrades['Persistent memory'].buyFunction=function(){Game.researchT=Math.max(0,Game.researchT-Game.baseResearchTime/9);};
Also, there is some mess with the news tickers' conditions :
- In the first "if" of the Game.getNewTicker function there's 3 zeros missing (should be >=10.1 trillions instead of >=10.1 billions) :
if (Game.TickerN%2==0 || Game.cookiesEarned>=10100000000)
- Two messages are sharing the same condition and because of that the second one can't be seen :
else if (Game.cookiesEarned<10000000000000) list.push('Your cookies are rewriting the fundamental laws of the universe.'); else if (Game.cookiesEarned<10000000000000) list.push('A local news station runs a 10-minute segment about your cookies.[...]
(just after that there's even a mistake into the commentary "only show this for 100 millions" because the ticker Orteil is talking about is actually shown for 100 billions)
- In the last fools' tickers there's a mistake in the commentary "only show this for 100 millions" (but it seems more likely to be a mistake in the code) : this last ticker is shown for 9100 millions.
Mvb
...of their potential (+'+Beautify(Game.heavenlyCookies*10*heavenlyMult/100,1)+'% CpS...
(notice the "*10" when heavenlyMult is 100 here)
Heavenly cookies are, indeed, granting +10% CpS each.
Now here's a line you can use into your game's console to fix it (temporarly) :
Game.heavenlyChips=Game.heavenlyChips+9*Game.heavenlyCookies;Game.heavenlyChipsSpent=Game.heavenlyChipsSpent-9*Game.heavenlyCookies;Game.heavenlyCookies=Game.heavenlyCookies/10;
so, are Heavenly Cookies supposed to give +10% cps but there is a typo in the stats screen or are they supposed to give +1% cps?
They're supposed to give +1% cps
EDIT: nevermind, it's CookieMaster add-on trying to maintain christmas season
0x72E3e570F8234E39f89953DD879d3a65D914A3C0
In effekt the actual gain is
2^(0.01*grandmas + other upgrades)
= 2^(0.01*grandmas) * 2^(other upgrades)
= (2^0.01)^grandmas * 2^(other upgrades)
= 1.0069555...^grandmas * 2^(other upgrades)
So each grandma only grants roughly 0.7% cps increase. so with 300 grandmas you only have about 40% of the production you're supposed to have.
After all, the intended amount is
(0.01*grandmas)*2^(other upgrades)
, which, BTW, is NOT exponential.Even if it wasn't intended to be exponential, this would still be a bug, because it would then give way too many cookies, if you have more than 100 grandmas. Either way the tooltip doesn't match the actual calculation.
Each heavenly cookie gives me 10% cps insted of 1%.
After my first ascend with 20000 heavenly chips after 4+ day, I baked 1800 heavenly cookie and it gave +18000% cps -> in 40 minute I ascend again with 400'000 heavenly chips. (( at the moment with 34000 heavenly cookie after 30 minutes I can ascend with another 400'000 heavenly chips and I've got about 100 hcps (( 100 heavenly chips per second )) ))
so this +10% cps / heavenly cookie is quite wild, 1% would be ok, I think
Whenever I try to access the game site on my iPad (running iOS 8) it is, for some reason, zooked in very far and I can't zoom out. This was working fine before on iOS 7, but not any more. Is it a problem on my end or yours?
Thanks,
mkaryadi
It makes my banks almost useless !
And no, I doubled-check, I have not bought it without knowing it.