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 } ];