-
Notifications
You must be signed in to change notification settings - Fork 86
/
module.json
50 lines (50 loc) · 1.18 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
{
"title": "Loot Sheet NPC 5e (Simple Version)",
"description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.",
"version": "12.400.7",
"esmodules": [
"/lootsheet-simple.js"
],
"styles": [
"/css/lootsheet-simple.css"
],
"languages": [{
"lang": "en",
"name": "English",
"path": "/lang/en.json"
},
{
"lang": "ru",
"name": "Russian",
"path": "/lang/ru.json"
}],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0",
"verified": "4.0.0",
"maximum": "4.9.9"
}
}
]
},
"socket": true,
"url": "https://github.com/jopeek/fvtt-loot-sheet-npc-5e",
"manifest": "https://raw.githubusercontent.com/jopeek/fvtt-loot-sheet-npc-5e/lootsheet-simple/module.json",
"download": "https://github.com/jopeek/fvtt-loot-sheet-npc-5e/archive/lootsheet-simple.zip",
"id": "lootsheet-simple",
"authors": [
{
"name": "Jan Ole Peek (ChalkOne)",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "12.331",
"maximum": "12"
}
}