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

[Dnd 5e] SCAG Cantrip Macros

Anyone able to provide the Macros for the SCAG cantrips that get boosted at lvls 5, 11 and 17???
1450579202

Edited 1450579242
Booming Blade Damage if target moves willingly: [[ [[1 + floor((@{level} + 1)/6)]]d8 ]] thunder. Bonus damage to initial melee attack: [[ [[floor((@{level} + 1)/6)]]d8 ]] thunder. Green-Flame Blade Damage to second creature within range: [[ @{casting_stat} + [[floor((@{level} + 1)/6)]]d8 ]] fire. Bonus damage to initial melee attack: [[ [[floor((@{level} + 1)/6)]]d8 ]] fire. Lightning Lure Damage on failed save (if creature is within 5 feet of caster after being pulled): [[ [[1 + floor((@{level} + 1)/6)]]d8 ]] lightning. Sword Burst Damage to creatures who fail save within range: [[ [[1 + floor((@{level} + 1)/6)]]d6 ]] force. Enjoy. :)
Silvyre said: Booming Blade Damage if target moves willingly: [[ [[1 + floor((@{level} + 1)/6)]]d8 ]] thunder. Bonus damage to initial melee attack: [[ [[floor((@{level} + 1)/6)]]d8 ]] thunder. Green-Flame Blade Damage to second creature within range: [[ @{casting_stat} + [[floor((@{level} + 1)/6)]]d8 ]] fire. Bonus damage to initial melee attack: [[ [[floor((@{level} + 1)/6)]]d8 ]] fire. Lightning Lure Damage on failed save (if creature is within 5 feet of caster after being pulled): [[ [[1 + floor((@{level} + 1)/6)]]d8 ]] lightning. Sword Burst Damage to creatures who fail save within range: [[ [[1 + floor((@{level} + 1)/6)]]d6 ]] force. Enjoy. :) Many Thanks!