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 .
×
Create a free account

Rename Proficiencies

1602199903

Edited 1602200299
I just upgraded to Pro and would simply like to continue using the DnD 5e character sheets.  The only change I would like to make is to change the name of Religion to Advanced Tech.  It will still be an Intelligence-based proficiency.  It seems like it should be simple to do, but I can't find the DnD 5e source code that Roll20 uses. I found the DnD 5e character sheet source code on the Roll20wiki, but looking through it, there is no part of the code that contains 'Religion' for me to edit.  Where is the code drawing the proficiency names from?
1602201510

Edited 1602202190
Oosh
Sheet Author
API Scripter
It's in core.html if you're looking in src: <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/DD5thEditionLegacy/src/html/pc/core.html" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/DD5thEditionLegacy/src/html/pc/core.html</a> And again in the main HTML file: <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/DD5thEditionLegacy/5th%20Edition%20Legacy.html" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/DD5thEditionLegacy/5th%20Edition%20Legacy.html</a> If you can't find the string "religion" with a search, I'm unsure what file you're looking at, exactly. Also, just checking you're aware that the sheet is no longer public, and it's an old sheet you'd be editing &amp; using. edit - you might also want to move the &lt;div&gt; block to the top after Acrobatics, since the sheet won't sort alphabetically itself. I'm assuming you're only changing the HTML text, and not the Attribute name? You'll need to go through the sheetworkers as well if you want to change the actual Attribute name. Oh... while you're in the block, probably just change this bit in the value="" section: {{rname=^{religion-u}}} to {{rname=ADVANCED TECH}} That should be the quick &amp; dirty way of doing it.
Thank you very much.&nbsp; Is there a rating or upvote I can give you in these forums?
1602209553

Edited 1602209623
Oosh
Sheet Author
API Scripter
Luckily there is not, or some of the regulars here would have broken the integer limit, prematurely ending the universe :)
1602226140
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
As an alternative, you can add "Advanced Tech" to the character's proficiency list, and set it to Int-based. It's not as automatic, but you get to continue using the latest sheet. If you use Universal Chat Menus or Token Action Maker for rolling things (more efficient than the character sheet, especially for the GM who must control many characters), you can modify either of these more easily than a character sheet.