Question about dice rules

Be sure to read and follow the guidelines for our forums.

Apr 27, 2025 1:31 pm
I would like to emulate coin flips.

Would it be difficult to make these dice rules work?

{
    "diceRules": [
        {
            "rolled": "d",
            "natural": "odd",
            "highlight": "success"
        },
        {
            "rolled": "d",
            "natural": "even",
            "highlight": "fail"
        }
    ],
Apr 27, 2025 1:52 pm
tibbius says:
I would like to emulate coin flips.

Would it be difficult to make these dice rules work?

{
    "diceRules": [
        {
            "rolled": "d",
            "natural": "odd",
            "highlight": "success"
        },
        {
            "rolled": "d",
            "natural": "even",
            "highlight": "fail"
        }
    ],
I run a game based entirely on coin flips. Each coin that lands "tails" is a success, and successes are counted, so that you may have a partial success if one coin succeeds and full success with 2+ coins landing on tails. (For attacks and healing, all successes count.)

I can show you the code I made. You can use what is applicable to whatever you’re doing.
[ +- ] The Code
Apr 27, 2025 2:22 pm
That would work. Thanks!

You do not have permission to post in this thread.