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

Support different types of multiattack

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

At the moment the multiattack action only supports multiples of a single attack. We would like to support different types in one action.

Something like this:

"multiAttacks": [
  {
    "id": "knife",
    "number": "2"
   },
  {
    "id": "bite",
   }
]

rg-wood avatar Feb 17 '21 11:02 rg-wood