vellum-monster icon indicating copy to clipboard operation
vellum-monster copied to clipboard

Support damage for non-attack actions

Open rg-wood opened this issue 3 years ago • 0 comments

Add support for damage and attack bonuses for non-attack actions, and spell-like actions.

For example, the action:

{
    "name": "Shadow Rift (1/day)",
    "id": "shadow-rift",
    "description": "The Gloaming Queen can open a rift to the abyss in a 20-foot sphere centred on a point she can see within 120 feet. Any creature within the rift takes 10d8 necrotic damage, or half damage with a successful DC 14 Constitution saving throw."
  }

There should be a method to define the damage and saving throw for this action so that CR can be correctly calculated.

rg-wood avatar May 05 '21 11:05 rg-wood