Skip to content

Commit

Permalink
Adding new publishers/documents for spells.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohnson committed Feb 15, 2024
1 parent 157ded7 commit a35e39a
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/v2/kobold-press/deep-magic/Document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"model": "api_v2.document",
"pk": "deep-magic",
"fields": {
"name": "Deep Magic for 5th Edition",
"desc": "*Command 700 New Spells for 5th Edition!*\r\n\r\nNo matter how you slice it, magic is at the heart of fantasy—and nothing says magic like a massive tome of spells.\r\n\r\nThis tome collects, updates, tweaks, and expands spells from years of the Deep Magic for Fifth Edition series—more than 700 new and revised spells. And it adds a lot more:\r\n\r\n* 19 divine domains from Beer to Mountain and Speed to Winter;\r\n* 13 new wizard specialties, such as the elementalist and the timekeeper;\r\n* 6 new sorcerous origins, including the Aristocrat and the Farseer;\r\n* 3 otherworldly patrons for warlocks, including the Sibyl;\r\n* expanded treatments of familiars and other wizardly servants;\r\n* and much more!\r\n\r\nThis 356-page tome is not just for wizards, warlocks, and sorcerers. Deep Magic also expands the horizons of what’s possible for bards, clerics, druids, and even rangers and paladins. It offers something new for every spellcasting class!\r\n\r\nWith these new spells and options, your characters (or your villains) can become masters of winter magic, chaos magic, or shadow magic. Seek out hidden colleges and academies of lost lore. Learn new runes, hieroglyphs, and cantrips to break down the walls of reality, or just bend them a bit.\r\n\r\nDeep Magic contains nothing but magic from start to finish!",
"publisher": "kobold-press",
"ruleset": "5e",
"author": "Dan Dillon, Chris Harris, and Jeff Lee",
"published_at": "2020-02-13T00:00:00",
"permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/",
"licenses": [
"ogl10a"
]
}
}
]
18 changes: 18 additions & 0 deletions data/v2/kobold-press/dmag-e/Document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"model": "api_v2.document",
"pk": "dmag-e",
"fields": {
"name": "Deep Magic Extended",
"desc": "?",
"publisher": "kobold-press",
"ruleset": "5e",
"author": "Not sure.",
"published_at": "2024-02-14T19:02:02",
"permalink": "https://koboldpress.com/deepmagic",
"licenses": [
"ogl10a"
]
}
}
]
18 changes: 18 additions & 0 deletions data/v2/kobold-press/kp/Document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"model": "api_v2.document",
"pk": "kp",
"fields": {
"name": "Kobold Press Compilation",
"desc": "Kobold Press Community Use Policy",
"publisher": "kobold-press",
"ruleset": "5e",
"author": "Various",
"published_at": "2024-02-14T19:53:41",
"permalink": "https://koboldpress.com/",
"licenses": [
"ogl10a"
]
}
}
]
18 changes: 18 additions & 0 deletions data/v2/kobold-press/warlock/Document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"model": "api_v2.document",
"pk": "warlock",
"fields": {
"name": "Warlock Archives",
"desc": "The Warlock booklets.",
"publisher": "kobold-press",
"ruleset": "5e",
"author": "Woflgang Baur, others.",
"published_at": "2018-01-01T00:00:00",
"permalink": "https://koboldpress.com/kpstore/product-category/all-products/warlock-5th-edition-dnd/",
"licenses": [
"ogl10a"
]
}
}
]
9 changes: 9 additions & 0 deletions data/v2/open5e/Publisher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"model": "api_v2.publisher",
"pk": "open5e",
"fields": {
"name": "Open5e"
}
}
]
18 changes: 18 additions & 0 deletions data/v2/open5e/o5e/Document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"model": "api_v2.document",
"pk": "o5e",
"fields": {
"name": "Open5e Originals",
"desc": "Original items from Open5e",
"publisher": "open5e",
"ruleset": "5e",
"author": "Ean Moody, Various",
"published_at": "2024-02-15T02:15:19",
"permalink": "https://open5e.com/",
"licenses": [
"ogl10a"
]
}
}
]

0 comments on commit a35e39a

Please sign in to comment.