So I want to swap out the images, I have icons for each dice. Would I have to to just make a new nearly identical template for each? OR is there way I can include it in the roll-button? I have the same thing for skills, with icons for each so if possible it'd be nice rather than have just a tons of roll templates. Here what it looks like currently: and here is my code: <rolltemplate class="sheet-rolltemplate-roswell_dice"> <!--Spacer BOX--><div style="height:15px;"></div> <div class="sheet-container"> <div class="sheet-header"> {{#title}}<div class="sheet-title">{{title}}{{/title}}<img class="sheet-roll_icon" src=" <a href="https://i.imgur.com/miOqXB4.png" rel="nofollow">https://i.imgur.com/miOqXB4.png</a> " alt="D2"></div> {{#subtitle}}<div class="sheet-subtitle">{{subtitle}}</div>{{/subtitle}} </div> <div class="sheet-content"> <div> {{#result}}<div class="sheet-result">{{result}}</div>{{/result}} </div> </div> </div> </rolltemplate>