Search results

  1. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Please understand that the code I posted is the way you can change the function. So if you add that code in the "Add Custom Script" dialogue, you get exactly what you want. Adding a new ability score would require adding a field with that ability score in it. Adding a new field can be done...
  2. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    There is no straightforward way of doing what you want to do. The attacks intentionally don't show any to hit or damage when no ability is filled out. The only way to change this, is by changing the function itself. You can do this by putting the following code in the "Add Custom Script"...
  3. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Some people have been working on it and have send me their progress, but none of it is in working other just yet. I also don't have an ETA for when it will be done. As there are two Favoured Soul subclasses now, which are both part of the 'optional sources' in the sheet, you will have to make...
  4. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Thus, as hinted in my previous posts, a new version of the Character Record Sheet is available on DMs Guild, with some essential bug fixes for characters that use the companion page. I urge everybody to skip v12.83 and update directly to v12.84. If you just imported your character to v12.83...
  5. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    The new version is up and available at DMs Guild (or via the Patreon's cloud share if you are a subscriber), but it doesn't do anything about the stuff Undrhil is describing, see my reply to his post. The "Way of the Four Elements, Remastered" is available in the Fan-made Additions Dropbox...
  6. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Unfortunately, the sheet isn't really designed to handle removing things that well. It's design has started out as something that can add stuff, but removing stuff is a whole different matter. If you had manually changed some of the class feature descriptions, the sheet will no longer know what...
  7. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    I never considered this, but you have found a good bug there, good work, and thank you for reporting it! I totally forgot to correct for the possibility of having the text "off-hand" appear in a weapons name. The code checks for handaxes by looking in the string for the occurrence of both the...
  8. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Great to hear you like the sheet! I'm currently working on adding the Sorcerous Origins UA and after that will look into the Warlock & Wizard article. So it will be a little while before I get to adding the new Warlock invocations. You can help me make the code for these invocations. The syntax...
  9. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Thank you very much for your patronage, it is much appreciated!
  10. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    I totally forgot to reply to you about the code. You can always send it to me, I'm happy to check it and help with learning how to make it work with the sheet. However, I'm sometimes a bit busy so it can take a little while for me to get back to you (just like this post) :P As there are several...
  11. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Wow, I screwed something up in the code bigtime with the revision of the weapons scripts. I thought I had successfully converged both the script for adding and calculating the attacks on the first page and on all the companion pages (they used to be 6 functions, but are now only 2), but this...
  12. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    A huge update to the Character Record Sheet, with some new features, many bug fixes, and a lot of small tweaks! Changelog for MPMB's Character Record Sheet v12.83 (18 Februari 2017): NEW FEATURE: Context-aware HP calculations (e.g. Dwarven Tougness), which can be added with custom scripts...
  13. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Whoopsie, accidentally posted my previous post, instead of what I was writing: Now here is some essential information! I thought you were talking about the Character Record Sheet PDF, and not the Excel! The Excel is mostly a legacy product at this stage and I don't really update it anymore...
  14. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    Well, as I said, I can't reproduce this issue. There should be a list with the header "Spellbook" to the right of where you can set the cantrips. However, without access to the sheet, or any more information about what version of the sheet, what type of sheet, what version of the software, etc...
  15. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    That sounds like a weir issue. When you go to generate a spell sheet, you should get a dialogue where you can set the spells that are in your wizard spellbook. On the bottom right of that dialogue, you can have the sheet filter the spells from the list of spells that you selected to be in your...
  16. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    The mobile version of Adobe Acrobat doesn't support document-level JavaScript nor most of the JavaScript actions that the desktop version does. Just compare Acrobat's Desktop JavaScript API with the Mobile JavaScript API and you will see a big difference in substance ;) So although you will be...
  17. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    After about 50 hours of working on the new feature, I got the code working, and gone over almost all feats and class & racial features for adding code for this new feature. A rundown of the features that have been edited: • Feats: o Crossbow Expert o Great Weapon Fighting o...
  18. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    The AC field is manually editable exactly for this reason, that you can add AC-altering things like barding. Having a calculation there adds complexity that is simply unnecessary for most companions. Also, there are no clear official rules on barding, especially for all the different companions...
  19. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    I am certainly willing, but it is more a question if I have to time to add them. Unfortunately, it is not like this project pays the bills ;) Doing things like writing the UA subclasses is feeling more and more like a charity project for a, sometimes, very demanding audience, as it is very...
  20. morepurplemorebetter

    D&D 5E (2014) MPMB's D&D 5e Character Tools

    I am assuming you were using the "Import Direct" feature, and not importing an .xfdf file. I have tried a couple of things, but I'm unable to reproduce this error. It would be really helpful if you could send me your original sheet. Did you import anything into that original sheet, or was that...
Top