derikb / character-sheet-app

A responsive, online/offline web app to act as a character sheet for 5e D&D and other RPGs.
GNU General Public License v3.0
77 stars 32 forks source link

Spell Data #26

Closed derikb closed 1 year ago

derikb commented 7 years ago

We could draw on an existing repo of spell data to offer some kind of spell picker and info pop up.

Might be tough for anything beyond the basic rule stuff as the rest may not be available to use.

Maybe just spell name autocomplete based on class/level.

derikb commented 4 years ago

This looks like it might be viable for some spell info:

http://www.dnd5eapi.co/docs/#

https://www.dnd5eapi.co/api/spells (spell list) https://www.dnd5eapi.co/api/spells?name=Sacred%20Flame (search) https://www.dnd5eapi.co/api/spells/sacred-flame (specific spell data)

derikb commented 4 years ago

Ideas:

BradKML commented 3 years ago

You guys should take a look at https://github.com/morepurplemorebetter/MPMBs-Character-Record-Sheet Which has a lot of info, Class, Spells, Weapons, Items, Companions, and more!

derikb commented 1 year ago

@NeptuneRjo Gave you code a test (it's now merged to develop) and it seems fine to me. I've made two changes:

I'll release that soon. Maybe a future addition could be to add some kind of modal that would show info about the specific spells.

NeptuneRjo commented 1 year ago

@derikb Didn't even think to try level=0 so good shout on that.

I'll take a look into the spell info stuff; shouldn't be too complicated and I'm enjoying working on this project so far.

derikb commented 1 year ago

@NeptuneRjo Sorry, somehow I thought I released this and then never did. Just made the release and will get it online shortly. Thanks for contributing.