Skip to content

Commit

Permalink
clarify requirement for divine pack and Cx20 oct effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodoric committed Nov 30, 2022
1 parent 6b5e778 commit f0cee9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cubes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const cubeUpgradeDescriptions = [
'[Cx17] What the hell are in these??? Anyway, Metaphysics Talisman level cap is increased by 1,337.',
'[Cx18] What the heck! These aren\'t even cookies. +0.01% Quarks per level purchased of this upgrade. +5% more at level 1,000!',
'[Cx19] Cookies that you\'ll never remember again. +12% Golden Quarks this Singularity.',
'[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.'
'[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.'
]

const getCubeCost = (i: number, linGrowth = 0, cubic = false): IMultiBuy => {
Expand Down
2 changes: 1 addition & 1 deletion src/singularity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ export const singularityData: Record<keyof Player['singularityUpgrades'], ISingu
},
divinePack: {
name: 'Divine Pack',
description: 'OHHHHH. Gain +10% Quarks stack with master, and multiply Octeract gain by 2 if corruptions are all set to 14.',
description: 'OHHHHH. Gain +10% Quarks stack with master, and multiply Octeract gain by 2 if average corruption level is at least 14.',
maxLevel: 1,
costPerLevel: 12800,
minimumSingularity: 36,
Expand Down

0 comments on commit f0cee9b

Please sign in to comment.