diff --git a/apps/api/src/data/recipes.ts b/apps/api/src/data/recipes.ts index 597d5e7..9ee4ded 100644 --- a/apps/api/src/data/recipes.ts +++ b/apps/api/src/data/recipes.ts @@ -23,7 +23,7 @@ export const defaultRecipes: Array = [ zoneId: "verdant_vale", }, { - bonus: { type: "combat_power", value: 1.08 }, + bonus: { type: "combat_power", value: 1.12 }, description: "A ward fashioned from bark older than the kingdom. Its presence on the battlefield is not merely physical — something ancient watches through it.", id: "elder_bark_shield", @@ -75,7 +75,7 @@ export const defaultRecipes: Array = [ zoneId: "frozen_peaks", }, { - bonus: { type: "gold_income", value: 1.1 }, + bonus: { type: "gold_income", value: 1.15 }, description: "The void shard set in frost crystal, creating something that should not be possible: a stable window into the spaces between spaces. Profitable beyond what physics suggests.", id: "void_fragment_amulet", @@ -231,7 +231,7 @@ export const defaultRecipes: Array = [ zoneId: "infernal_court", }, { - bonus: { type: "essence_income", value: 1.15 }, + bonus: { type: "essence_income", value: 1.2 }, description: "Soul residue and demon ichor worked into a catalyst that draws the essence from everything around it — gently, without drawing the court's attention. Usually.", id: "soul_bound_catalyst",