From 73506f850cd9d04bfe7b689fbef56e1d317e2d98 Mon Sep 17 00:00:00 2001 From: DayV <69717452+DayV-git@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:51:40 +0000 Subject: [PATCH] Add book of the dead buyable (#6198) --- src/lib/data/buyables/buyables.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/data/buyables/buyables.ts b/src/lib/data/buyables/buyables.ts index 217475f9c8..93ddf9eea7 100644 --- a/src/lib/data/buyables/buyables.ts +++ b/src/lib/data/buyables/buyables.ts @@ -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 } ];