-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
79 lines (79 loc) · 2.03 KB
/
system.json
File metadata and controls
79 lines (79 loc) · 2.03 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "dnd5e",
"title": "Dungeons & Dragons 5th Edition",
"description": "A comprehensive game system for running games of Dungeons & Dragons 5th Edition in the Foundry VTT environment.",
"version": 0.88,
"author": "Atropos",
"scripts": [],
"esmodules": ["dnd5e.js"],
"styles": ["dnd5e.css"],
"packs": [
{
"name": "heroes",
"label": "Starter Heroes",
"system": "dnd5e",
"path": "./packs/heroes.db",
"entity": "Actor"
},
{
"name": "monsters",
"label": "Monsters (SRD)",
"system": "dnd5e",
"path": "./packs/monsters.db",
"entity": "Actor"
},
{
"name": "items",
"label": "Items (SRD)",
"system": "dnd5e",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "tradegoods",
"label": "Trade Goods (SRD)",
"system": "dnd5e",
"path": "./packs/tradegoods.db",
"entity": "Item"
},
{
"name": "spells",
"label": "Spells (SRD)",
"system": "dnd5e",
"path": "./packs/spells.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes (SRD)",
"system": "dnd5e",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features (SRD)",
"system": "dnd5e",
"path": "./packs/classfeatures.db",
"entity": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"initiative": "1d20 + @abilities.dex.mod + @attributes.init.value + (@abilities.dex.value / 100)",
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": null,
"minimumCoreVersion": "0.5.2",
"compatibleCoreVersion": "0.5.5",
"url": "https://gitlab.com/foundrynet/dnd5e",
"manifest": "https://gitlab.com/foundrynet/dnd5e/raw/master/system.json",
"download": "https://gitlab.com/foundrynet/dnd5e/-/archive/release-0.8.8/dnd5e-release-0.8.8.zip"
}