Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Is it possible to update the Middle Earth Role Playing backend code?

The sheet is great, but it needs some updates to reflect the 2nd edition rules.
Nevermind, I figured it out.
Ugg ok, nevermind nevermind. It seems the sheet on GitHub, is a bit buggy. Is it possible to edit the Middle Earth Role Playing sheet that you can pull in via Roll20?
1607749820
Kraynic
Pro
Sheet Author
You would need to download the code from Github, change your game character sheet to Custom, and then enter the code there.
Hey, thanks for getting back to me. Yes I had already done that, there is still some bugs with it from the previous code. The original code had the same bugs it turns out. So working through it. I am adding all the extra classes that 2e brought in. The numbers work, but still a bit buggy.
1607803553
Andreas J.
Forum Champion
Sheet Author
Translator
So is the existing sheet made for 1E, or does the existing sheet need changes due to some recent changes in 2e? Are these changes incompatible with the "old" 2E, or could your updates potentially be added to the roll20 sheet without problems to those who have used the existing version of the sheet?
1607804087

Edited 1607804285
The sheet for both Roll20 and on Github, do not have the updated 2e professions. So I added them in, and I also added a section for the Martial Arts (below the weapons skills in their own Martial Arts Skills section) that one can take as a warrior monk, monk, and a shape shifter. I am also going to add the skill called adrenal defense down below body development. The sheet is a bit buggy. Both the one you can get in Roll20, and the one you can get from github, do not fill out some of the check boxes correctly, but the final calculations are correct somehow. As for instance, various professions give you a 1,2,3 in various skills, per lvl. but if you go an give your character levels, that bonus does not reflect correctly. The final calculation does, but not in the visual display along side the check boxes, if that makes sense. This is very apparent when you go over lvl 10 as well.  I am also thinking of adding a drop-down with each race/culture that you can select that then would auto fill some things, sort of like how the professions work. I then may work on the secondary professions, giving you the ability to pick from a list that auto-fills as the profession list does. Then maybe the spell lists. Just messing with the sheet to fit my needs. As for directly editing the Roll20 sheet, I have no idea how to go about doing that, I can't find the code. So I just pulled the html and css from Github and placed it into the custom sheet windows along with my code changes for my "new" MERP character sheet.
1607814871
Andreas J.
Forum Champion
Sheet Author
Translator
The github code is the code for the sheet that exists in the Roll20 menu. All community-created sheets' code is in that github repository, and it's how people collaborate and contribute to the sheets. <a href="https://wiki.roll20.net/Beginner%27s_Guide_to_GitHub" rel="nofollow">https://wiki.roll20.net/Beginner%27s_Guide_to_GitHub</a> has info on how to use github if you feel your sheet updates might be helpful to the existing Roll20 sheet.
Ahh ok good then, so I have been editing the actual sheet then. Thanks much.