Jump to content

success syntax extension request


Knave

Recommended Posts

I would love to be able to use the success syntax with any arbitrary set of dice

e.g. "roll 2d6s and 1d12 and count how many of the three dice are above 5"

At the moment it only seems to work for multiples of a single dice, e.g. 4d6

If I input multiple different dice types in the wizard, it adds them all together and assesses them as a single result.

If I include multiple comma separated dice in the syntax manually, it seems to always return 0

 

Edited by Knave (see edit history)
Link to comment
Share on other sites

You can do this, you just have to go about it a different way:

success(2d6,5)+success(1d12,5)

Right now there is no way to do this combination of multiple results in the wizard, so you'll have to use the CLI. Being able to combine is on my to-do list.

Link to comment
Share on other sites

×
×
  • Create New...