-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
system.json
53 lines (53 loc) · 1.54 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
{
"id": "foundryvtt-quest",
"title": "Quest",
"description": "A system for playing the Quest RPG in Foundry VTT.",
"version": "0.2.2",
"compatibility": {
"minimum": 10,
"verified": "11"
},
"authors": [
{
"name": "James Savko",
"discord": "Phoenix#0009"
}
],
"esmodules": ["dist/quest.js"],
"socket": false,
"styles": ["styles/quest.css", "dist/quest.css"],
"packs": [
{
"name": "role-abilities",
"label": "Quest System - Role Abilities [Do Not Edit]",
"path": "packs/role-abilities.db",
"entity": "Item",
"type": "Item",
"system": "foundryvtt-quest"
},
{
"name": "npc-abilities",
"label": "Quest System - NPC Abilities [Do Not Edit]",
"path": "packs/npc-abilities.db",
"entity": "Item",
"type": "Item",
"system": "foundryvtt-quest"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"templateVersion": 7,
"url": "https://github.com/jsavko/foundryvtt-quest",
"manifest": "https://raw.githubusercontent.com/jsavko/foundryvtt-quest/main/system.json",
"download": "https://github.com/jsavko/foundryvtt-quest/archive/refs/heads/main.zip",
"license": "LICENSE.txt"
}