Closed ianfhunter closed 1 year ago
F may conflict with filter
Very low level of implementation in dice rollers
How does this work for values > 99 ?
I think this can maybe be done via sorting #15 instead.
instead of d100 (flipflop), you can do z10;d10 sorted
Is your feature request related to a problem? Please describe.
In games like Unknown Armies, there is a concept called Flipflopping. If you are rolling a d100 and get a 18, you can swap the digits to get 81.
Describe the solution you'd like
We should allow Flipflopping to scale to other dice combinations. E.g. a 1d100 with values 162 could be flipflopped or maximized to 621.
We should also allow Flipflopping for a minimal result
considering 'fh/fl' (high/low, similar to drop/keep) as the operator (e.g. 1d100fh)
Describe alternatives you've considered
Additional context
Troll and Anydice do this with custom formulae which is not ideal for casual users.