-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
61 lines (60 loc) · 1.58 KB
/
module.json
File metadata and controls
61 lines (60 loc) · 1.58 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
53
54
55
56
57
58
59
60
61
{
"name": "pushable",
"id": "pushable",
"title": "Pushable tokens",
"description": "Adds tokens that can be pushed around, respecting walls, and that will stop movement if you cannot push anything further.",
"version": "10.0.2",
"compatibility": {
"minimum": "10",
"verified": "10"},
"author": "o_Ove",
"authors": [{
"name": "o_Ove",
"discord": "Ove#4315",
"patreon": "https://www.patreon.com/drO_o"
}],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-BR.json"
},{
"lang": "de",
"name": "deutsch",
"path": "lang/de.json"
},{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"relationships": {
"requires": [
{"id":"socketlib", "type": "module"}
]
},
"socket": true,
"esmodules": ["./scripts/pushable.mjs"],
"url": "https://github.com/oOve/pushable",
"download": "https://github.com/oOve/pushable/archive/10.0.2.zip",
"manifest": "https://github.com/oOve/pushable/releases/latest/download/module.json",
"license": "LICENSE",
"readme": "README.md",
"styles":[],
"packs": [
{
"entity": "Actor",
"name": "pushable",
"label": "Pushable Tokens",
"path": "./packs/pushable.db",
"type": "Actor",
"system": "dnd5e"
}
],
"library": false,
"minimumCoreVersion": 10
}