-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule.json
90 lines (90 loc) · 2.63 KB
/
module.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"id": "link-item-resource-5e",
"title": "Link Item and Resource DnD5e",
"description": "Links an Actor Resource to an Item's Charges",
"version": "2.1.4",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"ko-fi": "elffriend",
"patreon": "ElfFriend_DnD"
}
],
"scripts": [
"./scripts/module.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json",
"flags": {}
}
],
"compatibility": {
"minimum": 10,
"verified": 11
},
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.3.0",
"maximum": "3.9.0"
}
},{
"id": "sw5e",
"type": "system",
"compatibility": {
"minimum": "2.0.0"
}
}],
"requires": [{
"id": "lib-wrapper",
"compatibility": {
"minimum": "1.12.7.1"
}
}]
},
"url": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e",
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e/releases",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e/releases/latest/download/module.json",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e/releases/latest/download/module.zip",
"license": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e/raw/main/LICENSE",
"readme": "https://github.com/ElfFriend-DnD/foundryvtt-link-item-resource-5e/raw/main/README.md",
"flags": {
"allowBugReporter": true
},
"media": [
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/7644614/139600189-de391827-7e88-4748-9e3f-9bd6c2538cce.jpg"
},
{
"type": "screenshot",
"url": "https://user-images.githubusercontent.com/7644614/141604278-0399c865-16ae-442e-a6fb-a68456d66a38.jpg"
},
{
"type": "screenshot",
"url": "https://user-images.githubusercontent.com/7644614/141603970-57f0733f-8e21-4c60-bc1a-6b1036498c58.jpg"
},
{
"type": "screenshot",
"url": "https://user-images.githubusercontent.com/7644614/141603971-b917ca40-27b8-48ac-b88c-9a23e02f5cbc.jpg"
},
{
"type": "video",
"url": "https://user-images.githubusercontent.com/7644614/139600186-1f0eaa5e-bc43-4867-9e8b-3fdbef217382.mp4",
"caption": "Demonstration of configuration."
}
]
}