-
Notifications
You must be signed in to change notification settings - Fork 5
/
system.json
37 lines (37 loc) · 1.04 KB
/
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
33
34
35
36
37
{
"name": "ma20th",
"title": "Mage: The Ascension 20th Anniversary Edition",
"description": "Mage: The Ascension 20th Anniversary Edition System for Foundry VTT",
"version": "2.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9.255",
"templateVersion": 2,
"author": "Renan M. Souza",
"esmodules": ["module/main.js"],
"styles": [
"css/ma20th.css",
"css/magika/content-buttons.css"
],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pt-BR",
"name": "Brazilian Portuguese",
"path": "lang/pt-BR.json"
}
],
"gridDistance": 5,
"gridUnits": "m",
"primaryTokenAttribute": "",
"secondaryTokenAttribute": "",
"url": "https://github.com/renanmsouza/ma20th-foundry-vtt",
"manifest": "https://raw.githubusercontent.com/renanmsouza/ma20th-foundry-vtt/master/system.json",
"download": "https://github.com/renanmsouza/ma20th-foundry-vtt/archive/refs/tags/2.0.0.zip",
"license": "LICENSE.txt"
}