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

Art bard macro help

1736061303

Edited 1736061322
I have a player who wanted to homebrew a Bard that paints their weapons and other things. As it stands now they roll performance and if it is a 1 it is a trash drawing the the attack stops there. If it is a 2-5 it is of poor quality and only gets 1d4 dmg, 6-10 good quality and gets a 1d6, 11-16great quality gets 1d8, 17-19 superior quality 1d10. and a 20 is 1d12. Now the help I need with the macro is this. I can make a performance macro to roll for quality of the painting no problem, Hell you don't even need one really just click on the Char sheet. But she would like the macro to roll her performance and the also show the dmg for the range in which she rolled i.e. if she rolls a 13 it would display the 13 and also the result of the 1d8 roll. And I just don't know how to make it happen with different dmg rolls coming from the same attack but changing when you get a different result from the primary performance roll. Does anyone have any idea how to do this. 
What game are you playing and which character sheet are you using? Is this a Jumpgate game or Legacy game?
Regardless of the character sheet, something like this should work - but depending on the sheet, templates and sheet attributes can be added to improve it. $[[0.computed]] [[1d[[{2,2,2,2,6,6,11,11,17,17,20,20}<[[1d20]]]]]] A d20 is rolled, and the result is compared to the threshold array, which determines the die size.
Jarren said: What game are you playing and which character sheet are you using? Is this a Jumpgate game or Legacy game? 5e and jumpgate
David S. said: Jarren said: What game are you playing and which character sheet are you using? Is this a Jumpgate game or Legacy game? 5e and jumpgate Which character sheet are you using? 2014, 2024, or one of the community created ones?  If you are using the 2024 sheet, then the default template is not available for a macro, and you won't easily be able to create macros on the character sheet.  
Jarren said: David S. said: Jarren said: What game are you playing and which character sheet are you using? Is this a Jumpgate game or Legacy game? 5e and jumpgate Which character sheet are you using? 2014, 2024, or one of the community created ones?  If you are using the 2024 sheet, then the default template is not available for a macro, and you won't easily be able to create macros on the character sheet.   Slight correction - a version of the default template is available (with different styling and some limitations), but no other templates are available for macros with the 2024 sheet.
Tuo said: Slight correction - a version of the default template is available (with different styling and some limitations), but no other templates are available for macros with the 2024 sheet. Ah yeah good correction. The default template isn't available in the format that many players are used to it being in , which can functionally mean that it's not available (older macros will likely break, etc.). I still don't understand the reasoning for overwriting the default template instead of just creating a new Jumpgate/Beacon default template.