Cookie Clicker Wiki
Register
No edit summary
No edit summary
Line 1: Line 1:
 
[[File:Bgfrgdvbtfhenegrnd.png|thumb]]
 
[[File:Bgfrgdvbtfhenegrnd.png|thumb]]
  +
  +
{{Outdated}}
  +
   
 
'''Heavenly Chips''' is a "new game plus" or "[[Ascension|Ascension prestige]]" mechanic introduced in Cookie Clicker version 1.035. If you ascend by pressing the "Legacy" button, you will gain Heavenly Chips and be sent to the ascension screen. The amount of Heavenly Chips is dependent on your forfeited cookies of all games. Every reset, the amount of forfeited cookies is incremented by 'cookies baked (this ascension)', and will match 'cookies baked (all time)' until new cookies are baked. The easiest way to determine how many Heavenly Chips will be earned after a single reset is therefore by taking the difference of the amount of Heavenly Chips before and after the reset. Every Heavenly Chip you gain increases your [[Prestige|prestige level]].
 
'''Heavenly Chips''' is a "new game plus" or "[[Ascension|Ascension prestige]]" mechanic introduced in Cookie Clicker version 1.035. If you ascend by pressing the "Legacy" button, you will gain Heavenly Chips and be sent to the ascension screen. The amount of Heavenly Chips is dependent on your forfeited cookies of all games. Every reset, the amount of forfeited cookies is incremented by 'cookies baked (this ascension)', and will match 'cookies baked (all time)' until new cookies are baked. The easiest way to determine how many Heavenly Chips will be earned after a single reset is therefore by taking the difference of the amount of Heavenly Chips before and after the reset. Every Heavenly Chip you gain increases your [[Prestige|prestige level]].

Revision as of 19:03, 17 April 2020

Bgfrgdvbtfhenegrnd


Timemachine This article contains outdated information, and needs to be updated.
List of outdated articles.


Heavenly Chips is a "new game plus" or "Ascension prestige" mechanic introduced in Cookie Clicker version 1.035. If you ascend by pressing the "Legacy" button, you will gain Heavenly Chips and be sent to the ascension screen. The amount of Heavenly Chips is dependent on your forfeited cookies of all games. Every reset, the amount of forfeited cookies is incremented by 'cookies baked (this ascension)', and will match 'cookies baked (all time)' until new cookies are baked. The easiest way to determine how many Heavenly Chips will be earned after a single reset is therefore by taking the difference of the amount of Heavenly Chips before and after the reset. Every Heavenly Chip you gain increases your prestige level.

Heavenly Chips can be spent on various upgrades during an ascension. All upgrades are permanent when bought, and carry forward through ascensions. They include "Permanent Upgrade slots" to keep certain upgrades forever without having to buy them again. Other heavenly chip upgrades can unlock biscuits, the season switcher and season boosts, positive effects for golden cookies, the dragon, offline production of cookies and synergy upgrades, among other things.

Wiping your save (formerly called hard reset) does not activate the Prestige System, and will also wipe your current amount of forfeited cookies and Heavenly Chips. Currently, the maximum amount of heavenly chips you can have is 564.38 Untrigintillion. (however this is impossible to reach without cheating) If you somehow earn enough cookies to get more than that, the "cookies baked (all time)" statistic will change to infinity, because the game doesn't support 2^1024 or higher numbers.

"Your amount of prestige (heavenly chips, for now) at any time is dependent on all the cookies you've ever forfeited by soft-resetting. Each time you reset, your "cookies baked (all game [should be: this game])" are added to that pool." - Orteil

Calculating Heavenly Chips (Version 2.0)

The number of cookies you have to bake to get to the next Heavenly chip is:

where K is the number of heavenly chips you already have.

The total number of cookies needed is 1 trillion times M cubed:

where M is the number of heavenly chips desired.

The total number of Heavenly Chips is calculated by the following formula (the outer brackets indicate a floor function).

where N is the number of cookies that have ever been made, including all previous resets.

Also, you can use this script for displaying Heavenly Chips count after the next reset:

var sucked = 0;
for (var i = 0; i < Game.wrinklers.length; i++) {
	suck=Game.wrinklers[i].sucked;
	var toSuck=1.1;
	if (Game.Has('Sacrilegious corruption')) toSuck*=1.05;
	if (Game.wrinklers[i].type==1) toSuck*=3;
	suck*=toSuck;
	if (Game.Has('Wrinklerspawn')) suck*=1.05;
	sucked += suck;
}
var prestige=Game.HowMuchPrestige(Game.cookiesReset+Game.cookiesEarned+sucked), prestigeDifference=prestige-Game.prestige;
Game.Notify('Wrinkler Cookies','Once Popped: '+Beautify(sucked),[19,7]);
Game.Notify('Prestige','Additional PL and HC: '+Beautify(prestigeDifference),[19,7]);
Game.Notify('Prestige levels','Total PL: '+Beautify(prestige),[19,7]);
Game.Notify('Heavenly Chips','Total HC: '+Beautify(prestigeDifference+Game.heavenlyChips),[19,7]);

