diff --git a/README.md b/README.md index 8008cce0..da7cc9a5 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,18 @@ If you like this system, please support the developers at [burningwheel.com](htt - Relationships, reputations and affiliations - Spells - Automation for tracking test advancement, artha, and calculating a number of derived attributes -- Character burner +- Character burner: + - Ability to include world and compendium content when configuring the character burner + - Support for dragging and dropping most items directly into the compendium + - Ability to define lifepaths and group them into settings for further drag and drop functionality - Support for GM created compendiums in play and character burning. -- Specialized dialog for Duel of Wits. -- Specialized dialog for Fight! -- Specialized dialog for Range and Cover. +- Specialized dialogs for extended tests: + - Specialized dialog for Duel of Wits. + - Specialized dialog for Fight! + - Specialized dialog for Range and Cover. + - Extended test mode where advancement is deferred until later. - Alternate roll modes -- Hold Alt, Ctrl/Cmd, or Shift when pressing one of the roll buttons to use an alternate rolling mode. - Global GM set difficulty (possible to disable in system settings) -- Lifepath item type for character burning, settings for grouping lifepaths. ## Near future plans - Sheet layout support and other customization options (perhaps a tabbed version?) diff --git a/package-lock.json b/package-lock.json index 1a7d350a..dad51740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "0.6.3", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 705c017e..ad64e958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "0.6.3", + "version": "0.7.0", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index 7d55e5ee..02f3d562 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "burningwheel", "title": "The Burning Wheel", "description": "Community Foundry implementation of The Burning Wheel", - "version": "0.6.3", + "version": "0.7.0", "templateVersion": 18, "author": "Stas Tserkovny", "esmodules": [ @@ -17,12 +17,12 @@ ], "packs": [], "minimumCoreVersion": "0.7.5", - "compatibleCoreVersion": "0.7.7", + "compatibleCoreVersion": "0.7.8", "socket": true, "initiative": "1d20", "gridDistance": 10, "gridUnits": "ft", "url": "https://github.com/StasTserk/foundry-burningwheel", "manifest": "https://raw.githubusercontent.com/StasTserk/foundry-burningwheel/master/system.json", - "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.6.3/release0.6.3.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.7.0/release0.7.0.zip" } \ No newline at end of file