From 308aad9c862fd856972b9a64f90f281f4f1b20a5 Mon Sep 17 00:00:00 2001 From: TJCgames Date: Tue, 19 Mar 2024 08:23:56 +0000 Subject: [PATCH] Update integrals.js --- js/data/integrals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/data/integrals.js b/js/data/integrals.js index 43e7fab..c3ae817 100644 --- a/js/data/integrals.js +++ b/js/data/integrals.js @@ -12,7 +12,7 @@ addLayer("i", { baseResource: "points", // Name of resource prestige is based on baseAmount() {return player.points}, // Get the current amount of baseResource type: "normal", // normal: cost to gain currency depends on amount gained. static: cost depends on how much you already have - exponent: 1, // Prestige currency exponent + exponent: 0.1, // Prestige currency exponent gainMult() { // Calculate the multiplier for main currency from bonuses return new Decimal(1) },