32 lines
1.8 KiB
TypeScript
32 lines
1.8 KiB
TypeScript
/** Data related directly to Cookie Monster */
|
||
|
||
export const VersionMajor = '2.031';
|
||
export const VersionMinor = '8';
|
||
|
||
/** Information about Cookie Monster to be displayed in the info section */
|
||
export const ModDescription = `<div class="listing">
|
||
<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>
|
||
</div>
|
||
`;
|
||
|
||
/** Latest releasenotes of Cookie Monster to be displayed in the info section */
|
||
export const LatestReleaseNotes = `<div class="listing">
|
||
<b>We have moved Cookie Monster to a new location!</b></br>
|
||
Please update the link you are using to load Cookie Monster to https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js and let everybody know this is the new place to find Cookie Monster!</br>
|
||
These are the release notes for the latest update (v 2.031.8).</br>
|
||
</br>
|
||
This update implements the following functions:</br>
|
||
- The tooltip of buildings now shows how many buildings need to be bought before a new achievement is reached and the cost and PP of this</br>
|
||
- New setting to force the upgrades sections to always show all available upgrades, stopping them from collapsing and expanding</br>
|
||
</br>
|
||
This update fixes the following bugs:</br>
|
||
- Settings menu now correctly updates after changing a setting</br>
|
||
- Fixed incorrect calculation of dates in rare cases</br>
|
||
- Remove golden cookie timers when you ascend</br>
|
||
</div>
|
||
`;
|