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 Magic Missile Higher Level formula

Anyone work this out before I spend to much time wracking my brain on this? Would like to keep the inline rolls separate so if they want to split the targets they can. I use this from the "effects" tab on the spellsheet and it seems to work well enough, but I wouldn't mind it being a bit cleaner if someone else has found a way to do seperate inline rolls from within the "Damage" field. --Hit 1,2,3|[[1d4+1]]|[[1d4+1]]|[[1d4+1]] --Hit 4,5,6|[[{floor((?{Spell Slot Level|1})/2),1}kl1*1d4+{floor((?{Spell Slot Level|1})/2),1}kl1*(1)}]]|[[{floor((?{Spell Slot Level|1})/3),1}kl1*1d4+{floor((?{Spell Slot Level|1})/3),1}kl1*(1)}]]|[[{floor((?{Spell Slot Level|1})/4),1}kl1*1d4+{floor((?{Spell Slot Level|1})/4),1}kl1*(1)}]] --Hit 7.8.9|[[{floor((?{Spell Slot Level|1})/5),1}kl1*1d4+{floor((?{Spell Slot Level|1})/5),1}kl1*(1)}]]|[[{floor((?{Spell Slot Level|1})/6),1}kl1*1d4+{floor((?{Spell Slot Level|1})/6),1}kl1*(1)}]]|[[{floor((?{Spell Slot Level|1})/7),1}kl1*1d4+{floor((?{Spell Slot Level|1})/7),1}kl1*(1)}]] --Hit 10,11|[[{floor((?{Spell Slot Level|1})/8),1}kl1*1d4+{floor((?{Spell Slot Level|1})/8),1}kl1*(1)}]]|[[{floor((?{Spell Slot Level|1})/9),1}kl1*1d4+{floor((?{Spell Slot Level|1})/9),1}kl1*(1)}]] --Higher Level|When I cast this spell using a spell slot of 2nd level or higher, the spell creates one more dart for each slot level above 1st. --Spell Slot Level| **?{Spell Slot Level|1}**
I use a variant of Wes' macro here- Magic Missile and find it does the job well enough.
awesome thanks Perry.
Awesome! Thanks!