Skip to content

Commit f0cee9b

Browse files
committed
clarify requirement for divine pack and Cx20 oct effect
1 parent 6b5e778 commit f0cee9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cubes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const cubeUpgradeDescriptions = [
189189
'[Cx17] What the hell are in these??? Anyway, Metaphysics Talisman level cap is increased by 1,337.',
190190
'[Cx18] What the heck! These aren\'t even cookies. +0.01% Quarks per level purchased of this upgrade. +5% more at level 1,000!',
191191
'[Cx19] Cookies that you\'ll never remember again. +12% Golden Quarks this Singularity.',
192-
'[Cx20] The pinnacle of baking. Nothing you\'ll eat will taste better than this. Gain +0.01% more Octeracts on Ascension if every corruption is set to level 14.'
192+
'[Cx20] The pinnacle of baking. Nothing you\'ll eat will taste better than this. Gain +0.01% more Octeracts per level if average corruption level is at least 14.'
193193
]
194194

195195
const getCubeCost = (i: number, linGrowth = 0, cubic = false): IMultiBuy => {

src/singularity.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ export const singularityData: Record<keyof Player['singularityUpgrades'], ISingu
643643
},
644644
divinePack: {
645645
name: 'Divine Pack',
646-
description: 'OHHHHH. Gain +10% Quarks stack with master, and multiply Octeract gain by 2 if corruptions are all set to 14.',
646+
description: 'OHHHHH. Gain +10% Quarks stack with master, and multiply Octeract gain by 2 if average corruption level is at least 14.',
647647
maxLevel: 1,
648648
costPerLevel: 12800,
649649
minimumSingularity: 36,

0 commit comments

Comments
 (0)