Skip to content

Commit

Permalink
Add book of the dead buyable (#6198)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git authored and gc committed Dec 11, 2024
1 parent 9a1c905 commit 73506f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/data/buyables/buyables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,12 @@ const questBuyables: Buyable[] = [
name: 'Ring of shadows',
gpCost: 75_000,
requiredQuests: [QuestID.DesertTreasureII]
},
{
name: 'Book of the dead',
gpCost: 1_000_000,
qpRequired: 120,
ironmanPrice: 9_500
}
];

Expand Down

0 comments on commit 73506f8

Please sign in to comment.