-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
122 lines (122 loc) · 3.39 KB
/
Copy pathmodule.json
File metadata and controls
122 lines (122 loc) · 3.39 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"id": "uesrpg-revision",
"title": "UESRPG Revision",
"description": "A revision all UESRPG NPCs, items, talents, traits, and more! Also included is a detailed References.",
"authors": [{"name": "Gman95"}],
"url": "https://github.com/95Gman/UESRPG-revised",
"readme": "https://github.com/95Gman/UESRPG-revised/blob/main/README.md",
"bugs": "https://github.com/95Gman/UESRPG-revised/issues",
"flags": {},
"compatibility": {
"minimum": "10",
"verified": "11.305"
},
"scripts": [],
"esmodules": [],
"styles": [],
"languages": [],
"packs": [
{
"name": "items-revised",
"label": "Items Revised",
"path": "./packs/items-revised.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "exotic-skills",
"label": "Exotic Skills",
"path": "./packs/exotic-skills.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "traits-revised",
"label": "Traits Revised",
"path": "./packs/traits-revised.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "powers-revised",
"label": "Powers Revised",
"path": "./packs/powers-revised.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "talents-revised",
"label": "Talents Revised",
"path": "./packs/talents-revised.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "spells-revised",
"label": "Spells Revised",
"path": "./packs/spells-revised.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "journal",
"label": "Reference Revised",
"path": "./packs/reference-revised-v1.db",
"type": "JournalEntry",
"system": "uesrpg-d100"
},
{
"name": "npc-build-reference-items-revised",
"label": "NPC Items Revised",
"path": "./packs/npc-build-reference-items-revised.db",
"type": "Item",
"system": "uesrpg-d100"
},
{
"name": "scroll-of-beasts-revised",
"label": "Scroll of Beasts Revised",
"path": "./packs/scroll-of-beasts-revised.db",
"type": "Actor",
"system": "uesrpg-d100"
},
{
"name": "scroll-of-dwemer-revised",
"label": "Scroll of Dwemer Revised",
"path": "./packs/scroll-of-dwemer-revised.db",
"type": "Actor",
"system": "uesrpg-d100"
},
{
"name": "scroll-of-oblivion-revised",
"label": "Scroll of Oblivion revised",
"path": "./packs/scroll-of-oblivion-revised.db",
"type": "Actor",
"system": "uesrpg-d100"
},
{
"name": "scroll-of-people-revised",
"label": "Scroll of People Revised",
"path": "./packs/scroll-of-people-revised.db",
"type": "Actor",
"system": "uesrpg-d100"
},
{
"name": "scroll-of-undeath-revised",
"label": "Scroll of Undeath Revised",
"path": "./packs/scroll-of-undeath-revised.db",
"type": "Actor",
"system": "uesrpg-d100"
}
],
"relationships.requires": [
{
"id": "gm-notes",
"manifest": "https://raw.githubusercontent.com/syl3r86/gm-notes/master/module.json",
"type": "module"
}
],
"socket": false,
"manifest": "https://raw.githubusercontent.com/95Gman/UESRPG-revised/main/module.json",
"download": "https://github.com/95Gman/UESRPG-Revised/releases/download/1.2.2/UESRPG-Revised-1.2.2.zip",
"coreTranslation": false
}