Hello Everyone, The next character sheet I'm working on is the Warhammer 40K Wrath and Glory RPG. This character sheet is based on the Quick Start rules "Blessings Unheralded". I have created the HTML based partially on the Only War character sheet by Daniel D., John W., and Michael R. I have shamelessly stolen the .css file from the same. I have committed the following files: Readme.mdown sheet.json Warhammer40KWrathNGlory.html Warhammer40KWrathNGlory.css Warhammer40KWrathNGlory.png The character sheet needs two rollable tables (which I've discussed a bit here in this prior thread), as outlined below: Two rollable table named WrathDie and PoolDice are required. Each should have the following details: Value Weight Image of a 0 1 1 pip side of a D6 or 0 1 2 pip side of a D6 or 0 1 3 pip side of a D6 or 1 1 4 pip side of a D6 or 1 1 5 pip side of a D6 or 2 1 6 pip side of a D6 or (in this case, I used a different set of symbols for the Exalted Icon) For the WrathDie, the images are red and for the Pool Dice they are green. The following Macro for use on non-character sheet rolls: Macro Name: N-Dice (or other appropriate name) Macro Content: /roll 1t[WrathDie] + (?{Number}-1)t[PoolDice] successes Rolling the Macro shows the values and the images. The Macro allows the players to see that the WrathDie is an Exalted Roll (worth 2) and the rest that count are the 5 and 4 for a total of 4 successes. The roll buttons for the character sheet show the total in the red lined yellow box. Simply hover over the roll to see the values rolled. This allows the players to see that the WrathDie is an Icon (worth 1) and the rest of the PoolDice are (2+0+1+1+2+2+0+2) for a total of 11 successes. Thanks! /Matt