
Hello,
I was trying to add a wand with multiple spell functions to my character sheet(class action) , and I thought i might be able to just add multiple roll templates into a query. I have not had much success so far and was wondering if it was even possible. I have tried all sorts of combinations in my attempts including inserting them as macros and then trying to nest it inside the query. Also have tried substituting the html equivalent of characters to no avail. The funny part is that i can get one to work within the query but as soon as I add a second part to the query (even just a regular inline roll) it does not want to work no error or anything.
Am I just banging my head against a wall or is there a way to do this?? To give you an idea of what i was trying to do a test example is provided (Different level casting of the same spell). Thanks in advance!
?{Wand of Winter | RayofFrost, &{template:5eDefault} {{character_name=@{character_name}}} {{title=Ray of Frost}} {{subheader=Wand of Winter}} {{subheaderright=Range 60 Ft}} {{subheader2=Instant}} {{subheaderright2=0 Charges}} {{targetName= 1 target}} {{freetext=A frigid beam o f blue-white light streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, it takes 1d8 cold damage, and its speed is reduced by 10 feet until the start of your next turn.}} {{rollname=Attack}} {{Attack=[[d20+5+@{intelligence_mod}+@{pb}]] | [[d20+5+@{intelligence_mod}+@{pb}]]}}{{rollname=Damge}} {{Damage=[[1d8]]}} {{rollname=Critical Hit}} {{Critical Hit=[[1d8]]}} | FrostRay, &{template:5eDefault} {{character_name=@{character_name}}} {{title=Ray of Frost}} {{subheader=Wand of Winter}} {{subheaderright=Range 60 Ft}} {{subheader2=Instant}} {{subheaderright2=1 Charges}} {{targetName= 1 target}} {{freetext=A frigid beam o f blue-white light streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, it takes 1d8 cold damage, and its speed is reduced by 10 feet until the start of your next turn.}} {{rollname=Attack}} {{Attack=[[d20+5+@{intelligence_mod}+@{pb}]] | [[d20+5+@{intelligence_mod}+@{pb}]]}} {{rollname=Damge}} {{Damage=[[2d8]]}} {{rollname=Critical Hit}} {{Critical Hit=[[1d8]]}} }
I was trying to add a wand with multiple spell functions to my character sheet(class action) , and I thought i might be able to just add multiple roll templates into a query. I have not had much success so far and was wondering if it was even possible. I have tried all sorts of combinations in my attempts including inserting them as macros and then trying to nest it inside the query. Also have tried substituting the html equivalent of characters to no avail. The funny part is that i can get one to work within the query but as soon as I add a second part to the query (even just a regular inline roll) it does not want to work no error or anything.
Am I just banging my head against a wall or is there a way to do this?? To give you an idea of what i was trying to do a test example is provided (Different level casting of the same spell). Thanks in advance!
?{Wand of Winter | RayofFrost, &{template:5eDefault} {{character_name=@{character_name}}} {{title=Ray of Frost}} {{subheader=Wand of Winter}} {{subheaderright=Range 60 Ft}} {{subheader2=Instant}} {{subheaderright2=0 Charges}} {{targetName= 1 target}} {{freetext=A frigid beam o f blue-white light streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, it takes 1d8 cold damage, and its speed is reduced by 10 feet until the start of your next turn.}} {{rollname=Attack}} {{Attack=[[d20+5+@{intelligence_mod}+@{pb}]] | [[d20+5+@{intelligence_mod}+@{pb}]]}}{{rollname=Damge}} {{Damage=[[1d8]]}} {{rollname=Critical Hit}} {{Critical Hit=[[1d8]]}} | FrostRay, &{template:5eDefault} {{character_name=@{character_name}}} {{title=Ray of Frost}} {{subheader=Wand of Winter}} {{subheaderright=Range 60 Ft}} {{subheader2=Instant}} {{subheaderright2=1 Charges}} {{targetName= 1 target}} {{freetext=A frigid beam o f blue-white light streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, it takes 1d8 cold damage, and its speed is reduced by 10 feet until the start of your next turn.}} {{rollname=Attack}} {{Attack=[[d20+5+@{intelligence_mod}+@{pb}]] | [[d20+5+@{intelligence_mod}+@{pb}]]}} {{rollname=Damge}} {{Damage=[[2d8]]}} {{rollname=Critical Hit}} {{Critical Hit=[[1d8]]}} }