Skip to content

Release v3.7.2

Pre-release
Pre-release

Choose a tag to compare

@thurianknight thurianknight released this 21 Jul 15:44
· 62 commits to dev since this release

Pre-release of hyp3e version 3.7.2

Features

Add a Resistances/Vulnerabilities text field in the Saving Throws section #325

  • Add this to both the character and npc sheets. Useful to track bonuses (resistances) or penalties (vulnerabilities) to saving throws as well as complete immunities which would allow the save to be ignored.
  • Character sheet:
    image
  • NPC sheeet:
    image

Give damage macros the standard healing/damage buttons in chat #326

  • Currently the system sees a generic dice macro like [[/r 1d6]], and adds damage and healing buttons to the chat card.
  • Let's add to this, so that if the system sees something like:
    [[/r 1d6]]{1d6 Poison}
    it will also add those damage/healing buttons. It should recognize any valid damage type in the text, even mixed with extra text like "1d6" as shown above.