Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crnormand committed Jun 29, 2023
1 parent 633721e commit 0f46071
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 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.16.0 (compatible with FoundryVTT v11.x)
# Current Release Version 0.16.1 (compatible with FoundryVTT v11.x)

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

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

Release 0.16.1
Release 0.16.1 06/29/2023

- Fix for the maneuver and posture active effects.

Release 0.16.0 07/20/2023
Release 0.16.0 06/20/2023

- Update system.json Foundry v11
- Move MOD bucket +50 to the right to fit hotbar
Expand Down
168 changes: 84 additions & 84 deletions system.json
Original file line number Diff line number Diff line change
@@ -1,86 +1,86 @@
{
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.16.0",
"authors": [
{
"name": "Chris Normand",
"email": "[email protected]",
"discord": "Nose66#6689",
"flags": {}
},
{
"name": "M. Jeff Wilson",
"discord": "Nick Coffin, PI#8616",
"flags": {}
},
{
"name": "Mikolaj Tomczynski",
"email": "[email protected]",
"discord": "neck#0001",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"esmodules": [
"module/gurps.js",
"lib/xregexp-all.js"
],
"scripts": [
"scripts/jquery.tinycolorpicker.js"
],
"styles": [
"styles/simple.css",
"styles/css_boilerplate.css",
"styles/simplified.css",
"styles/npc-input.css",
"styles/apps.css",
"styles/color-character-sheet.css",
"styles/tinycolorpicker.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt_br.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "ru",
"name": "русский (Russian)",
"path": "lang/ru.json",
"flags": {}
},
{
"lang": "Fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"gridDistance": 1,
"gridUnits": "yd",
"primaryTokenAttribute": "HP",
"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.16.0.zip",
"socket": true,
"license": "LICENSE.txt"
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.16.1",
"authors": [
{
"name": "Chris Normand",
"email": "[email protected]",
"discord": "Nose66#6689",
"flags": {}
},
{
"name": "M. Jeff Wilson",
"discord": "Nick Coffin, PI#8616",
"flags": {}
},
{
"name": "Mikolaj Tomczynski",
"email": "[email protected]",
"discord": "neck#0001",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"esmodules": [
"module/gurps.js",
"lib/xregexp-all.js"
],
"scripts": [
"scripts/jquery.tinycolorpicker.js"
],
"styles": [
"styles/simple.css",
"styles/css_boilerplate.css",
"styles/simplified.css",
"styles/npc-input.css",
"styles/apps.css",
"styles/color-character-sheet.css",
"styles/tinycolorpicker.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt_br.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "ru",
"name": "русский (Russian)",
"path": "lang/ru.json",
"flags": {}
},
{
"lang": "Fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"gridDistance": 1,
"gridUnits": "yd",
"primaryTokenAttribute": "HP",
"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.16.1.zip",
"socket": true,
"license": "LICENSE.txt"
}

0 comments on commit 0f46071

Please sign in to comment.