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

Wildfire druid Firebolt and Produce Flame cantrip macro with enhanced bond

1705490050

Edited 1705500419
Hi, i've been trying to setup macros for my wildfire druid and i'm stuck at the final 2 which are cantrip macros. As cantrips when cast and you grab the code have some sort of auto leveling added to them, which makes me very confused as to where to add the extra 1d8 fire from Enhanced Bond Wildfire Druid. I have firebolt as a macro on wisdom due to a homebrew race i'm using. Could anyone help me out where to put the extra 1d8? <body> @{Reinaert|wtype}&{template:atk} {{mod=+9}} {{rname=[Fire Bolt](~-N_nJmc3pxHs-XqwvZGM|repeating_attack_-NcMK1Auyq9qslS0x8xi_attack_dmg)}} {{rnamec=[Fire Bolt](~-N_nJmc3pxHs-XqwvZGM|repeating_attack_-NcMK1Auyq9qslS0x8xi_attack_crit)}} {{r1=[[@{Reinaert|d20}cs>20 + 5[WIS] + 3[PROF] + 1[SPELLATK]]]}} @{Reinaert|rtype}cs>20 + 5[WIS] + 3[PROF] + 1[SPELLATK]]]}} {{range=120 feet}} {{desc=}} {{spelllevel=cantrip}} {{innate=}} {{globalattack=@{Reinaert|global_attack_mod}}} ammo= {{spelldesc_link=[Show Spell Description](~-N_nJmc3pxHs-XqwvZGM|repeating_attack_-NcMK1Auyq9qslS0x8xi_spelldesc_link)}} @{Reinaert|charname_output} </body> Also i've tried making it into a code block, but the paragraph button as linked on the readme is not available for me and i can't figure out what else to use :)
What is the info for the Wildfire Druid? What is the damage scaling? What are the stats for the homebrew race? No one can give you an answer without that info.  Also please confirm that you are using the D&D 5E by Roll20 sheet (that’s what it appears to be from the roll template) as that will affect the solution as well. 
1705500742

Edited 1705500776
This is for D&D 5e, my druid has 20 wisdom and a moon sickle +1 and we're level 5, however with @{charactername|spell_attack_bonus} you don't really need that as it updates when the spell attack updates. Damage scaling, i'm not sure what you mean by that, but i assume level 1 is 1d10, level 5 2d10 etc. So thats the standard for cantrips. And this is all inside roll20 on the character sheet there. I took the code in my previous post by casting the spell, then pressing arrow up, ctrl+a, ctrl+c then ctrl+v on the forum.
Hey ye-roon, One option is to create a new attack on your character sheet in the repeating_attacks section that is similar to regular Fire Bolt but has the secondary damage to add the 1d8 when you have your wildfire spirit out. Something like so: Then you click the attack from the sheet and it does the attack and both damage rolls like so: If you have the normal Fire Bolt attack you can take the damage calculation from its Damage section.