-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
28 lines (28 loc) · 836 Bytes
/
system.json
File metadata and controls
28 lines (28 loc) · 836 Bytes
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
{
"name": "wizardworld",
"title": "Wizardworld - Ars Magica PbtA",
"description": "The WizardWorld System for FoundryVTT!",
"version": "1.3.3",
"minimumCoreVersion": "0.8.3",
"compatibleCoreVersion": "0.8.6",
"author": "Aybkamen",
"esmodules": ["module/wizardworld.mjs"],
"styles": ["css/wizardworld.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/aybkamen/wizardworld",
"manifest": "https://raw.githubusercontent.com/aybkamen/wizardworld/main/system.json",
"download": "https://github.com/aybkamen/wizardworld/archive/refs/heads/main.zip",
"license": "LICENSE.txt"
}