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

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": [ {...

enhancement
help wanted
breaking-change

Automatically calculate skills/saves/weapon bonuses if new `proficiency` stat is present.

enhancement
help wanted

Effective AC CR is being calculated incorrectly. Given a monster with 9 HP and AC 16 we get: | | Value | Effective CR | |----|-------|--------------| | HP | 9...

bug
help wanted

Hello, thank you again for all of your hard work on this project. I have a suggestion: In textual data representations, empty arrays are often used to represent empty to-many...

enhancement
help wanted

enhancement
help wanted

Add documentation to custom elements using Storybook: https://storybook.js.org/

enhancement
help wanted

Automatically calculate attack and damage bonuses from ability score modifiers. For example, if a Strength +3 monster has an attack defined without attack bonus or damage as follows: ```json {...

enhancement
help wanted

Automatically apply ability score bonuses to armor. For example, let's say we have the following: ```html

enhancement
help wanted

Convert project to use [open-wc](https://open-wc.org/) testing and linting frameworks.

enhancement
help wanted

We can automatically calculate hit die based on size and Constitution. For this we will need a new attribute, something like `numberOfHitDie` and we can calculate the rest by determing...

enhancement
help wanted