-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
module.json
43 lines (43 loc) · 1.3 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
{
"name": "betternpcsheet5e",
"title": "Better NPC Sheet 5e",
"description": "This module will replace the default 5e NPC sheet with an improved version. No change to the underlying data is made.",
"version": "0.10.1",
"author": "Felix#6196",
"systems": ["dnd5e"],
"esmodules": ["/betternpcsheet.js"],
"styles": ["/css/betternpcsheet.css", "css/rpg-awesome.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
}
],
"url": "https://github.com/Dinopaterno22/BetterNPCSheet5e",
"manifest": "https://raw.githubusercontent.com/syl3r86/BetterNPCSheet5e/master/module.json",
"download": "https://github.com/syl3r86/BetterNPCSheet5e/archive/master.zip",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.6"
}