Skip to content

Commit

Permalink
Burning Wheel 0.1.0 Release
Browse files Browse the repository at this point in the history
Features:
- Adds roll templates
- Adds PTGS section
- Adds Training section
- Adds Practice section
- Adds relationship section
- Adds equipment section
- Adds weapon and armor section
- Numerous style changes
  • Loading branch information
StasTserk committed Jul 4, 2020
1 parent 86dc67d commit 473125d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.0.1",
"version": "0.1.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,8 +2,8 @@
"name": "burningwheel",
"title": "Burning Wheel",
"description": "Foundry implementation of The Burning Wheel",
"version": "0.0.3",
"templateVersion": 4,
"version": "0.1.0",
"templateVersion": 5,
"author": "Stas Tserkovny",
"esmodules": [
"module/burningwheel.js"
Expand All @@ -21,5 +21,5 @@
"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.0.3/release0.0.3.zip"
"download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.1.0/release0.1.0.zip"
}

0 comments on commit 473125d

Please sign in to comment.