
Wizard spell script for Dungeon Crawl Classics in Roll20. Calculates the target for the spell check, checks for spell loss. Requires my Roll20 Library script. <a href="https://app.roll20.net/forum/post/569894/script-utility-library-for-common-tasks#post-569894" rel="nofollow">https://app.roll20.net/forum/post/569894/script-utility-library-for-common-tasks#post-569894</a> To use, the character must have the attributes defined in the config portion of the script. - ActionDie: the die to roll for the spell check, as a d20 or d16 or whatever. - CasterLevel: level of the spellcaster - List of attributes to possibly affect the roll, expressed as bonuses such as +1 or -1 or 0. In my campaign we use 3 letter abbreviations for these like STR, AGI, PER, LCK, and INT. Change the array to match your campaign. To call the script do this: !wizardSpell Spell Name|Level of spell|list of attributes or bonuses separated by commas for example: !wizardSpell Charm Person|1|INT,+1 <a href="https://gist.github.com/sturtus/8363191" rel="nofollow">https://gist.github.com/sturtus/8363191</a>