forked from foundryvtt/dnd5e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
121 lines (121 loc) · 2.91 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "dnd5e",
"title": "DnD5e - Fifth Edition System",
"description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.",
"version": "1.6.3",
"author": "Atropos",
"scripts": [],
"esmodules": ["dnd5e.js"],
"styles": ["dnd5e.css"],
"packs": [
{
"name": "heroes",
"label": "Starter Heroes",
"system": "dnd5e",
"path": "./packs/heroes.db",
"type": "Actor"
},
{
"name": "monsters",
"label": "Monsters (SRD)",
"system": "dnd5e",
"path": "./packs/monsters.db",
"type": "Actor"
},
{
"name": "items",
"label": "Items (SRD)",
"system": "dnd5e",
"path": "./packs/items.db",
"type": "Item"
},
{
"name": "tradegoods",
"label": "Trade Goods (SRD)",
"system": "dnd5e",
"path": "./packs/tradegoods.db",
"type": "Item"
},
{
"name": "spells",
"label": "Spells (SRD)",
"system": "dnd5e",
"path": "./packs/spells.db",
"type": "Item"
},
{
"name": "backgrounds",
"label": "Backgrounds (SRD)",
"system": "dnd5e",
"path": "./packs/backgrounds.db",
"entity": "Item",
"type": "Item"
},
{
"name": "classes",
"label": "Classes (SRD)",
"system": "dnd5e",
"path": "./packs/classes.db",
"type": "Item"
},
{
"name": "subclasses",
"label": "Subclasses (SRD)",
"system": "dnd5e",
"path": "./packs/subclasses.db",
"type": "Item"
},
{
"name": "classfeatures",
"label": "Class Features (SRD)",
"system": "dnd5e",
"path": "./packs/classfeatures.db",
"type": "Item"
},
{
"name": "races",
"label": "Racial Features (SRD)",
"system": "dnd5e",
"path": "./packs/races.db",
"type": "Item"
},
{
"name": "monsterfeatures",
"label": "Monster Features (SRD)",
"system": "dnd5e",
"path": "./packs/monsterfeatures.db",
"type": "Item"
},
{
"name": "rules",
"label": "Rules (SRD)",
"system": "dnd5e",
"path": "./packs/rules.db",
"type": "JournalEntry"
},
{
"name": "tables",
"label": "Tables (SRD)",
"system": "dnd5e",
"path": "./packs/tables.db",
"type": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": null,
"minimumCoreVersion": "9.245",
"compatibleCoreVersion": "9",
"url": "https://github.com/foundryvtt/dnd5e/",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"download": "https://github.com/foundryvtt/dnd5e/releases/download/release-1.6.3/dnd5e-1.6.3.zip"
}