Releases: foundryvtt-dcc/dcc
Releases · foundryvtt-dcc/dcc
Third preview release for sheet improvements
- d20 icon routePrefix support
- Add infravision to Elf sheet
- Book Antiqua for journal text
- Tweak Languages and Birth Augur font size
- Include both ends of crit range in dropdown
- Rework Lay on Hands table
Second preview release for sheet improvements
- d20 icon routePrefix support
- Add infravision to Elf sheet
- Book Antiqua for journal text
- Tweak Languages and Birth Augur font size
- Include both ends of crit range in dropdown
- Rework Lay on Hands table
Preview release for sheet improvements
- Handle natural 1s and 20s on spell rolls
- Support current Roll Mode on custom chat cards
- Remove weight column from the equipment tab
- Improve character sheet class tabs and some other areas
- Interim work on item sheets
- Add Spell Check field to NPC sheet config
- Multiline Corruptions field on wizard and elf sheets
Hot fix for out of range spells
- Resolve an issue where a spell level that is out of the range 1-5 prevents all items on the sheet from rendering.
Bugfixes Galore
- Spells use action dice correctly (on Foundry v0.7.x)
- Mercurial effects can be rolled from the Spell item sheet - uses a table of effects if present
- Hooks for integration with compendiums to allow use of table driven features with zero configuration
- Changes to Disapproval compendium setting show up on reloading the sheet as opposed to refreshing the browser
- Fixes for item sheets, especially the description field on custom skills, spurious scrollbars that would display in Firefox, and the description and mercurial magic fields on the spell sheet
- Fix Halfling class feature descriptions
- Fix tab order of the saves on upper level sheets
- Opt-in and add a dependency on the bug-reporter module to streamline submission of bugs
- Use Duvall font for headings in journal entries for a DCC vibe
Preview Release 4
Add support for bug-reporter module
Reorder saves on upper level sheets
Rework Halfling class feature descriptions
Remove actor name from damage and healing cards
Rework item sheets to fix skill sheet description box, improve spell sheet description/mercurial magic boxes, and fix minor layout issues
Fix warnings for players when chat messages are created, and treasure value rolls.
      Pre-release
    
        Fix some issues only present on the preview branch.
Preview of actor and item icon improvements
Apply DCC themed (but still placeholder) icons for new and imported actors and items where possible.
- 
Foundry can currently stomp our icon on new actors, because the sheet is opened before the postCreateXX hook. This should be fixable with the new entity creation hooks coming in with 0.8.x. 
- 
This works nicely for imported actors and items created on the character sheet. 
Preview of mercurial roller, settings tweaks, and action die fixes
- Mercurial effects are rollable from the spell sheet (filling in value, or summary and description if a table is configured)
- Settings have been reworked to fix some issues (Disapproval compendium now applies without a page reload)
- Spells inherit action dice by default and respond to the Action Dice dropdown, or can be configured to use a fixed die (for special cases, mercurial effects, etc)
- Module integration hooks