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 (Item has different effect when different number rolled)

So, I'm trying to create a macro for a magical item. For reference, we're using the community D&D 5e character sheet (not shaped, not OGL). The item is a staff the has 5 different effects depending on the roll of a d20. I'd like the macro to only display the effect that gets rolled. I don't know how to implement this as a macro. Any ideas? At first I thought of using different levels of critical success, but I couldn't figure out how to have multiple ranges. If there's a way to make a table in the macro, that would work, but I'm not sure how to do that either. 
Sounds like a Rollable Table with five Items (with various weights) would work well for this.
Yeah, that's what I was thinking, but I can't seem to make my own tables. I guess it's DM only? Do you know of a way to build a table into the macro?
1454832830

Edited 1454832860
Yeah; your GM would have to create the Rollable Table for you. The easiest way to incorporate Rollable Table rolls within macros (especially ones that use Roll Templates ) is using by rolling the Rollable Table from within an inline roll . e.g. If your GM created a table named Magic-Staff, you could easily incorporate a Rollable Table roll within one of your macros by adding [[ 1t[Magic-Staff] ]] to it.
Thanks. I'll do that.