From bb96223766dc5edd86a5347b8e14cd231b2c0fd0 Mon Sep 17 00:00:00 2001 From: Baptiste Longy Date: Thu, 24 Oct 2024 11:29:41 +0200 Subject: [PATCH 1/2] feat: update aegir chest prices --- apps/client/src/app/pages/gold-planner/gold-tasks.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 44c73aa..41bd827 100644 --- a/apps/client/src/app/pages/gold-planner/gold-tasks.ts +++ b/apps/client/src/app/pages/gold-planner/gold-tasks.ts @@ -1027,14 +1027,14 @@ export const goldTasks: GoldTask[] = [ { name: "NM", goldReward: 7500, - chestPrice: 2200, + chestPrice: 3200, HMThreashold: 1680, goldILvlLimit: Infinity }, { name: "HM", goldReward: 9000, - chestPrice: 2800, + chestPrice: 4100, HMThreashold: Infinity, goldILvlLimit: Infinity } @@ -1047,14 +1047,14 @@ export const goldTasks: GoldTask[] = [ { name: "NM", goldReward: 15500, - chestPrice: 3400, + chestPrice: 5300, HMThreashold: 1680, goldILvlLimit: Infinity }, { name: "HM", goldReward: 18500, - chestPrice: 4100, + chestPrice: 6600, HMThreashold: Infinity, goldILvlLimit: Infinity } From 42d0b637b369ca99655c2d52270e84f97616e124 Mon Sep 17 00:00:00 2001 From: Baptiste Longy Date: Thu, 24 Oct 2024 11:33:07 +0200 Subject: [PATCH 2/2] chore: remove alert message --- .../pages/gold-planner/gold-planner/gold-planner.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/app/pages/gold-planner/gold-planner/gold-planner.component.html b/apps/client/src/app/pages/gold-planner/gold-planner/gold-planner.component.html index fd56b85..09edd3e 100644 --- a/apps/client/src/app/pages/gold-planner/gold-planner/gold-planner.component.html +++ b/apps/client/src/app/pages/gold-planner/gold-planner/gold-planner.component.html @@ -11,7 +11,6 @@ -
Configure your run by selecting the right mode: Solo, Normal or Hard. Not available modes (based on the raid and your ilvl) are greyed out.
For each raid you're taking gold in game, tick the Taking Gold checkbox.