19 lines
1.2 KiB
TypeScript
19 lines
1.2 KiB
TypeScript
/** Data related directly to Cookie Monster */
|
||
|
||
export const VersionMajor = '2.048';
|
||
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>
|
||
- resolved major issue for negative calculations due to missing glucosimium upgrades, kittens, and achievements</br>`;
|