-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsystem.json
25 lines (25 loc) · 1010 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
{
"id": "beyond-the-wall",
"title": "Beyond The Wall",
"description": "A basic system for Beyond the Wall, likely extensible to many OSR systems.",
"version": "1.1.6",
"author": "studio315b, elizeuangelo",
"scripts": [],
"esmodules": ["beyond-the-wall.js"],
"styles": ["beyond-the-wall.css"],
"languages": [],
"gridDistance": 1,
"gridUnits": "yd",
"compatibility": {
"minimum": 10,
"verified": "11.306"
},
"initiative": "@initiative",
"url": "https://github.com/elizeuangelo/fvtt-beyond-the-wall",
"manifest": "https://github.com/elizeuangelo/fvtt-beyond-the-wall/releases/latest/download/system.json",
"download": "https://github.com/elizeuangelo/fvtt-beyond-the-wall/releases/latest/download/beyond-the-wall.zip",
"license": "https://github.com/elizeuangelo/fvtt-beyond-the-wall/blob/master/license.adoc",
"readme": "https://github.com/elizeuangelo/fvtt-beyond-the-wall/blob/master/README.md",
"bugs": "https://github.com/elizeuangelo/fvtt-beyond-the-wall/issues",
"changelog": ""
}