generated from incremental-social/The-Modding-Tree
Update integrals.js
This commit is contained in:
parent
30e74619bf
commit
308aad9c86
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue