Skip to content

How to roll a variable number of dice that depend on another roll #4

@sponsfreixes

Description

@sponsfreixes

I failed to figure out how to replicate the following situation:

  1. Roll 1d6
  2. The result is the number of d6s that you roll next.

Related to that, I was wondering if the construct:

d6 = Dice.from_dice(6)
result = d6 * d6

Would be a good way to represent that operation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions