-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
81 lines (81 loc) · 2.29 KB
/
Copy pathmodule.json
File metadata and controls
81 lines (81 loc) · 2.29 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"id": "tunas-tome",
"title": "Tuna's Tome of Terrors",
"description": "A major expansion to the UESRPG d100 system by TutorialTuna.",
"authors": [{"name": "Gman95"}],
"authors": [],
"url": "https://github.com/95Gman/Tuna-Tome",
"readme": "https://github.com/95Gman/Tuna-Tome/blob/main/README.md",
"bugs": "https://github.com/95Gman/Tuna-Tome/issues",
"flags": {},
"compatibility": {
"minimum": "10",
"verified": "11.305"
},
"scripts": [],
"esmodules": [],
"styles": [],
"languages": [],
"packs": [
{
"name": "tunas-tome-of-terrors-bestiary",
"label": "TTT Bestiary",
"path": "./packs/tunas-tome-of-terrors-bestiary.db",
"type": "Actor",
"system": "uesrpg-d100"
},
{
"name": "tunas-tome-of-terrors-foes-and-friends",
"label": "TTT Foes & Friends",
"path": "./packs/tunas-tome-of-terrors-foes-and-friends.db",
"type": "Actor",
"system": "uesrpg-d100"
},
{
"name": "tunas-tome-of-terrors-items",
"label": "TTT Items",
"path": "./packs/tunas-tome-of-terrors-items.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "tunas-tome-of-terrors-powers",
"label": "TTT Powers",
"path": "./packs/tunas-tome-of-terrors-powers.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "tunas-tome-of-terrors-spellcraft",
"label": "TTT Spellcraft",
"path": "./packs/tunas-tome-of-terrors-spellcraft.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "tunas-tome-of-terrors-talents",
"label": "TTT Talents",
"path": "./packs/tunas-tome-of-terrors-talents.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "tunas-tome-of-terrors-traits",
"label": "TTT Traits",
"path": "./packs/tunas-tome-of-terrors-traits.db",
"type": "Item",
"system": "uesrpg-d100"
}
],
"relationships.requires": [
{
"id": "uesrpg-revision",
"manifest": "https://raw.githubusercontent.com/95Gman/UESRPG-revised/main/module.json",
"type": "module"
}
],
"socket": false,
"manifest": "https://raw.githubusercontent.com/95Gman/Tuna-Tome/main/module.json",
"download": "https://github.com/95Gman/Tuna-Tome/releases/download/1.0.7/Tuna-Tome-1.0.7.zip",
"coreTranslation": false
}