This repository was archived by the owner on Aug 10, 2025. It is now read-only.
generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
51 lines (51 loc) · 1.34 KB
/
module.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"id": "scriptable-items",
"title": "Scriptable Items for dnd5e",
"description": "Allows you to attach one or more JS scripts to an item, which are triggered by user selectable triggers.",
"version": "AUTOMATIC",
"library": "false",
"compatibility": {
"minimum": 12,
"verified": 12
},
"authors": [
{
"name": "FurtherV",
"url": "https://github.com/FurtherV",
"discord": "furtherv"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.2.0",
"maximum": "3.3.9"
}
}
]
},
"esmodules": ["scripts/scriptable-items.mjs"],
"styles": ["styles/scriptable-items.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["templates", "lang", "styles/scriptable-items.css"]
}
},
"url": "https://github.com/FurtherV/scriptable-items",
"manifest": "https://github.com/FurtherV/scriptable-items/releases/latest/download/module.json",
"download": "AUTOMATIC",
"license": "https://raw.githubusercontent.com/FurtherV/scriptable-items/master/LICENSE",
"changelog": "AUTOMATIC",
"bugs": "https://github.com/FurtherV/scriptable-items/issues"
}