Carrasco's binary oracle

This is a yes/no/and/but oracle, created by me, Rafael Carrasco. I wanted:

  • and/but results should be a little less common than unmodified ones.
  • a simple way to roll normal, likely and unlikely results.

No single oracle I've found ticked those requirements, so I created my own. Since there are plenty of binary oracles in Chartopia, you probably don't need this one. I don't think that I really need it. But it has a sentimental value, so here it is.

This chart uses input variables
  • Likelihood
Result

{%if Likelihood ==  "Normal"%}

Roll on "Normal likelihood"

{%elif Likelihood == "Unlikely"%}

{% result = {lowest (1, 2d10)} %}

Roll on "Normal likelihood" (dice="{$ result }")

{%else%}

{% result = {highest (1, 2d10)} %}

Roll on "Normal likelihood" (dice="{$ result }")

{%end%}


Subcharts

Normal likelihood (d10)

d10 Result

1

No, and...

2-4

No.

5

No, but...

6

Yes, but...

7-9

Yes.

10

Yes, and...