For people who can't understand any of the calculations, the first HC "Costs" 13=1 trillion cookies. The second one costs 23=8 trillion. The third costs 33=27 trillion, etc.

The following is a quick list of quantities of cookies baked (all-time), and how many Heavenly Chips they will yield after a reset (Keep in mind that this is not a complete table in the sense that you can receive Heavenly Chip quantities between displayed amounts, e.g. 42):

If you don't want to proceed, here is a link to an online fanmade converter that can manage this for you if you don't want to deal with the intense math (outdated): https://cookie.riimu.net/help/

Short (A) Long (B) Scientific Cookies Baked (all time)   Heavenly Chips  
1T 1B 1x1012 1,000,000,000,000 1
8T 8B 8×1012 8,000,000,000,000 2
27T 27B 2.7×1013 27,000,000,000,000 3
64T 64B 6.4×1013 64,000,000,000,000 4
125T 125B 1.25×1014 125,000,000,000,000 5
216T 216B 2.16×1014 216,000,000,000,000 6
343T 343B 3.43×1014 343,000,000,000,000 7
512T 512B 5.12×1014 512,000,000,000,000 8
729T 729B 7.29×1014 729,000,000,000,000 9
1Qa 1B×103 1×1015 1,000,000,000,000,000 10
1Qi 1T 1×1018 1,000,000,000,000,000,000 100
1Sx 1T×103 1×1021 1,000,000,000,000,000,000,000 1,000
1Sp 1Qa 1×1024 1,000,000,000,000,000,000,000,000 10,000
1Oc 1Qa×103 1×1027 1,000,000,000,000,000,000,000,000,000 100,000
1No 1Qi 1×1030 1,000,000,000,000,000,000,000,000,000,000 1,000,000
1Dc 1Qi×103 1×1033 1,000,000,000,000,000,000,000,000,000,000,000 10,000,000

Tips and Tricks

Before you reset, try to obtain all of the achievements (except those requiring 200 of most buildings, 100 Antimatter Condensers, 100 Prisms, Neverclick, Wholesome, and Leprechaun), so that getting back to where you were is as easy as possible. Note that the number of Golden Cookie clicks, as well as any achievements you may have obtained, is retained after resetting, so you do not need to worry about getting Leprechaun (and Black cat's paw) before resetting (but this doesn't apply only for popping wrinklers or reindeer).

If you're already thinking about resetting, and you don't already have Neverclick, consider going for it to boost your milk for the next game (you have to be in the challenge mode to get this achievement). After you reset, click the big cookie no more than 15 times or grab Golden Cookies until you get Lucky! twice, then start buying cursors. You may hammer the big cookie again after baking 1 million.

Heavenly chips are an additive bonus to your CpS multiplier; they do not multiply with any CpS upgrade other than kitten upgrades. Assuming you'll reset your first game with all cookie upgrades unlocked so far, and with all upgrades from the bingo facility, you'll have a pre-kitten multiplier of 610%. [As of v1.0393.]

  1. If you reset with 230 chips, you'll add 460% to that amount, and will unlock upgrades that together add for a new 150%. Adding everything up, you'll end up with 1220% multiplier + kittens, doubling your income.
  2. In order to double your income again, you'll need 598 MORE chips, for a total of 828 chips. This will add 1196% to your multiplier, and will unlock another 25% upgrade, for a total of 1220+(1196+25)% = 2441%
  3. To double it again, you'll need 1208 chips, for a total of 2036, and 2441+(2416 + upgrade unlocking 25)% = 4882% multiplier.
  4. The next double will require 2441 chips, adding up to 4477 chips, and 9764% multiplier.

Permanent Upgrade slots

When purchasing the Permanent Upgrade slots, you will get a chance to pick one upgrade you have purchased in the game session right before ascending, and apply it to all future games without needing to wait to unlock or purchase it. However, these choices are not locked, and can be changed at future ascensions for no cost.

