dnd-spelldeck icon indicating copy to clipboard operation
dnd-spelldeck copied to clipboard

Completing collections and functions

Open DonaldTsang opened this issue 5 years ago • 3 comments

If it is possible, please create a spell book generation function like in https://www.dnd-spells.com/spells with filtering options

Also for reference of "all the spells"

  • https://donjon.bin.sh/5e/spells/ (has 4 sources)
  • https://dnd5spells.rpgist.net/en/spells (has 10 sources)
  • https://roll20.net/compendium/dnd5e/Spells%20List (has 8 sources)

DonaldTsang avatar Mar 09 '20 12:03 DonaldTsang

I'm not entirely sure what you mean. Could you please elaborate on what you think this spell book generation functionality should do?

stephenswat avatar Mar 09 '20 12:03 stephenswat

In the link https://www.dnd-spells.com/spells there is a function called "create spellcards" where if you select the "compressed" option, the button will alow you to generate a list of all spells you have selected into a PDF booklet, based on the sorting rules you provided using the UI. And there are also options where you can create "PDF cards" for spells but those are odd to use.

The three links in the bottom are cross-references as to what book sources this repo should include.

DonaldTsang avatar Mar 09 '20 12:03 DonaldTsang

If you need a scraper for some of the sites:

  • https://github.com/toddnguyen47/dndSpellListScrape
  • https://github.com/CMRicketts/dnd_scraper

For cross-reference this is what others are doing without TeX using MD: https://github.com/mythril-forge/vanilla-spells

Also https://github.com/metriccaution/dnd-spell-cards

https://github.com/mythril-forge/vanilla-spells/issues/1 https://github.com/metriccaution/dnd-spell-cards/issues/7

DonaldTsang avatar Mar 09 '20 12:03 DonaldTsang