-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
52 lines (52 loc) · 1.6 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
{
"id": "hm3-fffv1",
"title": "Harn Friends, Foes, and Followers V1",
"description": "<p>A collection of 144 characters taken from “Friends, Foes, and Followers, Vol. 1” on Lythia.com (https://www.lythia.com/game_aides/friends-foes-followers-volume-1/), by Kerry Mould, with illustrations by Richard Luscheck and Juha Makkonen, and is “fanon”, a derivative work of copyrighted material by Columbia Games Inc. and N. Robin Crossby.</p>",
"version": "1.6.1",
"bugs": "https://github.com/toastygm/hm3-fffv1/issues",
"license": "LICENSE",
"readme": "README.md",
"authors": [
{
"name": "Toasty",
"discord": "toasty#8538",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "12.331"
},
"relationships": {
"systems": [
{
"id": "hm3",
"type": "system",
"manifest": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/releases/latest/download/system.json",
"compatibility": {
"minimum": "1.4.0"
}
}
]
},
"packs": [
{
"name": "actors",
"label": "Friends, Foes, and Followers V1",
"path": "/packs/friends-foes-and-followers-v1",
"type": "Actor",
"system": "hm3",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"url": "https://github.com/toastygm/hm3-fffv1/",
"manifest": "https://github.com/toastygm/hm3-fffv1/releases/latest/download/module.json",
"download": "https://github.com/toastygm/hm3-fffv1/releases/download/v1.6.1/module.zip",
"flags": {
"allowBugReporter": true
}
}