Quantcast
Channel: How do you simulate dependent dice rolls in anydice? - Role-playing Games Stack Exchange
Browsing index pages (5 articles)

How do you simulate dependent dice rolls in anydice?

I'm attempting to find the damage distribution (given a target with stats) of a series of two 5e attacks, mind sliver and then two melf's minute meteors. But it seems I'm having trouble modeling dice...

View Article


Answer by Carcer for How do you simulate dependent dice rolls in anydice?

You're trying to do a conditional on a value which is a die, which anydice doesn't like. In order to do a conditional comparison on the result of a die, you have to instead cast it to a number in the...

View Article


Image may be NSFW.
Clik here to view.

Answer by Someone_Evil for How do you simulate dependent dice rolls in anydice?

If you care about the specific roll, pass it to a functionINT_FAIL_CHANCE is a die when it is being used in a boolean expression, which is what AnyDice is complaining about. The fix is to pass that die...

View Article

Answer by CatLord for How do you simulate dependent dice rolls in anydice?

With the algorithm provided, the error is coming from the function sliver_meteor. The condition INT_FAIL_CHANCE > 0 is a sequence variable compared to a number. If I plug in 1 or 0 into that...

View Article

Answer by Ilmari Karonen for How do you simulate dependent dice rolls in...

It's hard to know exactly how things are implemented under the hood, but it seems like maybe this would work as a language extension:CONDITIONAL ? EXPRESSION_TRUE : EXPRESSION_FALSEAnyDice doesn't...

View Article

Browsing index pages (5 articles)


Latest Images