
Hello, I'm new to the API; working on a system for a custom PbtA game. In many games, there are three buckets of roll: "fumble", "normal", and "crit". In my game, there are five such buckets: fumble (<=2), miss (3-12), split (13-19), hit (20-23), and crit (24+). I want to create roll templates that color code roll results as we see with.inlinerollresult.fullfail etc. Can anyone give me a tip as to what I should read to learn to do this? Thank you.