From ff4be7595f8a7f53d942fce6c16e5d779d1cddab Mon Sep 17 00:00:00 2001 From: DayV Date: Mon, 18 Nov 2024 12:47:53 +0000 Subject: [PATCH] add book of the dead buyable --- src/lib/data/buyables/buyables.ts | 6 ++++++ tests/unit/snapshots/banksnapshots.test.ts.snap | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/src/lib/data/buyables/buyables.ts b/src/lib/data/buyables/buyables.ts index ad2031086d..43a3f0abce 100644 --- a/src/lib/data/buyables/buyables.ts +++ b/src/lib/data/buyables/buyables.ts @@ -745,6 +745,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_750 } ]; diff --git a/tests/unit/snapshots/banksnapshots.test.ts.snap b/tests/unit/snapshots/banksnapshots.test.ts.snap index 18516755d0..54636688f4 100644 --- a/tests/unit/snapshots/banksnapshots.test.ts.snap +++ b/tests/unit/snapshots/banksnapshots.test.ts.snap @@ -1379,6 +1379,14 @@ exports[`OSB Buyables 1`] = ` 1, ], }, + { + "gpCost": 1000000, + "ironmanPrice": 9750, + "itemCost": {}, + "name": "Book of the dead", + "outputItems": undefined, + "qpRequired": 120, + }, { "gpCost": 1000000, "itemCost": {},