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 .
×

Roll Table and variable modifiers

Hey, i am GMing a Dark Heresy Group and i want to do Psychic Phenomena and Perils of the Warp Roll Tables its a d100 roll with 25 different outcomes 24 with 3% chance and 1 with 25% chance to trigger some event working good so far `/w gm [[1t[TableName]]] sometimes there are modifiers for the d100 roll +5 +10 etc. i would like to use Roll Query but i am not sure where to place the ?{Modifier|0} help would be appreciated
1613358795
David M.
Pro
API Scripter
Unfortunately, rollable tables do not innately support roll modifiers. There are api scripts that can do this, but would require a Pro account. If you don't have too many possible modifiers, you can create different versions of the table with different weighting, with a naming convention like "#TableName", then use a roll query like this /w gm [[ 1t[?{Modifier?|0}TableName] ]] Obviously, this is non-ideal and can get out of hand very quickly, so YMMV.
thanks alot, the workaround will do for now, very helpfull