From a8ff89453733dd1b45604a72db99e1281d0148cd Mon Sep 17 00:00:00 2001 From: Jacorb90 <39597610+Jacorb90@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:13:25 -0500 Subject: [PATCH] Visual fixes --- src/data/layers/cloth.tsx | 2 +- src/data/layers/plastic.tsx | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/data/layers/cloth.tsx b/src/data/layers/cloth.tsx index c030f03..f4b0d3f 100644 --- a/src/data/layers/cloth.tsx +++ b/src/data/layers/cloth.tsx @@ -250,7 +250,7 @@ const layer = createLayer(id, function (this: BaseLayer) { visibility: () => showIf(plastic.upgrades.clothTools.bought.value), display: { title: "Felt-Gripped Axe", - description: "10x trees planted" + description: "10x log gain" } })); const treesUpgrades = { treesUpgrade4, treesUpgrade3, treesUpgrade2, treesUpgrade1 }; diff --git a/src/data/layers/plastic.tsx b/src/data/layers/plastic.tsx index 2184312..0512690 100644 --- a/src/data/layers/plastic.tsx +++ b/src/data/layers/plastic.tsx @@ -78,7 +78,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
Currently:
-{format(oilCost.value)} oil/sec -
+{format(activeRefinery.value)} drill power +
+{format(activeRefinery.value)} plastic/sec

Cost: {formatWhole(unref(buildRefinery.cost!))}{" "} @@ -212,7 +212,7 @@ const layer = createLayer(id, function (this: BaseLayer) { visibility: () => showIf(clothElf.bought.value), display: { title: "Plastic Shepherd", - description: "All cloth actions complete +10% amounts per cycle", + description: "All cloth actions are +10% more efficient", effectDisplay: jsx(() => ( <>{formatWhole(Decimal.times(clothGains.amount.value, 10))}% )), @@ -293,7 +293,11 @@ const layer = createLayer(id, function (this: BaseLayer) { <> {render(trackerDisplay)} - + {render(buildRefinery)}