@@ -1124,13 +1124,13 @@ export const goldenQuarkUpgrades: Record<SingularityDataKeys, GoldenQuarkUpgrade
11241124 qualityOfLife : true ,
11251125 costPerLevel : 14999 ,
11261126 minimumSingularity : 5 ,
1127- specialCostForm : 'Exponential2 ' ,
1127+ specialCostForm : 'Quadratic ' ,
11281128 effect : ( n : number ) => {
1129- return n / 50
1129+ return n / 100
11301130 } ,
11311131 effectDescription : ( n : number ) =>
11321132 i18next . t ( 'singularity.data.singQuarkHepteract.effect' , {
1133- n : format ( n / 50 , 2 , true )
1133+ n : format ( n / 100 , 2 , true )
11341134 } ) ,
11351135 name : ( ) => i18next . t ( 'singularity.data.singQuarkHepteract.name' ) ,
11361136 description : ( ) => i18next . t ( 'singularity.data.singQuarkHepteract.description' )
@@ -1144,13 +1144,13 @@ export const goldenQuarkUpgrades: Record<SingularityDataKeys, GoldenQuarkUpgrade
11441144 qualityOfLife : true ,
11451145 costPerLevel : 449999 ,
11461146 minimumSingularity : 30 ,
1147- specialCostForm : 'Exponential2 ' ,
1147+ specialCostForm : 'Cubic ' ,
11481148 effect : ( n : number ) => {
1149- return n / 50
1149+ return n / 100
11501150 } ,
11511151 effectDescription : ( n : number ) =>
11521152 i18next . t ( 'singularity.data.singQuarkHepteract2.effect' , {
1153- n : format ( n / 50 , 2 , true )
1153+ n : format ( n / 100 , 2 , true )
11541154 } ) ,
11551155 name : ( ) => i18next . t ( 'singularity.data.singQuarkHepteract2.name' ) ,
11561156 description : ( ) => i18next . t ( 'singularity.data.singQuarkHepteract2.description' )
@@ -1166,11 +1166,11 @@ export const goldenQuarkUpgrades: Record<SingularityDataKeys, GoldenQuarkUpgrade
11661166 minimumSingularity : 61 ,
11671167 specialCostForm : 'Exponential2' ,
11681168 effect : ( n : number ) => {
1169- return n / 100
1169+ return n / 200
11701170 } ,
11711171 effectDescription : ( n : number ) =>
11721172 i18next . t ( 'singularity.data.singQuarkHepteract3.effect' , {
1173- n : format ( n / 100 , 2 , true )
1173+ n : format ( n / 200 , 3 , true )
11741174 } ) ,
11751175 name : ( ) => i18next . t ( 'singularity.data.singQuarkHepteract3.name' ) ,
11761176 description : ( ) => i18next . t ( 'singularity.data.singQuarkHepteract3.description' )
0 commit comments