-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
45 lines (45 loc) · 976 Bytes
/
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
{
"id": "valdas-weapons",
"title": "Deyzeria's Valda's Weapons",
"version": "3.0.1",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {}
}
]
},
"authors": [
{
"name": "Deyzeria",
"discord": "deyzeria",
"flags": {}
}
],
"esmodules": [
"/valdas-weapons.mjs"
],
"packs": [
{
"name": "weapons-valda",
"label": "Items (Valda)",
"path": "packs/weapons-valda",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e",
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/Deyzeria/valdas-weapons/master/module.json",
"url": "https://github.com/Deyzeria/valdas-weapons",
"download": "https://github.com/Deyzeria/valdas-weapons/archive/refs/heads/main.zip"
}