From 98cf6f235257128d3cd3d35ef1e3d67808858629 Mon Sep 17 00:00:00 2001 From: fayaine Date: Tue, 16 Apr 2024 21:26:32 +0000 Subject: [PATCH] Kakul Reduced Gold --- apps/client/src/app/pages/gold-planner/gold-tasks.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/client/src/app/pages/gold-planner/gold-tasks.ts b/apps/client/src/app/pages/gold-planner/gold-tasks.ts index b902a621..2a0d5301 100644 --- a/apps/client/src/app/pages/gold-planner/gold-tasks.ts +++ b/apps/client/src/app/pages/gold-planner/gold-tasks.ts @@ -209,27 +209,27 @@ export const goldTasks: GoldTask[] = [ }, { name: "Kakul-Saydon Gate 1", - goldReward: 1000, + goldReward: 600, taskName: "Kakul-Saydon", - chestPrice: 800, + chestPrice: 300, completionId: "T3.L3.1", chestId: "Kakul1", overrideMinIlvl: 1475 }, { name: "Kakul-Saydon Gate 2", - goldReward: 1000, + goldReward: 900, taskName: "Kakul-Saydon", - chestPrice: 1000, + chestPrice: 500, completionId: "T3.L3.2", chestId: "Kakul2", overrideMinIlvl: 1475 }, { name: "Kakul-Saydon Gate 3", - goldReward: 2500, + goldReward: 1500, taskName: "Kakul-Saydon", - chestPrice: 1300, + chestPrice: 700, completionId: "T3.L3.3", chestId: "Kakul3", overrideMinIlvl: 1475