forked from keithhannen/FVTT_ADnD2E
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
29 lines (29 loc) · 803 Bytes
/
system.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
{
"id": "adnd2e",
"name": "adnd2e",
"title": "Advanced Dungeons & Dragons 2nd Edition",
"description": "AD&D 2E system for FoundryVTT!",
"version": "0.1.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "12.0.0",
"templateVersion": 2,
"author": "John Doe",
"esmodules": ["module/ADnD_2E.js"],
"styles": ["css/ADnD_2E.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/dpalczewski/FVTT_ADnD2EUpdate",
"manifest": "https://raw.githubusercontent.com/dpalczewski/FVTT_ADnD2EUpdate/main/system.json",
"license": "LICENSE.txt"
}