Skip to content

Commit

Permalink
New Books
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Nov 26, 2024
1 parent f437c9d commit a882039
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions munch/data/bookData.js
Original file line number Diff line number Diff line change
Expand Up @@ -998,15 +998,15 @@ const sources = [
avatarURL: "https://www.dndbeyond.com/avatars/42930/371/638563983452341674.jpeg",
sourceURL: "sources/dnd/boet",
},
// {
// id: 152,
// name: "TFtS",
// description: "Tales from the Shadows",
// sourceCategoryId: 21,
// isReleased: true,
// avatarURL: "https://www.dndbeyond.com/avatars/43141/46/638572767902627770.jpeg",
// sourceURL: "sources/dnd/tfts",
// },
{
id: 152,
name: "TFtS",
description: "Tales from the Shadows",
sourceCategoryId: 21,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/43141/46/638572767902627770.jpeg",
sourceURL: "sources/dnd/tfts",
},
{
id: 153,
name: "SoEE",
Expand All @@ -1016,6 +1016,24 @@ const sources = [
avatarURL: "https://www.dndbeyond.com/avatars/45054/529/638651161016677547.jpeg",
sourceURL: "sources/dnd/soee",
},
{
id: 154,
name: "LotRR",
description: "The Lord of the Rings Roleplaying",
sourceCategoryId: 25,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/45711/77/638679106266962749.jpeg",
sourceURL: "sources/dnd/lotrr",
},
{
id: 155,
name: "TIR",
description: "The Illrigger Revised",
sourceCategoryId: 22,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/45624/457/638675303929857493.png",
sourceURL: "sources/dnd/tir",
},
];

exports.sources = sources;

0 comments on commit a882039

Please sign in to comment.