- FtHoF planner V1 by
RebelKeithy (reddit)
- The first version made good use of the code that you can just copy from the cookie clicker website and interpreted the code in a way that made the first FtHoF planner. Basic but a powerful start.
- FtHoF planner v2 by
@skeezy (discord)
- The second version of the FtHoF planner with undeniable the biggest update to it to date. The new version also made it possible to have a look into the Gambler's Fever Dream and a combo-finder was added which made it more easy to actually find them.
- FtHoF planner v3 by
@eminenti (discord)
- The third version was mainly a bugfix because of a bugfix. The original and second FtHoF planners made use (just like the original cookie clicker) of a second possible change to alter the outcome of FtHoF. This was a bug and fixed by Orteil. This broke the first 2 planners and was fixed in V3. Later also the combo-finder was fixed not to calculate those outcomes for Gambler's Fever Dream.
- FtHoF planner v4 by
@mylaaan (discord)
- The fourth version only added ease of use interface options. Like the "Cast Spell" button to make it easier to keep track of where you are without importing the save again. Also updated some visual features and removed Google Analytics.
- For added features or bugs open an issue on GitHub or make it yourself and make a pull request. I will credit you of course.
- If you do make a bug report please add the save export. This makes it easier to visualise the problem you're facing and I can make sure it is fixed instead of almost being sure.
RebelKeithy & Skeezy & I made a guide explaining the options/features we added which can be
<RebelKeithy>
- There are two main things that can affect the result of FtHoF, the current season
and the golden cookie sound selector. If the season is Valentines or Easter the random seed will be increased once. This means there are 2 possible results for each cast of FtHoF depending on the selected season. Continuing to switch between seasons will not affecting the results, they only affect the result at the time the spell is cast. - Dragonflight can also affect the results of casting FtHoF. If the buff is active (not just possible) when FtHoF is cast then Click Frenzy is not added to the pool of possible results. This can change the result even if the original result was not a Click Frenzy.
- Another thing that after the result is how many golden cookies are already on the screen. Each one increases the chance of failure by 15%.
- Since the result of FtHoF is based on the number of spells cast, if the next FtHoF cookie is not the one you want, you can cast a different spell to skip this one. This can be useful if you are searching for a particular cookie or need to skip a wrath cookie.
</RebelKeithy>
<Skeezy>
- Min combo is the smallest combo to search for; Max is the largest.
- Spread is how much leeway to include in the combo search. For example, if you want a 3x combo and are ok with a sequence of [BS, non-BS, BS, BS], that would be a combo size of 3 with a spread of 1, for a total length of 4.
- Include Elder Frenzies is asking whether to count EF spawns from FtHoF in your combos. For most people these are just as good, if not better than Building Specials, so they're included by default. But in some cases you may not want EF via FtHoF, so I have an option to exclude it.
- For Skip Abominations and Skip Spontaneous Edifices, see below for more explanation, but these options are just asking whether to factor in skippable rows when searching for combos. Can't imagine why you'd want this off, but I have the option there at least for educational purposes.
- More chances for Building Special or Elder Frenzy via Gambler's -> FtHoF. Plus these casts end up costing significantly less mana, which can help with more spread-out combos. Hover over the cookie when it's FtHoF to see what the cookie might contain
- Allows for more combos by skipping over certain rows when desired. (Abominations and successful Spontaneous Edifice casts from Gambler's can both increment your spell counter for free, i.e. without costing any mana.)
- For the same skipping reason as above, this can help in incrementing your spell counter quickly to get to your desired combo.
</Skeezy>
<Mylaaan>
- The Cast Spell button will forward the whole list 1 spell. It will also apply all settings so if you have changed them the outcome for future spells may change. If you have to cast FtHoF for a CF first you want to keep that cookie on screen, this way you can up the "Golden Cookies on screen" and then cast spell
- If you made progress you don't want to click the Import Save button as it will reset your manually cast spells. You can use Apply Settings to change stuff up without losing track.
</Mylaaan>
-
{{$index + min_combo_length}}x Combo
- No combo of this length
- Earliest: Length {{combo.first.length}}; spread {{combo.first.length - ($index + min_combo_length)}}; starting at spell #{{combo.first.idx+1}}
- No combo of this length with spread <= {{max_spread}}
- Shortest: Length {{combo.shortest.length}}; spread {{combo.shortest.length - ($index + min_combo_length)}}; starting at spell #{{combo.shortest.idx+1}}