Handle "Wrinkler ambergris" in CPS calculations (#1250)

This commit is contained in:
mdouros
2026-02-14 05:36:46 -06:00
committed by GitHub
parent acd0fbbaf5
commit 7f06fd383a
7 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@cookiemonsterteam/cookiemonster-mod",
"version": "2.053.10",
"version": "2.058.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cookiemonsterteam/cookiemonster-mod",
"version": "2.053.10",
"version": "2.058.0",
"license": "MIT",
"dependencies": {
"@cookiemonsterteam/cookiemonsterframework": "0.2.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@cookiemonsterteam/cookiemonster-mod",
"version": "2.053.10",
"version": "2.058.0",
"description": "Cookie Monster is an add-on that you can load into Cookie Clicker which offers a wide range of tools and statistics to enhance the game. 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. This is a helper and everything is an option.",
"main": "CookieMonster.js",
"keywords": [

View File

@@ -76,6 +76,8 @@ export default function CalculateGains() {
if (SimHas('Dragon scale')) mult *= 1.03;
if (SimHas('Wrinkler ambergris')) mult *= 1.06;
// Check effect of chosen Gods
let buildMult = 1;
if (SimHasGod) {