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

[5e Shaped] 19.3.0

Hi; I dont know if this have already been posted but I just noticed that spells and cantrips that increase number of dices depending on caster level are not working properly. Specific case: 5 level sorcerer casting Firebolt only rolls 1d10 for damage. Any tips?
1556301261

Edited 1556301343
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Alvaro, There is an official thread for feedback on this sheet , as well as an issue tracker for actual bug reports. However, I'll see if I can answer your question here. I just ran a couple of trials. It appears that the spell when dragged and dropped from the compendium does not fill out the damage for increased levels correctly. If you use the companion script to import the spell, it comes in correctly. The likelihood is that Roll20 has modified the data in the SRD or PHB so that the parser in the Roll20 sheet no longer imports the data properly. Since Kryx rarely updates the sheet anymore you probably have two options: 1) input the cantrip formula yourself.  2) use the script importer. The script has the SRD source built in. This would limit you to SRD spells only, and you can drag in whatever Compendium spells you have bought. In either case, the cantrip formula would be: [[ceil((@{level} + 2) / 6)]] in the number of dice field. I can't find this particular issue in the Issue tracker , so you might want to add it there.
1556393355
Kryx
Pro
Sheet Author
API Scripter
keithcurtis said: The likelihood is that Roll20 has modified the data in the SRD or PHB so that the parser in the Roll20 sheet no longer imports the data properly. Since Kryx rarely updates the sheet anymore you probably have two options: I look to fix all clearly reproducible bugs that don't take me a days of work to fix. If this can be reproduced with a list of steps and data provided then I'd fix it.
1556410048
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Kryx, I have filed an issue, let me know if there is anything more I can provide.
Thank you very much  keithcurtis ! I will do it for Firebolt but the limitation to SRD spells ir really a bummer. I hope Kryx have some time available to make a definitive solution. Have a great day!
1556730032
Kryx
Pro
Sheet Author
API Scripter
This should be solved as part of 19.4.0. I tested the parsing locally, but not in roll20 so if someone can check it that'd be great. :)
1556731972
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Thanks! I tested it with PHB data and it works fine. Couldn't test it with SRD data because I use a free dummy account to avoid picking up PHB json, and can't update the sheet manually. If you know of a workaround for that, I'll be happy to give it a go.