Skip to content

Commit

Permalink
Kakul Reduced Gold
Browse files Browse the repository at this point in the history
  • Loading branch information
fayaine committed Apr 16, 2024
1 parent 34aaa80 commit 98cf6f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/client/src/app/pages/gold-planner/gold-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98cf6f2

Please sign in to comment.