From 90e2186a49486f552924fb1cb3ca6ee36658a1d2 Mon Sep 17 00:00:00 2001 From: Kevin Bunn <45328239+Pseudonian@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:13:07 -0500 Subject: [PATCH] 1.0.4 - Early to Midgame balance shifts --- src/Calculate.ts | 2 +- src/Config.ts | 2 +- src/ImportExport.ts | 2 +- src/Platonic.ts | 8 ++++---- src/Statistics.ts | 2 +- src/singularity.ts | 4 ++-- translations/en.json | 4 ++-- translations/source.json | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Calculate.ts b/src/Calculate.ts index 527a02575..cfe8fd441 100644 --- a/src/Calculate.ts +++ b/src/Calculate.ts @@ -2454,7 +2454,7 @@ export const calculateQuarkMultiplier = () => { multiplier *= calculateSingularityQuarkMilestoneMultiplier() multiplier *= +player.octeractUpgrades.octeractQuarkGain.getEffect().bonus // Oct Improver 1 - multiplier *= 1 + 0.3 * +player.octeractUpgrades.octeractStarter.getEffect().bonus // Oct Starter Pack + multiplier *= 1 + 0.4 * +player.octeractUpgrades.octeractStarter.getEffect().bonus // Oct Starter Pack multiplier *= 1 + (1 / 10000) diff --git a/src/Config.ts b/src/Config.ts index dac038e7c..26042807e 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -1,4 +1,4 @@ -export const version = '3.0.0 pt 6: December 21, 2024: Rise of the Singular Entities, pt 1.0.3' +export const version = '3.0.0 pt 6: December 21, 2024: Rise of the Singular Entities, pt 1.0.4' /** * PSEUDO DO NOT CHANGE THIS LINE diff --git a/src/ImportExport.ts b/src/ImportExport.ts index 84e41f805..cb56eee68 100644 --- a/src/ImportExport.ts +++ b/src/ImportExport.ts @@ -928,7 +928,7 @@ export const promocodes = async (input: string | null, amount?: number) => { if (playerConfirmed) { const diff = Math.abs(Date.now() - (start + random)) player.promoCodeTiming.time = Date.now() - + if (diff <= 2500 + 125 * player.cubeUpgrades[61]) { const reward = Math.floor( Math.min(1000, 125 + 25 * player.highestSingularityCount) diff --git a/src/Platonic.ts b/src/Platonic.ts index 3e14683dc..022a8b916 100644 --- a/src/Platonic.ts +++ b/src/Platonic.ts @@ -48,7 +48,7 @@ export const platUpgradeBaseCosts: Record = { hypercubes: 1e5, platonics: 1e4, abyssals: 0, - maxLevel: 250, + maxLevel: 300, priceMult: 2 }, 2: { @@ -59,7 +59,7 @@ export const platUpgradeBaseCosts: Record = { hypercubes: 1e5, platonics: 1e4, abyssals: 0, - maxLevel: 250, + maxLevel: 300, priceMult: 2 }, 3: { @@ -70,7 +70,7 @@ export const platUpgradeBaseCosts: Record = { hypercubes: 1e7, platonics: 1e4, abyssals: 0, - maxLevel: 250, + maxLevel: 300, priceMult: 2 }, 4: { @@ -81,7 +81,7 @@ export const platUpgradeBaseCosts: Record = { hypercubes: 1e6, platonics: 1e6, abyssals: 0, - maxLevel: 250, + maxLevel: 300, priceMult: 2 }, 5: { diff --git a/src/Statistics.ts b/src/Statistics.ts index c54d7abc1..8b747c1ee 100644 --- a/src/Statistics.ts +++ b/src/Statistics.ts @@ -581,7 +581,7 @@ export const loadQuarkMultiplier = () => { }` DOMCacheGetOrSet('sGQM20').textContent = `x${ format( - 1 + 0.25 * +player.octeractUpgrades.octeractStarter.getEffect().bonus, + 1 + 0.4 * +player.octeractUpgrades.octeractStarter.getEffect().bonus, 3, true ) diff --git a/src/singularity.ts b/src/singularity.ts index 5d9a883bd..587558f24 100644 --- a/src/singularity.ts +++ b/src/singularity.ts @@ -931,8 +931,8 @@ export const singularityData: Record< }, wowPass2: { maxLevel: 1, - costPerLevel: 19999, - minimumSingularity: 11, + costPerLevel: 12500, + minimumSingularity: 9, effect: (n: number) => { return { bonus: n > 0, diff --git a/translations/en.json b/translations/en.json index c0a65d58e..d000d0893 100644 --- a/translations/en.json +++ b/translations/en.json @@ -2724,7 +2724,7 @@ "data": { "octeractStarter": { "name": "Octeracts for Dummies", - "description": "Hello... I Am Derpsmith... The Ancestor Of Ant God... I Did Not Expect You To Get Here. Here Is 30% More Quarks, 20% More Octeracts, And 100,000x Ant Speed...", + "description": "Hello... I Am Derpsmith... The Ancestor Of Ant God... I Did Not Expect You To Get Here. Here Is 40% More Quarks, 20% More Octeracts, And 100,000x Ant Speed...", "effect": "You have {{n}} paid your respects to Derpsmith." }, "octeractGain": { @@ -3548,4 +3548,4 @@ "account": { "logout": "The page will now reload. You are logged out! Goodbye!!" } -} +} diff --git a/translations/source.json b/translations/source.json index aed227995..653988c54 100644 --- a/translations/source.json +++ b/translations/source.json @@ -2724,7 +2724,7 @@ "data": { "octeractStarter": { "name": "Octeracts for Dummies", - "description": "Hello... I Am Derpsmith... The Ancestor Of Ant God... I Did Not Expect You To Get Here. Here Is 30% More Quarks, 20% More Octeracts, And 100,000x Ant Speed...", + "description": "Hello... I Am Derpsmith... The Ancestor Of Ant God... I Did Not Expect You To Get Here. Here Is 40% More Quarks, 20% More Octeracts, And 100,000x Ant Speed...", "effect": "You have {{n}} paid your respects to Derpsmith." }, "octeractGain": {