Rolling HP or Attacks

Rolling HP or Attacks

Look at the Kobold again. This is very much a work in progress. Again, data is stored in the front matter. I have a tabular version of it to reference during play.

Below the table I put dice commands that use the information from the front-matter. In particular I have a button to roll hit-points for the creature. I can expand this to rolling attacks and damage or anything else.

How does it work?

Add the field you want in dice syntax, or as a value into the front matter. Then you can put the roller wherever you want. It will access or parse the field.

I put hit_dice: 2d10 in the front-matter.

dice: hit_dice

Using it

The main idea is to have each creature as a template with these roll buttons on it. That way for encounters I can pop up the monster to help me roll for them.

Next Evolution

Write a custom button that rolls and incorporates front matter.