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

Web component for displaying 5th Edition monster stat blocks

Results 23 vellum-monster issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies

html2canvas only supports some CSS/HTML features. To support this library (required for the Supporting Cast[1] webapp) we need to remove: * Reliance on `text-transform: capitalize` * SVG divider image

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:...

bug
help wanted

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`.

enhancement
help wanted

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...

enhancement
help wanted