-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
121 lines (121 loc) · 2.79 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
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
{
"id": "dnd5e_DMTools",
"title": "DND5E城主工具包",
"description": "目前集成了物品随机表,部分常用物品材料等。部分功能依赖于Better Roll Tables。",
"version": "1.4.0",
"authors": [
{
"name": "Eternal Rider"
},
{
"name": "苦力Dora"
},
{
"name": "classpack社区"
}
],
"packs": [
{
"name": "homebrewrolltable",
"label": "DMT随机表",
"path": "packs/homebrewrolltable",
"type": "RollTable",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "homebrewmaterial",
"label": "DMT材料表",
"path": "packs/homebrewmaterial",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "homebrewjournal",
"label": "DMT名字表",
"path": "packs/homebrewjournal",
"type": "JournalEntry",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "lootfill",
"label": "DMT道具表",
"path": "packs/lootfill",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "DMTmagicItem",
"label": "DMT魔法物品表",
"path": "packs/DMTmagicItem",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "DMTHBrules",
"label": "DMT私设",
"path": "packs/DMTHBrules",
"type": "JournalEntry",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"verified": "2.2.2"
}
}
],
"requires": [
{
"id": "dnd5e_classpack",
"type": "module",
"manifest": "https://raw.githubusercontent.com/HJSmile/classpack/master/dnd5e_classpack/module.json",
"compatibility": {
"verified": "2.2.0"
}
}
],
"recommends": [
{
"id": "better-rolltables",
"type": "module",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "11"
},
"url": "https://github.com/feederze/DMTools",
"manifest": "https://raw.githubusercontent.com/feederze/DMTools/main/module.json",
"download": "https://raw.githubusercontent.com/feederze/DMTools/main/dnd5e_DMTools.zip"
}