
Hi there. I'm trying to write a dice roll macro for my Forbidden Lands game using the dice rolling API/template. Normally you only need d6's but I need a d100 for one particular chart. My macro looks like this: /w GM &{template:forbiddenlands} {{name=}} {{name=Roll 1d100}} {{subtitle}} {{free-text}} {{d100-roll=[[d100]]}} And the output looks like: How do I get the actual roll to look prettier? At the very least how do I get rid of the yellow and increase the font size of the "45"? Does this require an editing of the API script? It appears that there are graphic representations for the digits 1 through 6, but not 7,8,9, and 0 otherwise I figured out how to edit the default die rolling macro. Could I use another dice API and just use the graphical output for those dice rolls without messing out the one for Forbidden Lands? In other words could I use one of the D&D dice rollers?