-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
34 lines (34 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
{
"name": "roll-new-character-stats-sw5e",
"title": "Roll New Character Stats (RNCS) SW5E",
"description": "Small mod for rolling new table-top-rpg character stats to get your game rolling!",
"author": "Richard Fox",
"version": "3.1.4",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion" : "9",
"changelog": "",
"styles":["styles/rncs-styles.css"],
"systems": [
"dnd5e",
"pf1",
"ose",
"archmage",
"dcc",
"sw5e"
],
"esmodules": [
"scripts/main.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/unrealkakeman89/roll-new-character-stats-sw5e/releases/latest/download/module.json",
"download": "https://github.com/unrealkakeman89/roll-new-character-stats-sw5e/releases/latest/download/roll-new-characters-stats-sw5e.zip",
"url": "https://github.com/unrealkakeman89/roll-new-character-stats-sw5e",
"readme": "https://github.com/unrealkakeman89/roll-new-character-stats-sw5e/blob/main/README.md",
"bugs": "https://github.com/unrealkakeman89/roll-new-character-stats-sw5e/issues"
}