Skip to content

Commit

Permalink
add book of the dead buyable
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Nov 18, 2024
1 parent d07bfb7 commit ff4be75
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -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
}
];

Expand Down
8 changes: 8 additions & 0 deletions tests/unit/snapshots/banksnapshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit ff4be75

Please sign in to comment.