/** 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 = `Cookie Monster 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.
Progess on new updates and all previous release notes can be found on the GitHub page linked above!
Please also report any bugs you may find over there!
`; /** 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
- added support for Dragon Aura 'Supreme Intellect' in the pantheon calculations
- added support for new tiers of Shimmering veil
- added support for unshackled upgrades
- updated some simulator logic to more cloesly match updated cookie clicker logic
- Bugfix: conjure backed goods tooltip used cached no gold switch raw cps instead of live cps
- Bugfix: negative calculations due to glucosimium upgrades, kittens, unshackled, and achievements
`;