Initial commit
This commit is contained in:
commit
03761d2e2f
17 changed files with 5662 additions and 0 deletions
72
module.json
Normal file
72
module.json
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"id": "token-action-hud-gurps",
|
||||
"title": "Token Action HUD for GURPS",
|
||||
"description": "Token Action HUD is a repositionable HUD of actions for a selected token",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Neill Cox",
|
||||
"url": "https://github.com/neillc"
|
||||
}
|
||||
],
|
||||
"url": "This is auto replaced",
|
||||
"flags": {},
|
||||
"version": "0.0.37",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "11.351"
|
||||
},
|
||||
"esmodules": [
|
||||
"./scripts/init.js"
|
||||
],
|
||||
"scripts": [
|
||||
],
|
||||
"styles": [
|
||||
"./styles/tah-template-style.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "languages/en.json"
|
||||
}
|
||||
],
|
||||
"packs": [],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "gurps",
|
||||
"type": "system",
|
||||
"compatibility": [
|
||||
{
|
||||
"minimum": "0.16.10",
|
||||
"verified": "01.16.10"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"requires": [
|
||||
{
|
||||
"id": "token-action-hud-core",
|
||||
"type": "module",
|
||||
"compatibility": [
|
||||
{
|
||||
"minimum": "1.5.0",
|
||||
"maximum": "1.5",
|
||||
"verified": "1.5.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"optional": [],
|
||||
"flags": {
|
||||
"optional": []
|
||||
}
|
||||
},
|
||||
"socket": false,
|
||||
"readme": "http://172.23.0.17:8000/module.json",
|
||||
"manifest": "http://172.23.0.17:8000/module.json",
|
||||
"download": "http://172.23.0.17:8000/fvtt-token-action-hud-gurps.zip",
|
||||
"protected": false,
|
||||
"coreTranslation": false,
|
||||
"library": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue