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)}