Version 0.7.4
This commit is contained in:
parent
db4eefac2e
commit
2e332d1c9c
2 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,4 @@
|
|||
v0.7.3
|
||||
v0.7.4
|
||||
|
||||
- Display encumbrance level (light/normal/heavy)
|
||||
- Added Support for (cu) Mule ability in encumbrance display
|
||||
- Fixed bug with turf count
|
||||
- Fixes bug with 0d rolling
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "blades-in-the-dark",
|
||||
"title": "Blades in the Dark",
|
||||
"description": "Blades in the dark game system.",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"minimumCoreVersion": "0.5.3",
|
||||
"compatibleCoreVersion": "0.7.0",
|
||||
"templateVersion": 1,
|
||||
|
@ -17,8 +17,8 @@
|
|||
}
|
||||
],
|
||||
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
|
||||
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/0.7.3/system.json",
|
||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/0.7.3.zip",
|
||||
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/0.7.4/system.json",
|
||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/0.7.4.zip",
|
||||
"packs": [
|
||||
{
|
||||
"name": "class",
|
||||
|
|
Reference in a new issue