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

Chronicles of Darkness Official Sheet (New World of Darkness) little bugs

This sheet is a wonderful piece of work that keeps amazing me everyday. Congrats ! But, some little bugs remain from my experience ( Nothing game breaking, but a bit annoying)  :  The attack macro does not roll dice every time.  Approximately every other attack roll (sometimes 2 in a row) lists the dice and mods, but does not roll said dice.  The button for deleting a custom roll section on page 2 doesn't seem to work when you try to edit the sections, because the dice roller button of the custom roll is activated instead. Also, you can't move a section from the right column if it is on the left, or move it to the left if it's on the right. Not being able to move a section isn't a real problem. Not being able to erase a section is more annoying when youre trying to reorganise your sheet. Finally, the Defense rating won't update by itself when you upgrade your dexterity or wits (for example). In my experience, each time you change one of the attributes that matters for the Defense, you have to go to the settings, change the calculation method, then change it back to to the one you usually use.
1535376409

Edited 1535377735
Andreas J.
Forum Champion
Sheet Author
Translator
(Disclaimer:Speculation) Regarding the Defense stat, it could be possible that you don't have to change the settings for it to update. Hear me out: If a field is updated through a sheetworker, it usually means you have to select some other field, roll a die or something like that, to give the sheet the condition to update. Are you sure the Defence rating doesn't update if you select some other field inbetween changing the (Dex or Wits) and rolling defence(it that's how it's used). I've experienced a sheet that was quite complex under the hood that happen to have the quirk that the dice roll formula didnt update for the first roll, if you changed the stat value and didn't click anywhere else before clicking the die roll. It could be that the field updates if you close and open up the sheet again. It's a quick thing for you to test, and if I'm wrong, we know one thing that isn't the problem at least. From sheet author perspective can't say anything about the other things you mentioned, those sounds like 100% things that need to be fixed. Edit: I think you're right. The sheet update any "defense" on only three conditions, of which only one happens unless you change the type of sheet you use. A new condition to change the defense should be added when you change the relevant attributes. on("change:defense_select", function(eventInfo) { updateDefense(eventInfo); }); on("change:sheettype", function() { updateHealth(); updateDefaultDefense(); updatePotencyName(); updateRollType(); }); on("sheet:opened", function() { updateDefaultDefense(); updatePotencyName(); updateRollType(); });
Thank you for your answer. Seems the sheet author could upgrade it then. I'm not good for coding so i'll leave it as it is for now. As i said, they are just minor bugs :)
1535579419
Caden
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Andreas reported this over on the GitHub as well to get my attention. I've put in a ticket so we can take a look at it. Thanks for reporting this and sharing the details.