The Shadowrun 3rd Edition character sheet available has a small bug in the HTML at line 5755. It reads: const specdice=parseInt(myval["specialized"]); It should read: const specdice=myval[myrepeat + "specialized"]; The sheet is listed as by Brad Hornbeck <a href="https://shadowrun3roll20.fandom.com/wiki/Shadowrun3.roll20_Wiki" rel="nofollow">https://shadowrun3roll20.fandom.com/wiki/Shadowrun3.roll20_Wiki</a> But not sure if he is the author because I did find it here: <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Shadowrun3e" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Shadowrun3e</a> If anyone knows him, please let him know. In the interim you can get the GitHub version and use it in the Sandbox, with the code fix. Game on!