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 .
×

Villains and Vigilantes Mighty Protectors sheet correction

1612979691

Edited 1612980138
Hi all, I apologize if this isn't the right format/forum. I noticed an error in the Villains and Vigilantes / Mighty Protectors sheet. Text from the book A character’s Security Clearance score is constantly reviewed by the government and adjusted when necessary (see the formula below).&nbsp; IN save + CL save + (Earned CPs/5) - 20 I only have a plus membership, so I don't think I can modify the sheets, and I'm leery of breaking something! I know exactly the change that needs to be made. It is on line 105 of the html file here: <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/Villains%20and%20Vigilantes/VandVMightyProtectors.html" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/Villains%20and%20Vigilantes/VandVMightyProtectors.html</a> original line &lt; span class =" sheet-table-data " &gt; input type =" number " name =" attr_security_clearance " title =" security_clearance " value =" round(@{intelligence_ score } + @{cool_ score } + (@{exp_earned}/5) -20) " disabled /&gt; &lt;/ span &gt; should be changed to (replacing "_score" with "_save" on line 105 only) &lt; span class =" sheet-table-data " &gt; input type =" number " name =" attr_security_clearance " title =" security_clearance " value =" round(@{intelligence_ save } + @{cool_ save } + (@{exp_earned}/5) -20) " disabled /&gt; &lt;/ span &gt; If you need any other information, I'd be happy to clarify. Thank you all in advance, - Marc
1613157120

Edited 1613157145
Andreas J.
Forum Champion
Sheet Author
Translator
Can you find someone else who agrees with this change/interpretation of the rules, and have them comment here? I can submit the change, but want to know that you aren't the only one who think that's an error on the sheet. Just yesterday there was two users of the Witcher sheet that where very sure of a mistake on that sheet, but turned out another part of the sheet adjusted the thing, but they just happened to miss it.
Directly from Villains and Vigilantes 3.0 (Mighty Protectors):
I haven't cracked into the code of the sheet, but based on behavior of increasing and decreasing the attributes when the saves remain the same, I think that Marc is correct: the sheet pulls from _score instead of correctly pulling from _save to calculate Security Clearance.