-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
65 lines (65 loc) · 1.62 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
{
"id": "vagabonds",
"title": "Vagabonds of Dyfed",
"description": "The Vagabonds of Dyfed system for FoundryVTT!",
"version": "0.5.1",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"templateVersion": 5,
"author": "Phoenix",
"authors": [
{
"name": "Phoenix",
"discord": "lostphoenix._."
}
],
"esmodules": ["dist/vagabonds.js"],
"styles": ["css/vagabonds.css", "dist/vagabonds.css"],
"scripts": [],
"packs": [
{
"name": "techniques",
"label": "Vagabonds - Techniques",
"path": "packs/vagabonds-techniques.db",
"entity": "Item",
"type": "Item"
},
{
"name": "monsterability",
"label": "Vagabonds - Monster Abilities",
"path": "packs/vagabonds-monster-abilities.db",
"entity": "Item",
"type": "Item" },
{
"name": "lineage",
"label": "Vagabonds - Lineages",
"path": "packs/vagabonds-lineage.db",
"entity": "Item",
"type": "Item" },
{
"name": "spells",
"label": "Vagabonds - Spells",
"path": "packs/vagabonds-spells.db",
"entity": "Item",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "speed",
"url": "https://github.com/jsavko/vagabonds",
"manifest": "https://raw.githubusercontent.com/jsavko/vagabonds/main/system.json",
"download": "https://github.com/jsavko/vagabonds/archive/refs/tags/0.5.1.zip",
"license": "LICENSE.txt"
}