-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
52 lines (52 loc) · 1.34 KB
/
module.json
File metadata and controls
52 lines (52 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
52
{
"id": "lasers",
"title": "Lasers and Lightbeams",
"description": "Adds lightbeams that can be reflected off mirrors, or colored by glass",
"version": "10.0.1",
"compatibility": {
"minimum": "10",
"verified": "10"},
"author": "o_Ove",
"authors": [{
"name": "o_Ove",
"discord": "Ove#4315",
"patreon": "https://www.patreon.com/drO_o"
}],
"dependencies":[{
"id": "lib-wrapper",
"type": "module"
}],
"relationships": {
"requires": [{"id":"lib-wrapper", "type":"module"}]
},
"socket": false,
"esmodules": ["./scripts/laser.mjs"],
"url": "https://github.com/oOve/lasers",
"download": "https://github.com/oOve/lasers/archive/10.0.1.zip",
"manifest": "https://github.com/oOve/lasers/releases/latest/download/module.json",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},{
"lang": "de-DE",
"name": "deutsch",
"path": "lang/de-DE.json"
}
],
"license": "LICENSE",
"readme": "README.md",
"styles":[],
"packs": [
{
"name": "lasers",
"label": "Laser Props",
"path": "./packs/lasers.db",
"type": "Actor",
"system": "dnd5e"
}
],
"library": false,
"minimumCoreVersion": 10
}