The fastest way to progress through the game is to put the highest "----illion Fingers" upgrade you have purchased in one of the permanent upgrade slots. Even a mere Quintillion Fingers and 101 (1 for Legacy (which enables further upgrades and 100 for a perm slot) heavenly cookies means that with 10 cursors and 5 grandmas you can produce 250k CpS instantly, increasing to 2.75M CpS as you unlock the power of your heavenly cookies. Bulk buy cursors and cheap buildings, and within a few minutes, you will have unlocked at least time machines. If you waited longer to ascend, you might be able to far exceed your previous cookies baked within less than an hour.

Alternatively, some suggest Omelette (to speed up the search for Easter Eggs), the most expensive Kitten upgrade available and/or Golden Cookie-related upgrades to be put in the Permanent Upgrade slots.

Heavenly Chips and Soft Resetting Bug

If you have some HCs and your potential upgrades are done, there is a chance to have a small boost for the next early-game by unlocking cps achievement(s). It is because the game calculates the current cps based on 'delayed' HC count.

Here is the scenario.

1. You now have 224B cps with 7854 % multiplier (192 HCs), and total cookie count of 3.642 x 10^18. If you reset the game, you will have 2698 HCs, boosting multiplier to 36563 % with all upgrades.

2. Export the save and reset.

3. Import the save, then and the game calculates the cps according to 2698 HCs, making the current cps over 1.04T and the achievement 'Let's never bake again' will be unlocked.

4. Of course, the HC count and cps are back to normal value instaneously, but this time due to 4% more milk, cps will be 227B

5. Reset again and start with increased milk.

Don't worry about soft resetting!

Heavenly Chips' benefits far outweigh the costs of buying them. The CPS bonuses for having only a few hundred Heavenly Chips will allow one to trivially reach their previous status in only a day or so, almost always. If you're worried about resetting, simply export a save and email it to yourself (or simply save the code in a .txt file on your desktop. Nothing easier than that), just in case you're not satisfied with the Heavenly multipliers.

Assume 6000 heavenly chips already present (last reset at 18*10^18 chips = 18 Qi), current state 24.5 Qi chips produced = 7000 HC if you reset. A reasonable production rate for this state of progress is 1.9 T/s. Now, a daily passive production is 86400s * 1.1 (wrinklers) * 1.9 T/s = 181 Qa (or about 29 HC on the first day).

Calculate the current cookie multiplier:

  • 100% base
  • 695% flavoured cookies
  • 15% bingo
  • 12000% via 6000 HC

= 12810% base multiplier

  • *5.2273 (kitten upgrades at 388% milk)

= 66962%

Calculate the new cookie multiplier

  • 810% other stuff as above
  • 14000% via 7000 HC
  • 5.2273 via kittens

= 77416% which is 1.16 times the previous multiplier.

Now, a 16% increment in production is an incredible amount in end-game. Consider buying one building of each type adds about 14 B = 0.014 T cookies per second in this scenario. Compared to the 1.8 T/s already reached, this is less than 0.8% improvement. To reach the 16% that is given by more HCs, one had to add 0.304 T/s or 22 buildings of each type. Remember, a level 127 condenser and corresponding other buildings already cost more than you earn per passive day. And at 6.5 Qi chips produced in a single game, you are likely to exceed these building levels by far, so a complete set of buildings are more like 10 days of passive cookie farming. Reaching previous cookie production rate after a reset however takes you usually less than a day when playing semi-active. But, as your multiplier does the job for you, your building levels can be much lower and therefore much cheaper (usually 10x!). On the other hand, a higher multiplier also means more CPS addition for the same amount spent in buildings... In the discussed case, a reset is badly needed. Doing it before this state of sluggish expansion is advised, perhaps at 6500 HC (21.1 Qi total) or a little later.

Ideas for generating rules-of-thumb:

  • Few HC: Calculate your new multiplier and effective gain (new multiplier/old multiplier), if it's larger than, say, 25% then reset!
  • Hundreds to thousands of HC: If your antimatter condenser/prism takes more than one week of idling -> reset!
  • Tens of thousands and more HC: Reset whenever you get time to rebuild everything from scratch to match at least your previous CPS
  • General: Earn x% more cookies than in previous game. Don't compare to total cookie earnings, as HC generation slows down due to the calculation formula. Also, don't aim to add a fixed amount of HCs, like 100 per game or doubling it every time.
Cookie Clicker game mechanics
Cookies Cookie ClickerClickingBuildings
General AchievementsGolden CookiesMilkSugar LumpsNews TickerOptionsCheating
Cookies per Second (CpS)Cookies per Click (CpC)
Upgrades Upgrades overview
Multipliers: Flavored CookiesKittens
Research: GrandmapocalypseWrath CookiesWrinklersShiny wrinklers
Ascension AscensionHeavenly ChipsChallenge Mode
Seasons Seasons overview
Valentine's DayBusiness DayEasterHalloweenChristmas
Minigames Minigames overview
GardenStock MarketPantheonGrimoire
Further reading Gameplay