Skip to content

Commit

Permalink
Version 0.7.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
StasTserk committed Dec 4, 2020
1 parent ed56db5 commit 5d948a0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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"
}

0 comments on commit 5d948a0

Please sign in to comment.