Apr 27, 2025 1:31 pm
I would like to emulate coin flips.
Would it be difficult to make these dice rules work?
Would it be difficult to make these dice rules work?
{
"diceRules": [
{
"rolled": "d",
"natural": "odd",
"highlight": "success"
},
{
"rolled": "d",
"natural": "even",
"highlight": "fail"
}
],