-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsystem.json
28 lines (28 loc) · 1003 Bytes
/
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
{
"name": "dnd35e",
"title": "Dungeons & Dragons 3.5th Edition",
"description": "A comprehensive game system for running games of Dungeons & Dragons 3.5th Edition in the Foundry VTT environment.",
"version": "0.2.97",
"author": "red5h4d0w",
"esmodules": ["dnd35e.js"],
"styles": ["dnd35e.css"],
"packs": [],
"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.0",
"compatibleCoreVersion": "0.5.7",
"url": "https://github.com/red5h4d0w/Foundry-VTT-dnd35-system",
"manifest": "https://raw.githubusercontent.com/red5h4d0w/Foundry-VTT-dnd35-system/master/system.json",
"download": "https://github.com/red5h4d0w/Foundry-VTT-dnd35-system/archive/master.zip"
}