vagueGM says:
Adam says:
... As BoS pointed out, this is supported via the dice highlighting codes (for people that want it).
I am proposing that, once people can use `4df` in the roller, they would be able to use `df` in the Highlight code. People may not think to use `4d3-8` when they expect `4df`.
Yeah. I think we're all saying the same thing. The highlight code now supports 4df.
So if someone wanted the ladder stuff they could do something like this:
{"rolled": "4df", "total": ">=+8","contentAppend": "Legendary","highlight": "success invert bold"},
{"rolled": "4df", "total": "=+7","contentAppend": "Epic","highlight": "success invert bold"},
{"rolled": "4df", "total": "=+6","contentAppend": "Fantastic","highlight": "success invert bold"},
{"rolled": "4df", "total": "=+5","contentAppend": "Superb","highlight": "success invert bold"},
{"rolled": "4df", "total": "=+4","contentAppend": "Great","highlight": "success bold"},
{"rolled": "4df", "total": "=+3","contentAppend": "Good","highlight": "success bold"},
{"rolled": "4df", "total": "=+2","contentAppend": "Fair"},
{"rolled": "4df", "total": "=+1","contentAppend": "Average"},
{"rolled": "4df", "total": "=+0","contentAppend": "Mediocre"},
{"rolled": "4df", "total": "=-1","contentAppend": "Poor","highlight": "fail invert bold"},
{"rolled": "4df", "total": "<=-2","contentAppend": "Terrible","highlight": "fail invert bold"}