Josh Olsen
Josh Olsen
The ability to display a spell as an action/bonus/reaction on the sheet rather than as part of the spellcasting feature/action.
During the last refactor, I wasn't aware that the `getData` method is actually allowed to be `async` (it can return a Promise). I would like to modify the core data...
A display similar to spellcasting lists, with items in comma separated lists grouped by type of item, such as: ``` Consumables: Arrows (30), Potion of Healing (2) Armor: Plate Armor...
The way that statblocks in 5e are presented is evolving, the following article outlines many of these changes: https://dnd.wizards.com/articles/sage-advice/creature-evolutions The following is a list of changes to this module that...
The readme is probably inaccurate in some places, missing details in others, etc. Probably needs updates to screenshots too.
Related to https://github.com/zeel01/MonsterBlocks/issues/92, attempt to organize all spells into some feature, and if not possible create a catch-all casting feature that displays the "orphan" spells.
When a creature doesn't have a spellcasting feature, attempt to create one based on the settings of the spells that creature has.
This is related to or the same issue as https://github.com/pinojs/pino/issues/607, but I'm using Parcel rather than WebPack. ``` utils.js:25 Uncaught TypeError: (0 , _pinoDefault.default).destination is not a function ``` Issue...
Normally when running the debugger the `launch.json` file can be used to control various settings including `skipFiles` which allows us to, among other things, ignore files in `node_modules`. However it...