Skip to content

Commit

Permalink
Support SotDQ
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Nov 22, 2022
1 parent 3e08591 commit f2a6b14
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.1

* SotDQ support (Dragonlance)

# 1.2.0

* Support adventure scene adjustments exported just for v10. Some scene data would not be altered correctly in v10 if the scene data had been exported in v10.
Expand Down
9 changes: 9 additions & 0 deletions munch/data/bookData.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,15 @@ const sources = [
avatarURL: "https://www.dndbeyond.com/avatars/26865/226/637921086362458107.jpeg",
sourceURL: "sources/dosi",
},
{
id: 95,
name: "SotDQ",
description: "Dragonlance: Shadow of the Dragon Queen",
sourceCategoryId: 14,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/27777/666/637951679601337771.jpeg",
sourceURL: "sources/sotdq",
},
];

exports.sources = sources;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddb-adventure-muncher",
"version": "1.2.0",
"version": "1.2.1",
"description": "D&D Beyond Adventure Muncher for Foundry Virtual Tabletop",
"repository": "https://github.com/MrPrimate/ddb-adventure-muncher",
"main": "main.js",
Expand Down

0 comments on commit f2a6b14

Please sign in to comment.