forked from Savantford/foundry-weirdwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
67 lines (67 loc) · 1.45 KB
/
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
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
{
"id": "weirdwizard",
"title": "Shadow of the Weird Wizard",
"description": "System built for the upcoming Shadow of the Weird Wizard fantasy game by Schwalb Entertainment.",
"version": "#{VERSION}#",
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"compatibility": {
"minimum": "10",
"verified": "11",
"maximum": ""
},
"authors": [
{
"name": "Fatlus (Savantford)",
"discord": "@violencia",
"url": "https://github.com/Savantford",
"flags": {}
}
],
"esmodules": ["module/weirdwizard.mjs"],
"styles": ["styles/weirdwizard.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt",
"name": "Português (Brasil)",
"path": "lang/pt.json",
"flags": {}
}
],
"packs": [
{
"name": "weapons",
"label": "Weapons",
"system": "weirdwizard",
"path": "packs/weapons.db",
"type": "Item"
},
{
"name": "armor",
"label": "Armor and Shields",
"system": "weirdwizard",
"path": "packs/armor.db",
"type": "Item"
}
],
"packFolders": [
{
"name": "Core: Equipment",
"sorting": "m",
"packs": ["weapons", "armor"],
"folders": []
}
],
"initiative": "1d20",
"gridDistance": 1,
"gridUnits": "yard",
"primaryTokenAttribute": "stats.damage",
"secondaryTokenAttribute": ""
}