Roll20 / roll20-api-scripts

API Scripts created by the community for use in Roll20 VTT. Submit a ticket at roll20.net/help if critical hotfixes are to be requested.
https://roll20.net/
MIT License
386 stars 566 forks source link

Spell Level (D&D 5e) #421

Open liquidox opened 7 years ago

liquidox commented 7 years ago

So what does this script do?

https://wiki.roll20.net/Script:Spell_Level_(D%26D_5e) is empty.

bpunya commented 7 years ago

Here's a link to the script itself. It seems to automatically update spell cantrip damage as players level up. https://github.com/Roll20/roll20-api-scripts/tree/master/SpellLevel5e

shdwjk commented 7 years ago

Yeah, it was a script to determine the cantrip damage programmatically. It's basically been superseded by a math formula that does the same thing without the API. I should probably remove it...