* Support 2.052 Support new upgrades and achievements in 2.052: - Fortune #020 - Kitten strategists - Septcentennial (Have 700 of everything) - Oft we mar what's well (700 upgrades) - Undecillion fingers - 900 and 1000 cursors - Omniplast mouse * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
22 lines
1.4 KiB
JavaScript
22 lines
1.4 KiB
JavaScript
/** Data related directly to Cookie Monster */
|
||
|
||
export const VersionMajor = '2.052';
|
||
export const VersionMinor = '10';
|
||
|
||
/** Information about Cookie Monster to be displayed in the info section */
|
||
export const ModDescription = `<a href="https://github.com/CookieMonsterTeam/CookieMonster" target="blank">Cookie Monster</a>
|
||
offers a wide range of tools and statistics to enhance your game experience.
|
||
It is not a cheat interface – although it does offer helpers for golden cookies and such, everything can be toggled off at will to only leave how much information you want.</br>
|
||
Progess on new updates and all previous release notes can be found on the GitHub page linked above!</br>
|
||
Please also report any bugs you may find over there!</br>
|
||
`;
|
||
|
||
/** Latest releasenotes of Cookie Monster to be displayed in the info section */
|
||
export const LatestReleaseNotes = `This update adds support for some parts of cookie clicker 2.048</br>
|
||
- added support for Dragon Aura 'Supreme Intellect' in the pantheon calculations</br>
|
||
- added support for new tiers of Shimmering veil</br>
|
||
- added support for unshackled upgrades</br>
|
||
- updated some simulator logic to more cloesly match updated cookie clicker logic</br>
|
||
- Bugfix: conjure backed goods tooltip used cached no gold switch raw cps instead of live cps</br>
|
||
- Bugfix: negative calculations due to glucosimium upgrades, kittens, unshackled, and achievements</br>`;
|