Vital damage calculations for a wizard in dungeons and dragons (5e).
This file contains helper functions
| Function Name | Purpose |
|---|---|
| fireBolt | return damage from Fire Bolt spell |
| magicMissile | return damage from Magic Missile spell |
| scorchingRay | return damage from Scorching Ray spell |
| hit | determine if attack is a hit, miss, or crit |
| eventGenerator | create 'n' castings of 's' spell |
