Skip to content

Commit c6fe5e7

Browse files
committedAug 19, 2023
regular update
大量更新.jpg
1 parent 89ad29c commit c6fe5e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+119
-710
lines changed
 

‎LICENSE

-674
This file was deleted.

‎module.json

+27-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "dnd5e_DMTools",
33
"title": "DND5E城主工具包",
4-
"description": "目前集成了物品随机表,部分常用物品材料等。部分功能依赖于Better Roll Tables,但截至本模组更新时BRT尚不支持V11. 未来可期!",
5-
"version": "1.3.5",
4+
"description": "目前集成了物品随机表,部分常用物品材料等。部分功能依赖于Better Roll Tables",
5+
"version": "1.4.0",
66
"authors": [
77
{
88
"name": "Eternal Rider"
99
},
10-
{
10+
{
1111
"name": "苦力Dora"
1212
},
1313
{
@@ -58,6 +58,28 @@
5858
"PLAYER": "OBSERVER",
5959
"ASSISTANT": "OWNER"
6060
}
61+
},
62+
{
63+
"name": "DMTmagicItem",
64+
"label": "DMT魔法物品表",
65+
"path": "packs/DMTmagicItem",
66+
"type": "Item",
67+
"system": "dnd5e",
68+
"ownership": {
69+
"PLAYER": "OBSERVER",
70+
"ASSISTANT": "OWNER"
71+
}
72+
},
73+
{
74+
"name": "DMTHBrules",
75+
"label": "DMT私设",
76+
"path": "packs/DMTHBrules",
77+
"type": "JournalEntry",
78+
"system": "dnd5e",
79+
"ownership": {
80+
"PLAYER": "OBSERVER",
81+
"ASSISTANT": "OWNER"
82+
}
6183
}
6284
],
6385
"relationships": {
@@ -84,7 +106,8 @@
84106
"recommends": [
85107
{
86108
"id": "better-rolltables",
87-
"type": "module"
109+
"type": "module",
110+
"compatibility": {}
88111
}
89112
]
90113
},

0 commit comments

Comments
 (0)
Please sign in to comment.