-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
37 lines (37 loc) · 930 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
{
"name": "npc-generator-t2k",
"title": "NPC Generator T2k",
"description": "NPC Generator for Twilight: 2000 and Foundry VTT.",
"version": "1.0.8",
"author": "Daniel Roos",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"packs": [
{
"name": "npc-generator-macro",
"label": "NPC Generator Macro",
"path": "./packs/items.db",
"entity": "Macro",
"system": "t2k4e",
"type": "Macro"
}
],
"relationships": {
"systems": [
{
"id": "t2k4e",
"type": "system",
"manifest": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt/releases/download/latest/system.json",
"compatibility": {
"minimum": "2",
"verified": "10"
}
}
]
},
"compatibility": {
"minimum": "10",
"verified": "10.285",
"maximum": "10"
}
}