mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
balance
This commit is contained in:
parent
64022416b6
commit
b102e720d5
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ const factory = createLayer(id, () => {
|
|||
})),
|
||||
createUpgrade(() => ({
|
||||
resource: oil.oil,
|
||||
cost: () =>Decimal.pow(2, upgradeAmount.value).mul(1e22),
|
||||
cost: () =>Decimal.pow(1.5, upgradeAmount.value).mul(1e22),
|
||||
display: {
|
||||
title: "Capitalism",
|
||||
description: "Console production is tripled"
|
||||
|
|
Loading…
Reference in a new issue