-
Notifications
You must be signed in to change notification settings - Fork 9
/
system.json
33 lines (32 loc) · 1019 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
29
30
31
32
{
"name": "sgrpg",
"title": "Stargate RPG",
"description": "System for Stargate RPG created by Wyvern Gaming, https://stargatetherpg.com/",
"version": "1.6.1-beta",
"templateVersion": 2,
"author": "Filip Sádovský",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"scripts": [
],
"esmodules": [
"sgrpg.js"
],
"styles": [
"styles/sgrpg.css",
"styles/player-sheet.css",
"styles/item-sheet.css"
],
"packs": [],
"dependencies": [],
"languages": [],
"socket": false,
"initiative": "1d20 + @initiative",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "attributes.health",
"secondaryTokenAttribute": null,
"url": "https://github.com/sadovsf/StargateRPGSystem",
"manifest": "https://raw.githubusercontent.com/sadovsf/StargateRPGSystem/master/system.json",
"download": "https://github.com/sadovsf/StargateRPGSystem/releases/download/v1.6.1-beta/sgrpg.zip"
}