I had an idea but it didn’t work.
There’s no such thing as firstDie, and I don’t know if there’s a code to determine whether the lastDie is the highest or lowest die. If such a thing exists, you could contentAppend the word HOPE or FEAR. It would appear next to the die face value, like
(2, 5 FEAR) = 7
or
(12, 1 HOPE) = 13
…and I suppose pairs would keep doing what they’re doing already.
I didn’t expect typing "highest" would magically work, but I wrote the code that way to express what I think could work, if there’s some line of code for it, like
"lastDie": "true something"
I know code exists that counts the higher die as well, but the tricky part is that you need a specific die to be higher if you want hope to be blue and fear to be red, or something like that. "lastDie" is the only code I know of that can tie to a specific die, and I know how to work with that die being a specific value or range… but I don’t know how to compare that die to other dice or the total.
Last edited August 4, 2025 2:02 pm