22 lines
1.4 KiB
JavaScript
22 lines
1.4 KiB
JavaScript
/** Data related directly to Cookie Monster */
|
||
|
||
export const VersionMajor = '2.053';
|
||
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>`;
|