-
Notifications
You must be signed in to change notification settings - Fork 13
/
system.json
28 lines (28 loc) · 899 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": "burningwheel",
"title": "The Burning Wheel",
"description": "Community Foundry implementation of The Burning Wheel",
"version": "0.7.2",
"templateVersion": 19,
"author": "Stas Tserkovny",
"esmodules": [
"module/burningwheel.js"
],
"scripts": [
"lib/select2/select2.min.js"
],
"styles": [
"styles/burningwheel.css",
"lib/select2/select2.min.css"
],
"packs": [],
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"socket": true,
"initiative": "1d20",
"gridDistance": 10,
"gridUnits": "ft",
"url": "https://github.com/StasTserk/foundry-burningwheel",
"manifest": "https://raw.githubusercontent.com/StasTserk/foundry-burningwheel/master/system.json",
"download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.7.2/release0.7.2.zip"
}