-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsystem.json
More file actions
16 lines (16 loc) · 754 Bytes
/
system.json
File metadata and controls
16 lines (16 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "forbiddenlands",
"title": "Forbidden Lands RPG System",
"description": "Implementation of Fria Ligan's Forbidden Lands gaming system",
"version": "0.3.2",
"templateVersion": 2,
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.5",
"author": "Leonardo",
"styles": ["styles/fbl.css"],
"esmodules": ["module/fbl.js", "module/helper-functions.js"],
"socket": true,
"url":"https://github.com/LeonardoFacchin/Foundry-VTT-Forbidden-Lands-System",
"manifest": "https://raw.githubusercontent.com/LeonardoFacchin/Forbidden-Lands-System-FVTT/0.7.1-Compatibility/system.json",
"download": "https://codeload.github.com/LeonardoFacchin/Forbidden-Lands-System-FVTT/zip/0.7.1-Compatibility"
}