morepurplemorebetter / MPMBs-Character-Record-Sheet

MorePurpleMoreBetter's D&D 5e Character Record Sheet
https://www.flapkan.com
GNU General Public License v3.0
372 stars 352 forks source link

Adds Some Missing WotC Primary Content #126

Closed DMalone87 closed 7 months ago

DMalone87 commented 7 months ago

Adds some of the missing official content that I use for the Luroden character sheet.

Note that the Sleight of Hand skill seems to be bugged. It will not be added by the Charlatan background automatically.

morepurplemorebetter commented 7 months ago

Thank you for trying to improve this repo, but unfortunately I can't add most of these player options because they are not part of the SRD. Why is explained in the FAQ on my website. However, the Minor Illusion cantrip is in the SRD and already part of the sheet, you can find its code here in this repo.

Thus, I'm sorry to disappoint but I'm going to have to close this PR and not merge it.

BTW, the reason that Sleight of Hand is not working for your Charlatan background, is that you didn't add it as a second entry in the array. This would be the way to do it: skills : ["Deception", "Sleight of Hand"],

I can recommend having a look at this top sticky post on the /r/mpmb subreddit, as well as the MPMB Community Add-on Script Index. These will help you find the stuff you are looking for that I can't legally include in the sheet or this repository. For questions, please use the /r/mpmb subreddit or the MPMB Discord server.

DMalone87 commented 7 months ago

Thanks for the quick response! I actually hadn't meant to pull this in the main repo, but awesome to see how attentive you are!