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

Macro for displaying save DC

1655728490

Edited 1655729015
So, I am trying to get my spell macros to also display the save dc for the spell when I cast the spells as my Warmage. What I have so far is &amp;{template:default} {{name= Interitus&nbsp;casts Burning Hands}} {{Damage:=[[5d4+@{Interitus|int-mod}]]}} {{Link: = [Burning Hands]( <a href="https://dndtools.net/spells/players-handbook-v35--6/burning-hands--2590/" rel="nofollow">https://dndtools.net/spells/players-handbook-v35--6/burning-hands--2590/</a> )}} {{Area of Effect = 15 foot Cone, Reflex Save}} So it auto calculates the damage, links to the spell description, and gives the AoE + states THAT it requires a save, but I would like it to automatically state after reflex save what the save DC is, i.e. "Reflex Save DC (X)" if that makes sense. Is that even possible? Edit: it's 3.5 if that matters. I started using roll 20 very recently, and I honestly don't know if the macros are system specific
Hi Jared, macros use specific calls from sections of the sheets, so different sheets and different systems will all affect how or whether a macro works.&nbsp; Would the "damage" or "attack and damage" templates be something you could adapt or just use instead?&nbsp;<a href="https://wiki.roll20.net/D%26D_5e_by_Roll20_Roll_Templates" rel="nofollow">https://wiki.roll20.net/D%26D_5e_by_Roll20_Roll_Templates</a>
1655735360
David M.
Pro
API Scripter
This link has a bunch of spell macros for the 3.5 sheet. Burning hands is on there, and it looks like they are using the following construction, which you should be able to use in the default template: Reflex half (DC[[@{selected|spelldc1}+@{selected|sf-evocation}]] Here is the full burning hands example: &amp;{template:DnD35StdRoll} {{spellflag=true}} {{name= @{selected|character_name}}} {{subtags=casts [Burning Hands!](<a href="http://dndtools.net/spells/players-handbook-v35--6/burning-hands--2590/" rel="nofollow">http://dndtools.net/spells/players-handbook-v35--6/burning-hands--2590/</a>)}} {{School:= Evocation (fire)}} {{Range:= [[10]]ft}} {{Area:= 10-ft radius semicircular burst}} {{Save:= Reflex half (DC[[@{selected|spelldc1}+@{selected|sf-evocation}]])}} {{SR:= Yes}} {{notes=Deals [[([[{(@{selected|casterlevel2}),5}dh1]])d4]] fire damage.}}
That did it, thank you. I just had to move around a couple of things and key it for the character instead of selected token so that I don't have to make sure he's selected