From 7c390f45b556ad317191570df54fa69eb6b6115f Mon Sep 17 00:00:00 2001 From: Hikari Date: Wed, 25 Mar 2026 14:37:11 -0700 Subject: [PATCH] fix: add zone-18 click_power recipe, raising ceiling to 1.28x - Added absolute_focus (click 1.28x) to the_absolute zone - Matches zone-18 pattern, filling gap left by existing gold/combat recipes - Closes #142 --- apps/api/src/data/recipes.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/api/src/data/recipes.ts b/apps/api/src/data/recipes.ts index 8564a2b..597d5e7 100644 --- a/apps/api/src/data/recipes.ts +++ b/apps/api/src/data/recipes.ts @@ -508,6 +508,18 @@ export const defaultRecipes: Array = [ }, // Zone 18: the_absolute + { + bonus: { type: "click_power", value: 1.28 }, + description: + "Absolute fragments ground and set in an omega crystal lattice — an instrument of pure finality. Every action your guild takes through it carries the weight of an ending. It does not miss.", + id: "absolute_focus", + name: "Absolute Focus", + requiredMaterials: [ + { materialId: "absolute_fragment", quantity: 8 }, + { materialId: "omega_crystal", quantity: 3 }, + ], + zoneId: "the_absolute", + }, { bonus: { type: "gold_income", value: 1.3 }, description: