From a882039ff9ef5e25b8df36422d95afcd767b3e32 Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Tue, 26 Nov 2024 20:48:17 +0000 Subject: [PATCH] New Books --- munch/data/bookData.js | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/munch/data/bookData.js b/munch/data/bookData.js index c28c314..c232296 100644 --- a/munch/data/bookData.js +++ b/munch/data/bookData.js @@ -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", @@ -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;