Initial commit

This commit is contained in:
Neill Cox 2024-05-03 20:27:39 +10:00
commit c983d9b91b
20 changed files with 5729 additions and 0 deletions

72
module.json Normal file
View file

@ -0,0 +1,72 @@
{
"id": "token-action-hud-template",
"title": "Token Action HUD Template",
"description": "Token Action HUD is a repositionable HUD of actions for a selected token",
"authors": [
{
"name": "Larkinabout",
"url": "https://github.com/Larkinabout"
}
],
"url": "This is auto replaced",
"flags": {},
"version": "This is auto replaced",
"compatibility": {
"minimum": "11",
"verified": "11.313"
},
"esmodules": [
"./scripts/init.js"
],
"scripts": [
],
"styles": [
"./styles/tah-template-style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"packs": [],
"relationships": {
"systems": [
{
"id": "template",
"type": "system",
"compatibility": [
{
"minimum": "1.0.0",
"verified": "1.0.0"
}
]
}
],
"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,
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://github.com/Larkinabout/fvtt-token-action-hud-template#readme",
"protected": false,
"coreTranslation": false,
"library": false
}