From 613c1342ed251aa5592182af836adef47a20b6bc Mon Sep 17 00:00:00 2001 From: unsoftcapped3 <75136164+unsoftcapped3@users.noreply.github.com> Date: Thu, 22 Dec 2022 18:43:24 +0000 Subject: [PATCH] set goal to 750 --- src/data/layers/factory.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/data/layers/factory.tsx b/src/data/layers/factory.tsx index db6b641..0c57b75 100644 --- a/src/data/layers/factory.tsx +++ b/src/data/layers/factory.tsx @@ -65,7 +65,7 @@ const id = "factory"; // what is the actual day? const day = 18; -const toyGoal = 1e3; +const toyGoal = 750; // 20x20 block size // TODO: unhardcode stuff @@ -413,12 +413,15 @@ const factory = createLayer(id, () => { key: "ctrl+shift+2", name: "Clothes Maker", type: "processor", - description: "Turns 5 thread and 1 dye into 1 clothes every second.", + description: "Turns 2 threads, 3 cloth, and 1 dye into 1 clothes every second.", energyCost: 20, tick: 1, inputs: { thread: { - amount: 5 + amount: 2 + }, + cloth: { + amount: 3, }, dye: { amount: 1