forked from kaelad02/Active-Token-Lighting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (30 loc) · 761 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (30 loc) · 761 Bytes
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
{
"name": "ATL",
"title": "Active Token Effects",
"description": "Active Token Effects",
"author": "Kandashi",
"version": "0.2.14",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"esmodules": [
"src/activeLighting.js",
"src/updateManager.js"
],
"packs": [
{
"name": "Token Effects Premade",
"label": "Token Effects premade",
"path": "packs/premade",
"system" : "dnd5e",
"entity": "Item",
"module": "ATL"
}
],
"styles": [
"/styles/ATL.css"
],
"url": "https://github.com/kandashi/Active-Token-Lighting",
"manifest": "https://raw.githubusercontent.com/poser/Active-Token-Lighting/main/module.json",
"download": "https://github.com/poser/Active-Token-Lighting/archive/main.zip",
"allowBugReporter": false
}