Ric Wood
Ric Wood
Enabling this extension breaks login for roll20.net. Steps to reproduce: 1. Go to https://roll20.net 2. Log in with valid credentials. 3. Launch any game. Expected result: Game launches correctly. Actual...
Add a test mode for client integration testing. The package was modified to be publishable and installable: ```sh npm i -D activitypub-starter-kit ``` The code was modified to be more...
Convert to Typescript
**Actual behaviour:** Errors in the component are fatal, and can cause the entire stat block to not appear. For example, if the multiattack action points to a non-existent attack ID:...
Some attacks are spell attacks (ranged and melee). We should support these using the new attack types `ranged-spell-attack`, `melee-spell-attack` and `melee-or-ranged-spell-attack`.
Add support for damage and attack bonuses for non-attack actions, and spell-like actions. For example, the action: ```json { "name": "Shadow Rift (1/day)", "id": "shadow-rift", "description": "The Gloaming Queen can...
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: ```json "multiAttacks": [ {...
Automatically calculate skills/saves/weapon bonuses if new `proficiency` stat is present.
Effective AC CR is being calculated incorrectly. Given a monster with 9 HP and AC 16 we get: | | Value | Effective CR | |----|-------|--------------| | HP | 9...