Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkscho63 committed Jul 5, 2024
1 parent 244ba49 commit 1e923e3
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 61 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"prettier": "^2.8.8",
"yargs": "^16.2.0"
},
"version": "1.1.11"
"version": "1.2.1"
}
Binary file modified package/sta-v1.2.1.zip
Binary file not shown.
115 changes: 55 additions & 60 deletions src/system.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,61 @@
{
"id": "sta",
"title": "Star Trek Adventures Roleplaying Game",
"description": "An unofficial rendition of the Modiphius tabletop role playing game system.",
"version": "1.2.1",
"compatibility": {
"verified": "12",
"minimum": "9"
},
"authors": [
{
"id": "sta",
"title": "Star Trek Adventures Roleplaying Game",
"description": "An unofficial rendition of the Modiphius tabletop role playing game system.",
"version": "1.2.1",
"compatibility": {
"verified": "12",
"minimum": "9"
},
"authors": [
{
"name": "mkscho63",
"discord": "FullMetalSeraph#7284",
"flags": {}
}
],
"esmodules": [
"module/sta.js"
],
"socket": true,
"styles": [
"sta.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "pt",
"name": "Portugese",
"path": "lang/pt.json",
"flags": {}
}
],
"grid":
{
"distance": 5,
"units": "m"
},
"primaryTokenAttribute": "stress",
"secondaryTokenAttribute": "determination",
"url": "https://github.com/mkscho63/sta",
}
],
"esmodules": ["module/sta.js"],
"socket": true,
"styles": ["sta.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "pt",
"name": "Portugese",
"path": "lang/pt.json",
"flags": {}
}
],
"grid": {
"distance": 5,
"units": "m"
},
"primaryTokenAttribute": "stress",
"secondaryTokenAttribute": "determination",
"url": "https://github.com/mkscho63/sta",
"manifest": "https://raw.githubusercontent.com/mkscho63/sta/master/src/system.json",
"download": "https://raw.githubusercontent.com/mkscho63/sta/v1.2.1/package/sta-v1.2.1.zip"
}
}

0 comments on commit 1e923e3

Please sign in to comment.