forked from manuelVo/foundryvtt-award-xp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
67 lines (67 loc) · 1.69 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "award-xp",
"title": "Award XP",
"description": "Award Experience to the group, which will be devided between the players and automatically added their character sheets.",
"version": "1.4.1",
"minimumCoreVersion" : "9.238",
"compatibleCoreVersion" : "9",
"authors": [
{
"name": "Manuel Vögele",
"email": "[email protected]",
"discord": "Stäbchenfisch#5107"
}
],
"esmodules": [
"src/main.js"
],
"templates": [
"templates/award_experience_dialog.html",
"templates/awarded_experience_message.html",
"templates/character_picker_dialog.html",
"templates/edit_character_filter_dialog.html",
"templates/edit_character_filter_dialog_table_row.html",
"templates/levelup_message.html"
],
"styles": [
"src/style.css"
],
"systems": [
"age-of-sigmar-soulbound",
"dnd5e",
"pf1",
"pf2e",
"sfrpg",
"splittermond",
"sw5e"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{
"lang": "pt-BR",
"name": "Português do Brasil",
"path": "lang/pt-BR.json"
}
],
"url": "https://github.com/manuelVo/foundryvtt-award-xp",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-award-xp/master/module.json",
"download": "https://github.com/manuelVo/foundryvtt-award-xp/archive/v1.4.1.zip",
"readme": "https://github.com/manuelVo/foundryvtt-award-xp/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-award-xp/blob/master/CHANGELOG.md",
"bugs": "https://github.com/manuelVo/foundryvtt-award-xp/issues",
"allowBugReporter": true
}