Skip to content

Commit

Permalink
fix(Ar6): Fix adventure book metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
revilowaldow committed Nov 25, 2024
1 parent dafa3db commit eecdfdc
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 19 deletions.
5 changes: 3 additions & 2 deletions book/MCDM Productions; Arcadia Issue 5.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"version": "1.0",
"url": "https://shop.mcdmproductions.com/collections/arcadia/products/arcadia-complete-bundle-issues-1-30",
"color": "22503d"
"color": "22503d",
"dateReleased": "2021-06-23"
}
],
"dependencies": {
Expand Down Expand Up @@ -3173,7 +3174,7 @@
"type": "external",
"url": "https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/img/Ar5/cover.webp"
},
"published": "2021-06-01",
"published": "2021-06-23",
"author": "James Introcaso, Leon Barillaro, Carlos Cisco, Sam Mannell",
"contents": [
{
Expand Down
96 changes: 79 additions & 17 deletions book/MCDM Productions; Arcadia Issue 6.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"version": "1.0",
"url": "https://shop.mcdmproductions.com/collections/arcadia/products/arcadia-complete-bundle-issues-1-30",
"color": "24315b"
"color": "24315b",
"dateReleased": "2021-07-28"
}
],
"edition": "classic",
Expand Down Expand Up @@ -848,18 +849,25 @@
"adventure": [
{
"name": "Spelunking!",
"id": "Ar6-2",
"id": "Ar6-S",
"source": "Ar6",
"parentSource": "Arcadia",
"group": "homebrew",
"published": "2021-07-01",
"storyline": "",
"cover": {
"type": "external",
"url": "https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/img/Ar6/cover.webp"
},
"published": "2021-07-28",
"author": "H.H. Carlan",
"storyline": "Arcadia",
"level": {
"start": 4,
"end": 4
},
"alAveragePlayerLevel": 4,
"contents": [
{
"name": "The Adventure"
"name": "Spelunking!"
},
{
"name": "Adventure Summary"
Expand Down Expand Up @@ -894,7 +902,7 @@
"headers": [
"Between Encounters",
"The Gorge",
"Skimming across the Stones",
"Skimming Across the Stones",
"Illusion of Daylight"
]
},
Expand Down Expand Up @@ -927,18 +935,25 @@
},
{
"name": "Keevial's Rage",
"id": "Ar6-1",
"id": "Ar6-KR",
"source": "Ar6",
"parentSource": "Arcadia",
"group": "homebrew",
"published": "2021-07-01",
"storyline": "",
"cover": {
"type": "external",
"url": "https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/img/Ar6/cover.webp"
},
"published": "2021-07-28",
"author": "Gabe Hicks",
"storyline": "Arcadia",
"level": {
"start": 6,
"end": 6
},
"alAveragePlayerLevel": 6,
"contents": [
{
"name": "The Adventure"
"name": "Keevial's Rage"
},
{
"name": "Introductions on the Road",
Expand Down Expand Up @@ -969,7 +984,7 @@
],
"adventureData": [
{
"id": "Ar6-1",
"id": "Ar6-KR",
"source": "Ar6",
"data": [
{
Expand Down Expand Up @@ -1165,7 +1180,7 @@
]
},
{
"id": "Ar6-2",
"id": "Ar6-S",
"source": "Ar6",
"data": [
{
Expand Down Expand Up @@ -1639,21 +1654,68 @@
"group": "homebrew",
"cover": {
"type": "external",
"url": "https://raw.githubusercontent.com/TheGiddyLimit/homebrew/master/_img/JennysHomebrewStuff/Arcadia%20Issue%206%20Images/Cover.png"
"url": "https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/img/Ar6/cover.webp"
},
"published": "2021-07-01",
"published": "2021-07-28",
"author": "James Introcaso, H.H. Carlan, Gabe Hicks, Michael E. Shea",
"contents": [
{
"name": "The Grim Accord"
"name": "Cover Page & Credits"
},
{
"name": "Armor Of Zevellon"
"name": "Letter from the Editor"
},
{
"name": "Keevial's Rage"
"name": "The Grim Accord",
"headers": [
"Introduction",
"Members of the Grim Accord",
{
"header": "Irae Firetouched",
"depth": 1
},
{
"header": "Kryx Bloodgnash",
"depth": 1
},
{
"header": "Athlonia, the Moon's Eclipse",
"depth": 1
},
{
"header": "Uldun of Parts Unknown",
"depth": 1
},
"Group Tactics of the Grim Accord",
"Integrating the Grim Accord into Your Campaign",
"Villainous Quests and Adventure Hooks",
"Stormborn Tower, Lair of the Grim Accord",
"Grim Accord NPC Realm"
]
},
{
"name": "Armor Of Zevellon",
"headers": [
"Armor of a Demigod",
"Completing the Armor of Zevellon",
"Destroying the Armor",
"Keevial's Rage"
]
},
{
"name": "Spelunking!"
},
{
"name": "Resources",
"headers": [
"Spelunking!"
]
},
{
"name": "Author Profiles"
},
{
"name": "License"
}
]
}
Expand Down

0 comments on commit eecdfdc

Please sign in to comment.