-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsystem.json
49 lines (43 loc) · 1.11 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "mage-fr",
"title": "Mage-fr M20e",
"description": "[Unofficial WOD] Mage l'Ascension - 20e, système pour Foundry VTT.<br>[FR][EN].<br>Developped for Foundry 0.8.x.",
"author": "Carter_DC",
"authors": [
{
"name": "Carter_DC",
"discord": "Carter_DC#1097"
}
],
"version": "0.23.63",
"templateVersion": "1",
"minimumCoreVersion": "0.8.3",
"compatibleCoreVersion": "0.8.9",
"esmodules": ["m20e.js"],
"styles": ["styles/m20e.css"],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"link": "https://raw.githubusercontent.com/wiki/CarterDC/mage-fr/images/miniature.png"
}
],
"gridDistance": 1,
"gridUnits": "m",
"socket": "true",
"url": "https://github.com/CarterDC/mage-fr",
"manifest": "https://github.com/CarterDC/mage-fr/releases/latest/download/system.json",
"download": "https://github.com/CarterDC/mage-fr/archive/refs/heads/main.zip",
"license": "LICENSE"
}