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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
so I'm trying to work out if there is a way to make a tracker on the sheet or token to show how many d6 my warlock has I was trying [[ {floor((@{warlock_level}+1) ]] but I'm not sure that's right?
If you're wanting to do this on Shaped, each feature has a field for uses and recharges. The uses must be an integer, but you can put the number of charges per use as a query: ?{number of dice} You can re-use the same query in the description box; The sheet will remember the value The trait would look like this: And the output would look like this:
And it just occurred to me that for this to work, you need to be in a campaign that has the Shaped Script (a Pro-level perk) active. If you are a player, you can enquire of your GM if this is available. The method above will still roll the appropriate dice, but it will not subtract the uses.
I think they are more looking for a 'I have this many die' without needing to calculate it(it's not like it's hard it's literally lock level+1 but you know)
Yeah, that's why I pointed out that the number of uses must be an integer. You can put a formula in the number of charges per use field, but the other field is just numeric. For reference, the formula on shaped is: @{warlock_level}+1 Fortunately, you only need to update the number of uses field after a level gain.