Skip to content

Problems with rerolling #141

@ghost

Description

The r/R modifiers don't seem to work in any way that I want them to.

What I'm trying to accomplish is "roll 3d6, rerolling on any sum less than 10".

Here's what I've tried.

!3d6r[<10]
!3d6r[<10]
!(3d6)r[<10]
!3d6R[<10]
!3d6R[<10]
!(3d6)R[<10]

!3d6r[?<10]
!3d6r[?<10]
!(3d6)r[?<10]
!3d6R[?<10]
!3d6R[?<10]
!(3d6)R[?<10]

!3d6r[:<10]
!3d6r[:<10]
!(3d6)r[:<10]
!3d6R[:<10]
!3d6R[:<10]
!(3d6)R[:<10]

In all cases I got nothing like what I wanted. Either I got no result, timeout, or results that were clearly below 10 after several repeat rolls.

What's the trick? Or is this a bug in the r/R validator?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions