-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
42 lines (42 loc) · 1.28 KB
/
module.json
File metadata and controls
42 lines (42 loc) · 1.28 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
{
"id": "caterpillar",
"title": "Caterpillar, and other looong mobs",
"description": "Adds a token config to create long and connected monsters, as a series of tokens that follow each other.",
"version": "10.0.1",
"compatibility": {
"minimum": "10",
"verified": "10"},
"author": "Dr. O_o",
"authors": [{
"name": "Dr. O_o",
"discord": "Ove#4315",
"patreon": "https://www.patreon.com/drO_o"
}],
"dependencies":[],
"relationships": {},
"socket": false,
"esmodules": ["./scripts/caterpillar.mjs"],
"url": "https://github.com/oOve/caterpillar",
"download": "https://github.com/oOve/caterpillar/archive/10.0.1.zip",
"manifest": "https://github.com/oOve/caterpillar/releases/latest/download/module.json",
"license": "LICENSE",
"readme": "README.md",
"styles":[],
"packs": [
{
"name": "caterpillar",
"label": "Caterpillars",
"path": "./packs/caterpillar.db",
"system": "5e",
"type": "Actor"
}
],
"media": [
{
"type": "cover",
"url": "https://github.com/oOve/caterpillar/tree/main/media/cover.png",
"caption": "Caterpillar - loong mobs"
}
],
"library": false
}