Skip to content

Commit

Permalink
0.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeffw committed Oct 28, 2024
1 parent c0d908d commit 2508e01
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you can't access the Google doc, here is a [PDF](https://github.com/crnormand/gurps/raw/main/docs/Guide%20for%20GURPS%204e%20on%20Foundry%20VTT.pdf) of the latest version.

# Current Release Version 0.17.13 (compatible with FoundryVTT v12.x)
# Current Release Version 0.17.14 (compatible with FoundryVTT v12.x)

With support for the [Nordlondr Ovinabokin: Bestiary and Enemies module](https://foundryvtt.com/packages/nordlond-bestiary)!

Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### [Users Guide](https://bit.ly/2JaSlQd) for GURPS 4e Game Aid for Foundry VTT

Release 0.17.14
Release 0.17.14 10/28/2024

This is a minor release in preparation for the release of the Warlock Knight VTT module by Gaming Ballistic.

- Bugfix: Size modifier is not being imported.
- Bugfix: `system.equippedparry` and `system.equippedblock` now return the *best* value, not the first.
Expand Down
15 changes: 10 additions & 5 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.17.13",
"version": "0.17.14",
"authors": [
{
"name": "Chris Normand",
Expand All @@ -26,8 +26,13 @@
"minimum": "12",
"verified": "12.331"
},
"esmodules": ["module/gurps.js", "lib/xregexp-all.js"],
"scripts": ["scripts/jquery.tinycolorpicker.js"],
"esmodules": [
"module/gurps.js",
"lib/xregexp-all.js"
],
"scripts": [
"scripts/jquery.tinycolorpicker.js"
],
"styles": [
"styles/simple.css",
"styles/css_boilerplate.css",
Expand Down Expand Up @@ -77,7 +82,7 @@
"secondaryTokenAttribute": "FP",
"url": "https://github.com/crnormand/gurps",
"manifest": "https://raw.githubusercontent.com/crnormand/gurps/release/system.json",
"download": "https://github.com/crnormand/gurps/archive/0.17.13.zip",
"download": "https://github.com/crnormand/gurps/archive/0.17.14.zip",
"socket": true,
"license": "LICENSE.txt"
}
}

0 comments on commit 2508e01

Please sign in to comment.