Skip to content

Commit

Permalink
Merge pull request #142 from BaptisteLongy/aegir-chest-price
Browse files Browse the repository at this point in the history
feat: update aegir chest prices
  • Loading branch information
fayaine authored Oct 24, 2024
2 parents 1f20186 + 42d0b63 commit c7970ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</button>
</nz-page-header-extra>
<nz-page-header-content>
<nz-alert class="warning" nzType="warning" nzShowIcon="true" nzMessage="We are looking for the chest values for each gate of Aegir (NM and HM). If you have them, please drop a message on Discord." ></nz-alert>
<div *ngIf="display.tracking['showExplanations']">
Configure your run by selecting the right mode: <b>Solo</b>, <b>Normal</b> or <b>Hard</b>. Not available modes (based on the raid and your ilvl) are greyed out.<br />
For each raid you're taking gold in game, tick the <b>Taking Gold</b> checkbox.<br />
Expand Down
8 changes: 4 additions & 4 deletions apps/client/src/app/pages/gold-planner/gold-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
}
Expand Down

0 comments on commit c7970ac

Please sign in to comment.