From 6cb34927820598bf8b61d4c97a8e778a909d9b88 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 1 Dec 2022 00:23:10 -0600 Subject: [PATCH] Rebalance --- src/data/layers/trees.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/data/layers/trees.tsx b/src/data/layers/trees.tsx index f97abf2..8725b09 100644 --- a/src/data/layers/trees.tsx +++ b/src/data/layers/trees.tsx @@ -22,8 +22,7 @@ import { createSequentialModifier } from "game/modifiers"; import { persistent } from "game/persistence"; -import player from "game/player"; -import Decimal, { DecimalSource, format, formatWhole } from "util/bignum"; +import Decimal, { DecimalSource, format } from "util/bignum"; import { Direction } from "util/common"; import { joinJSX, render, renderRow } from "util/vue"; import { computed, watchEffect } from "vue"; @@ -48,7 +47,7 @@ const layer = createLayer(id, function (this: BaseLayer) { })); const manualPlantUpgrade1 = createUpgrade(() => ({ resource: saplings, - cost: 10, + cost: 5, display: { title: "Leafy Fingers", description: "Plant an additional tree per click" @@ -64,7 +63,7 @@ const layer = createLayer(id, function (this: BaseLayer) { })); const autoPlantUpgrade1 = createUpgrade(() => ({ resource: saplings, - cost: 25, + cost: 10, display: { title: "Automated Spade", description: "Plant a tree every second"