-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
60 lines (60 loc) · 1.61 KB
/
Copy pathsystem.json
File metadata and controls
60 lines (60 loc) · 1.61 KB
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
50
51
52
53
54
55
56
57
58
59
60
{
"id": "fage",
"title": "Fage - Faisceau d'Aurora Game Engine",
"description": "The first version of the FAGE system for Foundry VTT. This is a totally homebrew system, inspired by multiples RPG. This is designed for beginner players with more implementation for experimented players.",
"authors": [
{
"name": "Asacolips",
"discord": "asacolips"
},
{
"name": "Lee Talman",
"discord": ".pizzaWizard"
},{
"name" : "Pâstel",
"discord" : "pastalix"
}
],
"url": "https://github.com/kyaEH/FAGE",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "Replace this with a link to file issues or tickets",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/fage/assets/wallpaper.jpg",
"thumbnail": "systems/fage/assets/wallpaper.jpg"
}
],
"version": "1.0.3",
"compatibility": {
"minimum": 11,
"verified": "12.324"
},
"esmodules": ["module/boilerplate.mjs"],
"styles": ["css/normalize.css","css/fanta.css","css/boilerplate.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/kyaEH/FAGE/main/system.json",
"download": "https://github.com/kyaEH/FAGE/archive/refs/heads/main.zip",
"background": "systems/fage/assets/wallpaper.jpg",
"grid": {
"distance":5,
"units":"dm"
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power"
}